iobroker.script-restore 0.0.9 → 0.0.10

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 CHANGED
@@ -75,6 +75,11 @@ 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.0.10 (2026-04-08)
79
+ * (ipod86) fix jsonConfig responsive sizes lg/xl for backupPath (E5509)
80
+ * (ipod86) trim news entries to 7 (W1032)
81
+ * (ipod86) add Dependabot npm cooldown of 7 days (W8915)
82
+
78
83
  ### 0.0.9 (2026-04-08)
79
84
  * (ipod86) fix jsonConfig: add responsive size attributes (E5507)
80
85
  * (ipod86) add i18n translation files (W5022)
@@ -27,8 +27,8 @@
27
27
  "xs": 12,
28
28
  "sm": 9,
29
29
  "md": 9,
30
- "lg": 10,
31
- "xl": 10
30
+ "lg": 9,
31
+ "xl": 9
32
32
  },
33
33
  "_suggestBtn": {
34
34
  "type": "sendTo",
@@ -38,8 +38,8 @@
38
38
  "xs": 12,
39
39
  "sm": 3,
40
40
  "md": 3,
41
- "lg": 2,
42
- "xl": 2
41
+ "lg": 3,
42
+ "xl": 3
43
43
  }
44
44
  }
45
45
  },
package/io-package.json CHANGED
@@ -1,8 +1,21 @@
1
1
  {
2
2
  "common": {
3
3
  "name": "script-restore",
4
- "version": "0.0.9",
4
+ "version": "0.0.10",
5
5
  "news": {
6
+ "0.0.10": {
7
+ "en": "Fix jsonConfig responsive sizes (E5509); trim news to 7 entries; add Dependabot cooldown",
8
+ "de": "jsonConfig Responsive-Größen korrigiert (E5509); News auf 7 Einträge reduziert; Dependabot-Cooldown ergänzt",
9
+ "ru": "Исправлены размеры jsonConfig; сокращены новости до 7; добавлен cooldown Dependabot",
10
+ "pt": "Corrigidos tamanhos responsivos jsonConfig; notícias reduzidas a 7; cooldown Dependabot adicionado",
11
+ "nl": "jsonConfig responsieve maten gecorrigeerd; nieuws beperkt tot 7; Dependabot cooldown toegevoegd",
12
+ "fr": "Correction tailles responsives jsonConfig; actualités réduites à 7; cooldown Dependabot ajouté",
13
+ "it": "Corrette dimensioni responsive jsonConfig; notizie ridotte a 7; aggiunto cooldown Dependabot",
14
+ "es": "Corregidos tamaños responsivos jsonConfig; noticias reducidas a 7; añadido cooldown Dependabot",
15
+ "pl": "Poprawiono rozmiary responsywne jsonConfig; aktualności ograniczone do 7; dodano cooldown Dependabot",
16
+ "uk": "Виправлено розміри jsonConfig; новини скорочено до 7; додано cooldown Dependabot",
17
+ "zh-cn": "修复 jsonConfig 响应式尺寸;新闻条目减少至 7 条;添加 Dependabot 冷却时间"
18
+ },
6
19
  "0.0.9": {
7
20
  "en": "Fix jsonConfig: add responsive size attributes, i18n support, remove outdated admin files",
8
21
  "de": "jsonConfig: Responsive Size-Attribute ergänzt, i18n-Unterstützung, veraltete Admin-Dateien entfernt",
@@ -80,32 +93,6 @@
80
93
  "pl": "Ulepszone wykrywanie ciemnego motywu: przełączanie na żywo przez MutationObserver i zdarzenia storage",
81
94
  "uk": "Покращено визначення темної теми: перемикання в реальному часі через MutationObserver та події сховища",
82
95
  "zh-cn": "改进暗色主题检测:通过 MutationObserver 和存储事件实现实时切换"
83
- },
84
- "0.0.3": {
85
- "en": "Add dark theme support for admin tab UI",
86
- "de": "Dark-Theme-Unterstützung für die Admin-Tab-Oberfläche hinzugefügt",
87
- "ru": "Добавлена поддержка тёмной темы для вкладки администратора",
88
- "pt": "Adicionado suporte ao tema escuro para a interface da aba admin",
89
- "nl": "Ondersteuning voor donker thema toegevoegd aan de admin-tab UI",
90
- "fr": "Ajout du support du thème sombre pour l'interface de l'onglet admin",
91
- "it": "Aggiunto supporto al tema scuro per l'interfaccia della scheda admin",
92
- "es": "Añadido soporte de tema oscuro para la interfaz de la pestaña admin",
93
- "pl": "Dodano obsługę ciemnego motywu dla interfejsu karty administratora",
94
- "uk": "Додано підтримку темної теми для інтерфейсу вкладки адміністратора",
95
- "zh-cn": "为管理员选项卡界面添加暗色主题支持"
96
- },
97
- "0.0.1": {
98
- "en": "Initial release",
99
- "de": "Erstveröffentlichung",
100
- "ru": "Начальная версия",
101
- "pt": "Versão inicial",
102
- "nl": "Eerste versie",
103
- "fr": "Version initiale",
104
- "it": "Versione iniziale",
105
- "es": "Versión inicial",
106
- "pl": "Pierwsze wydanie",
107
- "uk": "Початкова версія",
108
- "zh-cn": "首次出版"
109
96
  }
110
97
  },
111
98
  "titleLang": {
@@ -235,4 +222,4 @@
235
222
  ],
236
223
  "objects": [],
237
224
  "instanceObjects": []
238
- }
225
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iobroker.script-restore",
3
- "version": "0.0.9",
3
+ "version": "0.0.10",
4
4
  "description": "Restore ioBroker scripts from backup archives",
5
5
  "author": {
6
6
  "name": "ipod86",