iobroker.jetframe 1.0.1 → 1.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +27 -18
- package/io-package.json +10 -59
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
|
|
12
12
|
---
|
|
13
13
|
|
|
14
|
-
|
|
14
|
+
## ✈️ JetFrame
|
|
15
15
|
|
|
16
16
|
JetFrame is a modern FlightWall adapter for ioBroker.
|
|
17
17
|
|
|
@@ -19,7 +19,7 @@ It detects nearby aircraft based on your window position and visualizes them wit
|
|
|
19
19
|
|
|
20
20
|
---
|
|
21
21
|
|
|
22
|
-
|
|
22
|
+
## ✨ Features
|
|
23
23
|
|
|
24
24
|
- Live aircraft detection
|
|
25
25
|
- Window-direction based filtering
|
|
@@ -43,7 +43,7 @@ It detects nearby aircraft based on your window position and visualizes them wit
|
|
|
43
43
|
|
|
44
44
|
---
|
|
45
45
|
|
|
46
|
-
|
|
46
|
+
## 🛠 Requirements
|
|
47
47
|
|
|
48
48
|
- ioBroker
|
|
49
49
|
- web adapter
|
|
@@ -52,7 +52,7 @@ It detects nearby aircraft based on your window position and visualizes them wit
|
|
|
52
52
|
|
|
53
53
|
---
|
|
54
54
|
|
|
55
|
-
|
|
55
|
+
## 🚀 Usage
|
|
56
56
|
|
|
57
57
|
1. Install and start the required ioBroker adapters:
|
|
58
58
|
- `web`
|
|
@@ -92,7 +92,7 @@ Available sources:
|
|
|
92
92
|
|
|
93
93
|
---
|
|
94
94
|
|
|
95
|
-
|
|
95
|
+
## 🌐 Standalone WebApp
|
|
96
96
|
|
|
97
97
|
JetFrame now includes a modern standalone WebApp interface.
|
|
98
98
|
|
|
@@ -124,7 +124,7 @@ Optimized for:
|
|
|
124
124
|
|
|
125
125
|
---
|
|
126
126
|
|
|
127
|
-
|
|
127
|
+
## 🖼️ Images & Logos
|
|
128
128
|
|
|
129
129
|
JetFrame no longer ships with bundled images or logos.
|
|
130
130
|
|
|
@@ -169,7 +169,7 @@ Supports:
|
|
|
169
169
|
|
|
170
170
|
---
|
|
171
171
|
|
|
172
|
-
|
|
172
|
+
## 💾 Optional Image Caching
|
|
173
173
|
|
|
174
174
|
Caching of external images can now be enabled or disabled.
|
|
175
175
|
|
|
@@ -187,7 +187,7 @@ Useful for:
|
|
|
187
187
|
|
|
188
188
|
---
|
|
189
189
|
|
|
190
|
-
|
|
190
|
+
## 🌍 Configurable API Host
|
|
191
191
|
|
|
192
192
|
The WebApp supports configurable API hosts.
|
|
193
193
|
|
|
@@ -204,7 +204,7 @@ Useful for:
|
|
|
204
204
|
|
|
205
205
|
---
|
|
206
206
|
|
|
207
|
-
|
|
207
|
+
## 📡 Configurable ADS-B Sources
|
|
208
208
|
|
|
209
209
|
Supported:
|
|
210
210
|
|
|
@@ -221,7 +221,7 @@ Improved handling for:
|
|
|
221
221
|
|
|
222
222
|
---
|
|
223
223
|
|
|
224
|
-
|
|
224
|
+
## 🚨 Flight Prioritization
|
|
225
225
|
|
|
226
226
|
JetFrame dynamically prioritizes aircraft.
|
|
227
227
|
|
|
@@ -238,7 +238,7 @@ Special aircraft automatically appear before normal traffic.
|
|
|
238
238
|
|
|
239
239
|
---
|
|
240
240
|
|
|
241
|
-
|
|
241
|
+
## 📊 Heatmap
|
|
242
242
|
|
|
243
243
|
Heatmap features:
|
|
244
244
|
|
|
@@ -253,13 +253,12 @@ Heatmap features:
|
|
|
253
253
|
|
|
254
254
|
---
|
|
255
255
|
|
|
256
|
-
|
|
256
|
+
## 📦 Installation
|
|
257
257
|
|
|
258
|
-
|
|
258
|
+
Install the adapter via the ioBroker Admin interface after it has been added to the official ioBroker repository.
|
|
259
259
|
|
|
260
|
-
---
|
|
261
260
|
|
|
262
|
-
|
|
261
|
+
## ⚠️ Legal Notice
|
|
263
262
|
|
|
264
263
|
JetFrame may display publicly available aviation-related information including:
|
|
265
264
|
|
|
@@ -285,7 +284,7 @@ Users are responsible for complying with the licenses and API terms of configure
|
|
|
285
284
|
|
|
286
285
|
---
|
|
287
286
|
|
|
288
|
-
|
|
287
|
+
## 🚀 Roadmap
|
|
289
288
|
|
|
290
289
|
Planned future features:
|
|
291
290
|
|
|
@@ -295,7 +294,12 @@ Planned future features:
|
|
|
295
294
|
|
|
296
295
|
---
|
|
297
296
|
|
|
298
|
-
|
|
297
|
+
## Changelog
|
|
298
|
+
|
|
299
|
+
### v1.0.3
|
|
300
|
+
|
|
301
|
+
- Release cleanup and checker preparation.
|
|
302
|
+
|
|
299
303
|
|
|
300
304
|
## WORK IN PROGRESS
|
|
301
305
|
|
|
@@ -344,7 +348,7 @@ Planned future features:
|
|
|
344
348
|
|
|
345
349
|
---
|
|
346
350
|
|
|
347
|
-
|
|
351
|
+
### License
|
|
348
352
|
|
|
349
353
|
MIT License
|
|
350
354
|
|
|
@@ -355,3 +359,8 @@ of this software and associated documentation files.
|
|
|
355
359
|
|
|
356
360
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND.
|
|
357
361
|
OF ANY KIND.
|
|
362
|
+
|
|
363
|
+
|
|
364
|
+
|
|
365
|
+
|
|
366
|
+
Current version: 1.0.3
|
package/io-package.json
CHANGED
|
@@ -1,60 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"common": {
|
|
3
|
-
"webExtension": true,
|
|
4
3
|
"name": "jetframe",
|
|
5
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.4",
|
|
6
5
|
"news": {
|
|
7
|
-
"1.0.
|
|
8
|
-
"en": "
|
|
9
|
-
"de": "
|
|
10
|
-
"ru": "Version 1.0.0 – Complete redesign of the web UI (glassmorphism, fully responsive for iPhone, iPad and desktop), improved ADS-B fallback system, new flight statistics with heatmap, heavy aircraft and special livery tracking, cleaner TypeScript codebase.",
|
|
11
|
-
"pt": "Version 1.0.0 – Complete redesign of the web UI (glassmorphism, fully responsive for iPhone, iPad and desktop), improved ADS-B fallback system, new flight statistics with heatmap, heavy aircraft and special livery tracking, cleaner TypeScript codebase.",
|
|
12
|
-
"nl": "Version 1.0.0 – Complete redesign of the web UI (glassmorphism, fully responsive for iPhone, iPad and desktop), improved ADS-B fallback system, new flight statistics with heatmap, heavy aircraft and special livery tracking, cleaner TypeScript codebase.",
|
|
13
|
-
"fr": "Version 1.0.0 – Complete redesign of the web UI (glassmorphism, fully responsive for iPhone, iPad and desktop), improved ADS-B fallback system, new flight statistics with heatmap, heavy aircraft and special livery tracking, cleaner TypeScript codebase.",
|
|
14
|
-
"it": "Version 1.0.0 – Complete redesign of the web UI (glassmorphism, fully responsive for iPhone, iPad and desktop), improved ADS-B fallback system, new flight statistics with heatmap, heavy aircraft and special livery tracking, cleaner TypeScript codebase.",
|
|
15
|
-
"es": "Version 1.0.0 – Complete redesign of the web UI (glassmorphism, fully responsive for iPhone, iPad and desktop), improved ADS-B fallback system, new flight statistics with heatmap, heavy aircraft and special livery tracking, cleaner TypeScript codebase.",
|
|
16
|
-
"pl": "Version 1.0.0 – Complete redesign of the web UI (glassmorphism, fully responsive for iPhone, iPad and desktop), improved ADS-B fallback system, new flight statistics with heatmap, heavy aircraft and special livery tracking, cleaner TypeScript codebase.",
|
|
17
|
-
"uk": "Version 1.0.0 – Complete redesign of the web UI (glassmorphism, fully responsive for iPhone, iPad and desktop), improved ADS-B fallback system, new flight statistics with heatmap, heavy aircraft and special livery tracking, cleaner TypeScript codebase.",
|
|
18
|
-
"zh-cn": "Version 1.0.0 – Complete redesign of the web UI (glassmorphism, fully responsive for iPhone, iPad and desktop), improved ADS-B fallback system, new flight statistics with heatmap, heavy aircraft and special livery tracking, cleaner TypeScript codebase."
|
|
6
|
+
"1.0.3": {
|
|
7
|
+
"en": "Release cleanup with fixed metadata, workflow and adapter checker preparation.",
|
|
8
|
+
"de": "Release-Aufräumarbeiten mit korrigierten Metadaten, Workflow und Adapter-Checker-Vorbereitung."
|
|
19
9
|
},
|
|
20
|
-
"0.
|
|
21
|
-
"en": "
|
|
22
|
-
"de": "
|
|
23
|
-
"ru": "Добавлены настраиваемая визуализация, выбор источника отображения, приоритизация воздушных судов, обнаружение squawk/аварийных кодов, улучшения карты администратора и мобильной раскладки.",
|
|
24
|
-
"pt": "Adicionadas configurações de visualização, seleção da fonte exibida, priorização de aeronaves, detecção de squawk/emergência e melhorias no mapa/admin mobile.",
|
|
25
|
-
"nl": "Configureerbare visualisatie, selecteerbare weergavebron, vliegtuigprioritering, squawk/nooddetectie en verbeteringen aan admin-kaart en mobiele layout toegevoegd.",
|
|
26
|
-
"fr": "Ajout de paramètres de visualisation configurables, sélection de la source affichée, priorisation des avions, détection squawk/urgence et améliorations de la carte admin/mobile.",
|
|
27
|
-
"it": "Aggiunte impostazioni di visualizzazione configurabili, selezione della sorgente visualizzata, priorità degli aeromobili, rilevamento squawk/emergenza e miglioramenti alla mappa admin/mobile.",
|
|
28
|
-
"es": "Añadida visualización configurable, selección de fuente visual, priorización de aeronaves, detección de squawk/emergencia y mejoras del mapa admin/móvil.",
|
|
29
|
-
"pl": "Dodano konfigurowalną wizualizację, wybór źródła widoku, priorytetyzację samolotów, wykrywanie squawk/awarii oraz poprawki mapy admina i widoku mobilnego.",
|
|
30
|
-
"uk": "Додано налаштовувану візуалізацію, вибір джерела відображення, пріоритизацію літаків, виявлення squawk/аварійних кодів та покращення карти адміністратора і мобільного вигляду.",
|
|
31
|
-
"zh-cn": "新增可配置的可视化设置、显示来源选择、飞机优先级、Squawk/紧急状态检测,并改进了管理界面地图和移动端布局。"
|
|
32
|
-
},
|
|
33
|
-
"0.1.0": {
|
|
34
|
-
"en": "initial release",
|
|
35
|
-
"de": "Erstveröffentlichung",
|
|
36
|
-
"ru": "Начальная версия",
|
|
37
|
-
"pt": "lançamento inicial",
|
|
38
|
-
"nl": "Eerste uitgave",
|
|
39
|
-
"fr": "Première version",
|
|
40
|
-
"it": "Versione iniziale",
|
|
41
|
-
"es": "Versión inicial",
|
|
42
|
-
"pl": "Pierwsze wydanie",
|
|
43
|
-
"uk": "Початкова версія",
|
|
44
|
-
"zh-cn": "首次出版"
|
|
45
|
-
},
|
|
46
|
-
"0.2.0": {
|
|
47
|
-
"en": "Beta release with HexDB route/image support, German airport city names, improved speech trigger handling, overflight-only mode and admin UI fixes.",
|
|
48
|
-
"de": "Beta-Release mit HexDB-Routen/Bildern, deutschen Flughafen-Ortsnamen, verbesserter Sprachausgabe-Triggerlogik, Nur-Überflug-Modus und Admin-UI-Fixes.",
|
|
49
|
-
"ru": "Beta release with HexDB route/image support, German airport city names, improved speech trigger handling, overflight-only mode and admin UI fixes.",
|
|
50
|
-
"pt": "Beta release with HexDB route/image support, German airport city names, improved speech trigger handling, overflight-only mode and admin UI fixes.",
|
|
51
|
-
"nl": "Beta release with HexDB route/image support, German airport city names, improved speech trigger handling, overflight-only mode and admin UI fixes.",
|
|
52
|
-
"fr": "Beta release with HexDB route/image support, German airport city names, improved speech trigger handling, overflight-only mode and admin UI fixes.",
|
|
53
|
-
"it": "Beta release with HexDB route/image support, German airport city names, improved speech trigger handling, overflight-only mode and admin UI fixes.",
|
|
54
|
-
"es": "Beta release with HexDB route/image support, German airport city names, improved speech trigger handling, overflight-only mode and admin UI fixes.",
|
|
55
|
-
"pl": "Beta release with HexDB route/image support, German airport city names, improved speech trigger handling, overflight-only mode and admin UI fixes.",
|
|
56
|
-
"uk": "Beta release with HexDB route/image support, German airport city names, improved speech trigger handling, overflight-only mode and admin UI fixes.",
|
|
57
|
-
"zh-cn": "Beta release with HexDB route/image support, German airport city names, improved speech trigger handling, overflight-only mode and admin UI fixes."
|
|
10
|
+
"1.0.4": {
|
|
11
|
+
"en": "Fix CI deploy workflow and release metadata cleanup.",
|
|
12
|
+
"de": "CI-Deploy-Workflow und Release-Metadaten bereinigt."
|
|
58
13
|
}
|
|
59
14
|
},
|
|
60
15
|
"titleLang": {
|
|
@@ -119,12 +74,9 @@
|
|
|
119
74
|
],
|
|
120
75
|
"globalDependencies": [
|
|
121
76
|
{
|
|
122
|
-
"admin": ">=7.
|
|
77
|
+
"admin": ">=7.6.20"
|
|
123
78
|
}
|
|
124
|
-
]
|
|
125
|
-
"native": {
|
|
126
|
-
"speechEnabled": true
|
|
127
|
-
}
|
|
79
|
+
]
|
|
128
80
|
},
|
|
129
81
|
"native": {
|
|
130
82
|
"enabled": true,
|
|
@@ -164,6 +116,5 @@
|
|
|
164
116
|
"cacheExternalImages": false
|
|
165
117
|
},
|
|
166
118
|
"objects": [],
|
|
167
|
-
"instanceObjects": []
|
|
168
|
-
"version": "0.6.0"
|
|
119
|
+
"instanceObjects": []
|
|
169
120
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "iobroker.jetframe",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.4",
|
|
4
4
|
"description": "Live flight tracking and visualization for window-based aircraft detection",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "backfisch88",
|
|
@@ -34,10 +34,10 @@
|
|
|
34
34
|
"@iobroker/adapter-core": "^3.3.2"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
|
-
"@alcalzone/release-script": "^5.
|
|
38
|
-
"@alcalzone/release-script-plugin-iobroker": "^5.
|
|
39
|
-
"@alcalzone/release-script-plugin-license": "^5.
|
|
40
|
-
"@alcalzone/release-script-plugin-manual-review": "^5.
|
|
37
|
+
"@alcalzone/release-script": "^5.2.0",
|
|
38
|
+
"@alcalzone/release-script-plugin-iobroker": "^5.2.0",
|
|
39
|
+
"@alcalzone/release-script-plugin-license": "^5.2.0",
|
|
40
|
+
"@alcalzone/release-script-plugin-manual-review": "^5.2.0",
|
|
41
41
|
"@iobroker/adapter-dev": "^1.5.0",
|
|
42
42
|
"@iobroker/dev-server": "^0.8.0",
|
|
43
43
|
"@iobroker/eslint-config": "^2.2.0",
|