iobroker.script-restore 0.1.0 → 0.1.2
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.de.md +8 -0
- package/README.md +8 -11
- package/admin/tab_m.html +654 -44
- package/build/main.js +17 -3
- package/build/main.js.map +2 -2
- package/io-package.json +27 -27
- package/package.json +5 -5
package/README.de.md
CHANGED
|
@@ -78,6 +78,14 @@ Das Archiv wird vollständig im Browser geparst — beim Durchsuchen werden kein
|
|
|
78
78
|
### **WORK IN PROGRESS**
|
|
79
79
|
-->
|
|
80
80
|
### **WORK IN PROGRESS**
|
|
81
|
+
* (ipod86) Vollständige i18n im Admin-Tab: alle Strings in de/en/fr/es/it/nl/pl/pt/ru/uk/zh-cn übersetzt
|
|
82
|
+
|
|
83
|
+
### 0.1.1 (2026-05-24)
|
|
84
|
+
* (ipod86) Überschreiben bestehender Skripte beim Restore erlaubt (Bestätigungs-Dialog mit Pfadanzeige)
|
|
85
|
+
* (ipod86) Leeres Suffix erlaubt, um Skript unter dem Originalnamen wiederherzustellen
|
|
86
|
+
* (ipod86) Hinweis nach erfolgreichem Restore: Skript direkt starten?
|
|
87
|
+
|
|
88
|
+
### 0.1.0 (2026-05-13)
|
|
81
89
|
* (ipod86) Node.js 20-Unterstützung eingestellt (EOL 2026-04-30), mindestens Node.js 22 erforderlich
|
|
82
90
|
* (ipod86) Fix: @iobroker/types in production dependencies verschoben (CI-Integrationstests)
|
|
83
91
|
* (ipod86) .npmrc mit legacy-peer-deps hinzugefügt (Peer-Dependency-Konflikte)
|
package/README.md
CHANGED
|
@@ -75,6 +75,14 @@ The archive is parsed entirely in the browser — no files are written to disk d
|
|
|
75
75
|
Placeholder for the next version (at the beginning of the line):
|
|
76
76
|
### **WORK IN PROGRESS**
|
|
77
77
|
-->
|
|
78
|
+
### 0.1.2 (2026-05-24)
|
|
79
|
+
* (ipod86) add full i18n to tab UI: all strings translated into de/en/fr/es/it/nl/pl/pt/ru/uk/zh-cn
|
|
80
|
+
|
|
81
|
+
### 0.1.1 (2026-05-24)
|
|
82
|
+
* (ipod86) allow overwriting existing scripts during restore (confirmation dialog with path display)
|
|
83
|
+
* (ipod86) allow empty suffix to restore script under its original name
|
|
84
|
+
* (ipod86) prompt to start script immediately after successful restore
|
|
85
|
+
|
|
78
86
|
### 0.1.0 (2026-05-13)
|
|
79
87
|
* (ipod86) drop Node.js 20 support (EOL 2026-04-30), require >= 22
|
|
80
88
|
* (ipod86) fix: move @iobroker/types to production dependencies to fix CI integration test
|
|
@@ -90,17 +98,6 @@ The archive is parsed entirely in the browser — no files are written to disk d
|
|
|
90
98
|
* (ipod86) add direct restore into ioBroker with suffix input and confirm modal
|
|
91
99
|
* (ipod86) remove obsolete admin/words.js and .prettierignore
|
|
92
100
|
|
|
93
|
-
### 0.0.10 (2026-04-08)
|
|
94
|
-
* (ipod86) fix jsonConfig responsive sizes lg/xl for backupPath (E5509)
|
|
95
|
-
* (ipod86) trim news entries to 7 (W1032)
|
|
96
|
-
* (ipod86) add Dependabot npm cooldown of 7 days (W8915)
|
|
97
|
-
|
|
98
|
-
### 0.0.9 (2026-04-08)
|
|
99
|
-
* (ipod86) fix jsonConfig: add responsive size attributes (E5507)
|
|
100
|
-
* (ipod86) add i18n translation files (W5022)
|
|
101
|
-
* (ipod86) remove outdated index_m.html and style.css (W5047)
|
|
102
|
-
* (ipod86) remove invalid copyToField attribute (W5512)
|
|
103
|
-
|
|
104
101
|
## License
|
|
105
102
|
MIT License
|
|
106
103
|
|