iobroker.parcelapp 0.5.0 → 0.5.1

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
@@ -123,6 +123,10 @@ The delivery is added to your parcel.app account and immediately appears in ioBr
123
123
  Placeholder for the next version (at the beginning of the line):
124
124
  ### **WORK IN PROGRESS**
125
125
  -->
126
+ ### 0.5.1 (2026-05-23)
127
+
128
+ - CI check-and-lint updated to Node.js 24
129
+
126
130
  ### 0.5.0 (2026-05-22)
127
131
 
128
132
  - User-modified state names are no longer overwritten on adapter restart
@@ -140,10 +144,6 @@ The delivery is added to your parcel.app account and immediately appears in ioBr
140
144
 
141
145
  - Internal cleanup. No user-facing changes.
142
146
 
143
- ### 0.4.6 (2026-05-17)
144
-
145
- - Localized "Adapter Information" and "Connection status" labels into 11 languages — previously English only.
146
-
147
147
  Older entries are in [CHANGELOG_OLD.md](CHANGELOG_OLD.md).
148
148
 
149
149
  ## Support
package/io-package.json CHANGED
@@ -1,8 +1,21 @@
1
1
  {
2
2
  "common": {
3
3
  "name": "parcelapp",
4
- "version": "0.5.0",
4
+ "version": "0.5.1",
5
5
  "news": {
6
+ "0.5.1": {
7
+ "en": "CI check-and-lint updated to Node.js 24",
8
+ "de": "CI check-and-lint auf Node.js 24 aktualisiert",
9
+ "ru": "CI check-and-lint обновлён до Node.js 24",
10
+ "pt": "CI check-and-lint atualizado para Node.js 24",
11
+ "nl": "CI check-and-lint bijgewerkt naar Node.js 24",
12
+ "fr": "CI check-and-lint mis à jour vers Node.js 24",
13
+ "it": "CI check-and-lint aggiornato a Node.js 24",
14
+ "es": "CI check-and-lint actualizado a Node.js 24",
15
+ "pl": "CI check-and-lint zaktualizowano do Node.js 24",
16
+ "uk": "CI check-and-lint оновлено до Node.js 24",
17
+ "zh-cn": "CI check-and-lint 更新至 Node.js 24"
18
+ },
6
19
  "0.5.0": {
7
20
  "en": "Preserve user-modified state names; state translations use standard ioBroker i18n",
8
21
  "de": "Vom Benutzer geänderte Datenpunktnamen bleiben erhalten; Übersetzungen nutzen Standard-ioBroker-i18n",
@@ -80,19 +93,6 @@
80
93
  "pl": "Naprawiono wyświetlanie ikony adaptera w niektórych środowiskach administracyjnych (Content Security Policy).",
81
94
  "uk": "Виправлено відображення іконки адаптера в деяких середовищах адміністрування (Content Security Policy).",
82
95
  "zh-cn": "修复了在某些管理环境中适配器图标因内容安全策略而无法显示的问题。"
83
- },
84
- "0.4.4": {
85
- "en": "Adapter shuts down cleanly even if Test Connection was still running — the test request is now aborted at unload.",
86
- "de": "Adapter fährt sauber herunter, auch wenn Test Connection noch lief — die Test-Anfrage wird jetzt beim Unload abgebrochen.",
87
- "ru": "Адаптер чисто завершает работу даже если кнопка Test Connection ещё выполнялась — тестовый запрос теперь прерывается при выгрузке.",
88
- "pt": "O adaptador encerra corretamente mesmo se o botão Test Connection ainda estava em execução — o pedido de teste é agora abortado no unload.",
89
- "nl": "De adapter sluit netjes af, ook als Test Connection nog liep — het testverzoek wordt nu bij unload afgebroken.",
90
- "fr": "L'adaptateur s'arrête proprement même si Test Connection était encore en cours — la requête de test est maintenant interrompue au déchargement.",
91
- "it": "L'adattatore si arresta correttamente anche se Test Connection era ancora in esecuzione — la richiesta di test viene ora interrotta allo scarico.",
92
- "es": "El adaptador se cierra correctamente incluso si Test Connection seguía ejecutándose — la solicitud de prueba se aborta ahora al descargar.",
93
- "pl": "Adapter zamyka się poprawnie nawet jeśli przycisk Test Connection wciąż działał — żądanie testowe jest teraz przerywane przy zwolnieniu.",
94
- "uk": "Адаптер коректно завершує роботу навіть якщо Test Connection ще виконувався — тестовий запит тепер скасовується під час вивантаження.",
95
- "zh-cn": "即使测试连接按钮仍在运行,适配器也能干净地关闭——测试请求现在会在卸载时中止。"
96
96
  }
97
97
  },
98
98
  "titleLang": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iobroker.parcelapp",
3
- "version": "0.5.0",
3
+ "version": "0.5.1",
4
4
  "description": "ioBroker adapter for the parcel.app API",
5
5
  "author": {
6
6
  "name": "krobi",