iobroker.parcelapp 0.3.1 → 0.3.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.md CHANGED
@@ -119,20 +119,20 @@ The delivery is added to your parcel.app account and immediately appears in ioBr
119
119
  ---
120
120
 
121
121
  ## Changelog
122
+ ### 0.3.2 (2026-05-01)
123
+ - Documentation: rewrote release notes for v0.2.14–v0.3.1 in user-friendly style across all languages.
124
+
122
125
  ### 0.3.1 (2026-05-01)
123
- - Documentation cleanup: shortened older changelog entries.
126
+ - Documentation cleanup. No code changes.
124
127
 
125
128
  ### 0.3.0 (2026-04-30)
126
- - Internal cleanup: removed dead `STATUS_LABELS_*` aliases, added `format`/`format:check` scripts, master-sync.
129
+ - Internal cleanup. No user-facing changes.
127
130
 
128
131
  ### 0.2.18 (2026-04-28)
129
- - Internal cleanup against ioBroker.example/TypeScript standard.
132
+ - Internal cleanup. No user-facing changes.
130
133
 
131
134
  ### 0.2.17 (2026-04-28)
132
- - Internal: test setup migrated to `src/**/*.test.ts` standard.
133
-
134
- ### 0.2.16 (2026-04-26)
135
- - Min js-controller corrected back to `>=6.0.11` (was incorrectly bumped to `>=7.0.23` in 0.2.15).
135
+ - Internal cleanup. No user-facing changes.
136
136
 
137
137
  Older entries are in [CHANGELOG_OLD.md](CHANGELOG_OLD.md).
138
138
 
package/io-package.json CHANGED
@@ -1,98 +1,98 @@
1
1
  {
2
2
  "common": {
3
3
  "name": "parcelapp",
4
- "version": "0.3.1",
4
+ "version": "0.3.2",
5
5
  "news": {
6
+ "0.3.2": {
7
+ "en": "Documentation: rewrote release notes in user-friendly style across all languages.",
8
+ "de": "Dokumentation: Release-Notes in alle Sprachen User-orientiert neu geschrieben.",
9
+ "ru": "Документация: примечания к релизу переписаны в дружественном к пользователю стиле на всех языках.",
10
+ "pt": "Documentação: notas de release reescritas em estilo amigável ao usuário em todos os idiomas.",
11
+ "nl": "Documentatie: release-notes herschreven in gebruikersvriendelijke stijl in alle talen.",
12
+ "fr": "Documentation : notes de version réécrites dans un style adapté à l'utilisateur dans toutes les langues.",
13
+ "it": "Documentazione: note di release riscritte in stile user-friendly in tutte le lingue.",
14
+ "es": "Documentación: notas de versión reescritas en estilo amigable para el usuario en todos los idiomas.",
15
+ "pl": "Dokumentacja: notatki wydania przepisane w przyjaznym dla użytkownika stylu we wszystkich językach.",
16
+ "uk": "Документація: нотатки до релізу переписано у дружньому до користувача стилі усіма мовами.",
17
+ "zh-cn": "文档:所有语言的发布说明已重写为用户友好的风格。"
18
+ },
6
19
  "0.3.1": {
7
- "en": "Documentation cleanup: shortened older changelog entries.",
8
- "de": "Dokumentation: ältere Changelog-Einträge gekürzt.",
9
- "ru": "Документация: сокращены старые записи changelog.",
10
- "pt": "Documentação: entradas antigas do changelog encurtadas.",
11
- "nl": "Documentatie: oudere changelog-vermeldingen ingekort.",
12
- "fr": "Documentation : entrées anciennes du changelog raccourcies.",
13
- "it": "Documentazione: voci di changelog precedenti accorciate.",
14
- "es": "Documentación: entradas antiguas del changelog acortadas.",
15
- "pl": "Dokumentacja: skrócone starsze wpisy changelog.",
16
- "uk": "Документація: скорочено старі записи changelog.",
17
- "zh-cn": "文档:缩短旧的 changelog 条目。"
20
+ "en": "Documentation cleanup. No code changes.",
21
+ "de": "Dokumentations-Bereinigung. Keine Code-Änderungen.",
22
+ "ru": "Очистка документации. Без изменений в коде.",
23
+ "pt": "Limpeza da documentação. Sem alterações de código.",
24
+ "nl": "Documentatie-opschoning. Geen code-wijzigingen.",
25
+ "fr": "Nettoyage de la documentation. Aucune modification de code.",
26
+ "it": "Pulizia della documentazione. Nessuna modifica al codice.",
27
+ "es": "Limpieza de documentación. Sin cambios de código.",
28
+ "pl": "Czyszczenie dokumentacji. Bez zmian w kodzie.",
29
+ "uk": "Очищення документації. Без змін у коді.",
30
+ "zh-cn": "文档清理。代码无变化。"
18
31
  },
19
32
  "0.3.0": {
20
- "en": "Internal cleanup: dead `STATUS_LABELS_*` aliases removed, format/format:check scripts, master-sync.",
21
- "de": "Interne Bereinigung: tote `STATUS_LABELS_*`-Aliases raus, format/format:check-Scripts, Master-Sync.",
22
- "ru": "Внутренняя очистка: удалены мёртвые `STATUS_LABELS_*`-алиасы, скрипты format/format:check, master-sync.",
23
- "pt": "Limpeza interna: aliases `STATUS_LABELS_*` mortos removidos, scripts format/format:check, master-sync.",
24
- "nl": "Interne opschoning: dode `STATUS_LABELS_*`-aliases verwijderd, format/format:check-scripts, master-sync.",
25
- "fr": "Nettoyage interne : alias `STATUS_LABELS_*` morts supprimés, scripts format/format:check, master-sync.",
26
- "it": "Pulizia interna: alias `STATUS_LABELS_*` morti rimossi, script format/format:check, master-sync.",
27
- "es": "Limpieza interna: aliases `STATUS_LABELS_*` muertos eliminados, scripts format/format:check, master-sync.",
28
- "pl": "Wewnętrzne porządki: martwe aliasy `STATUS_LABELS_*` usunięte, skrypty format/format:check, master-sync.",
29
- "uk": "Внутрішнє прибирання: мертві `STATUS_LABELS_*`-аліаси видалено, скрипти format/format:check, master-sync.",
30
- "zh-cn": "内部清理:移除已废弃的 `STATUS_LABELS_*` 别名,新增 format/format:check 脚本,master-sync。"
33
+ "en": "Internal cleanup. No user-facing changes.",
34
+ "de": "Interne Bereinigung. Keine User-sichtbaren Änderungen.",
35
+ "ru": "Внутренняя очистка. Без видимых изменений для пользователя.",
36
+ "pt": "Limpeza interna. Sem alterações visíveis para o usuário.",
37
+ "nl": "Interne opschoning. Geen wijzigingen voor de gebruiker.",
38
+ "fr": "Nettoyage interne. Aucune modification visible pour l'utilisateur.",
39
+ "it": "Pulizia interna. Nessuna modifica visibile all'utente.",
40
+ "es": "Limpieza interna. Sin cambios visibles para el usuario.",
41
+ "pl": "Wewnętrzne porządki. Brak zmian widocznych dla użytkownika.",
42
+ "uk": "Внутрішнє прибирання. Без помітних для користувача змін.",
43
+ "zh-cn": "内部清理。对用户无可见变化。"
31
44
  },
32
45
  "0.2.18": {
33
- "en": "Internal cleanup against ioBroker.example/TypeScript standard.",
34
- "de": "Interne Bereinigung gegen ioBroker.example/TypeScript-Standard.",
35
- "ru": "Внутренняя очистка по стандарту ioBroker.example/TypeScript.",
36
- "pt": "Limpeza interna conforme padrão ioBroker.example/TypeScript.",
37
- "nl": "Interne opschoning volgens ioBroker.example/TypeScript-standaard.",
38
- "fr": "Nettoyage interne selon le standard ioBroker.example/TypeScript.",
39
- "it": "Pulizia interna secondo lo standard ioBroker.example/TypeScript.",
40
- "es": "Limpieza interna según el estándar ioBroker.example/TypeScript.",
41
- "pl": "Wewnętrzne porządki zgodnie ze standardem ioBroker.example/TypeScript.",
42
- "uk": "Внутрішнє прибирання за стандартом ioBroker.example/TypeScript.",
43
- "zh-cn": "依据 ioBroker.example/TypeScript 标准的内部清理。"
46
+ "en": "Internal cleanup. No user-facing changes.",
47
+ "de": "Interne Bereinigung. Keine User-sichtbaren Änderungen.",
48
+ "ru": "Внутренняя очистка. Без видимых изменений для пользователя.",
49
+ "pt": "Limpeza interna. Sem alterações visíveis para o usuário.",
50
+ "nl": "Interne opschoning. Geen wijzigingen voor de gebruiker.",
51
+ "fr": "Nettoyage interne. Aucune modification visible pour l'utilisateur.",
52
+ "it": "Pulizia interna. Nessuna modifica visibile all'utente.",
53
+ "es": "Limpieza interna. Sin cambios visibles para el usuario.",
54
+ "pl": "Wewnętrzne porządki. Brak zmian widocznych dla użytkownika.",
55
+ "uk": "Внутрішнє прибирання. Без помітних для користувача змін.",
56
+ "zh-cn": "内部清理。对用户无可见变化。"
44
57
  },
45
58
  "0.2.17": {
46
- "en": "Internal: test setup migrated to `src/**/*.test.ts` standard.",
47
- "de": "Intern: Test-Setup auf `src/**/*.test.ts`-Standard migriert.",
48
- "ru": "Внутреннее: тестовая инфраструктура переведена на стандарт `src/**/*.test.ts`.",
49
- "pt": "Interno: configuração de testes migrada para o padrão `src/**/*.test.ts`.",
50
- "nl": "Intern: testsetup gemigreerd naar `src/**/*.test.ts`-standaard.",
51
- "fr": "Interne : configuration de tests migrée au standard `src/**/*.test.ts`.",
52
- "it": "Interno: setup test migrato allo standard `src/**/*.test.ts`.",
53
- "es": "Interno: configuración de tests migrada al estándar `src/**/*.test.ts`.",
54
- "pl": "Wewnętrzne: konfiguracja testów zmigrowana do standardu `src/**/*.test.ts`.",
55
- "uk": "Внутрішнє: тестова інфраструктура переведена на стандарт `src/**/*.test.ts`.",
56
- "zh-cn": "内部:测试配置迁移至 `src/**/*.test.ts` 标准。"
59
+ "en": "Internal cleanup. No user-facing changes.",
60
+ "de": "Interne Bereinigung. Keine User-sichtbaren Änderungen.",
61
+ "ru": "Внутренняя очистка. Без видимых изменений для пользователя.",
62
+ "pt": "Limpeza interna. Sem alterações visíveis para o usuário.",
63
+ "nl": "Interne opschoning. Geen wijzigingen voor de gebruiker.",
64
+ "fr": "Nettoyage interne. Aucune modification visible pour l'utilisateur.",
65
+ "it": "Pulizia interna. Nessuna modifica visibile all'utente.",
66
+ "es": "Limpieza interna. Sin cambios visibles para el usuario.",
67
+ "pl": "Wewnętrzne porządki. Brak zmian widocznych dla użytkownika.",
68
+ "uk": "Внутрішнє прибирання. Без помітних для користувача змін.",
69
+ "zh-cn": "内部清理。对用户无可见变化。"
57
70
  },
58
71
  "0.2.16": {
59
- "en": "Min js-controller corrected back to `>=6.0.11` (was incorrectly bumped to `>=7.0.23` in 0.2.15).",
60
- "de": "Min js-controller zurück auf `>=6.0.11` (war in 0.2.15 fälschlich auf `>=7.0.23` gesetzt).",
61
- "ru": "Мин. js-controller восстановлен на `>=6.0.11` (в 0.2.15 ошибочно был `>=7.0.23`).",
62
- "pt": "Mín. js-controller restaurado para `>=6.0.11` (em 0.2.15 estava erroneamente em `>=7.0.23`).",
63
- "nl": "Min. js-controller hersteld op `>=6.0.11` (was in 0.2.15 ten onrechte `>=7.0.23`).",
64
- "fr": "Min js-controller rétabli à `>=6.0.11` (était par erreur à `>=7.0.23` en 0.2.15).",
65
- "it": "Min js-controller ripristinato a `>=6.0.11` (in 0.2.15 era erroneamente `>=7.0.23`).",
66
- "es": "Mín. js-controller restaurado a `>=6.0.11` (en 0.2.15 estaba incorrectamente en `>=7.0.23`).",
67
- "pl": "Min. js-controller przywrócony do `>=6.0.11` (w 0.2.15 błędnie ustawiony na `>=7.0.23`).",
68
- "uk": "Мін. js-controller повернено на `>=6.0.11` (у 0.2.15 помилково було `>=7.0.23`).",
69
- "zh-cn": "最低 js-controller 恢复为 `>=6.0.11`(0.2.15 中错误地设置为 `>=7.0.23`)。"
72
+ "en": "Min js-controller restored to >=6.0.11 (was incorrectly bumped to >=7.0.23 in 0.2.15).",
73
+ "de": "Min js-controller zurück auf >=6.0.11 (war in 0.2.15 fälschlich auf >=7.0.23 gesetzt).",
74
+ "ru": "Мин. js-controller восстановлен на >=6.0.11 (в 0.2.15 ошибочно был >=7.0.23).",
75
+ "pt": "Mín. js-controller restaurado para >=6.0.11 (em 0.2.15 estava erroneamente em >=7.0.23).",
76
+ "nl": "Min. js-controller hersteld op >=6.0.11 (was in 0.2.15 ten onrechte >=7.0.23).",
77
+ "fr": "Min js-controller rétabli à >=6.0.11 (était par erreur à >=7.0.23 en 0.2.15).",
78
+ "it": "Min js-controller ripristinato a >=6.0.11 (in 0.2.15 era erroneamente >=7.0.23).",
79
+ "es": "Mín. js-controller restaurado a >=6.0.11 (en 0.2.15 estaba incorrectamente en >=7.0.23).",
80
+ "pl": "Min. js-controller przywrócony do >=6.0.11 (w 0.2.15 błędnie ustawiony na >=7.0.23).",
81
+ "uk": "Мін. js-controller повернено на >=6.0.11 (у 0.2.15 помилково було >=7.0.23).",
82
+ "zh-cn": "最低 js-controller 恢复为 >=6.0.110.2.15 中错误地设置为 >=7.0.23)。"
70
83
  },
71
84
  "0.2.15": {
72
- "en": "Crash defense: process-level `unhandledRejection`/`uncaughtException` handlers.",
73
- "de": "Crash-Schutz: process-level `unhandledRejection`/`uncaughtException`-Handler.",
74
- "ru": "Защита от сбоев: process-level обработчики `unhandledRejection`/`uncaughtException`.",
75
- "pt": "Proteção contra falhas: handlers process-level `unhandledRejection`/`uncaughtException`.",
76
- "nl": "Crashbescherming: process-level `unhandledRejection`/`uncaughtException`-handlers.",
77
- "fr": "Défense contre les crashs : handlers process-level `unhandledRejection`/`uncaughtException`.",
78
- "it": "Difesa anti-crash: handler process-level `unhandledRejection`/`uncaughtException`.",
79
- "es": "Defensa contra fallos: handlers process-level `unhandledRejection`/`uncaughtException`.",
80
- "pl": "Ochrona przed crashem: handlery process-level `unhandledRejection`/`uncaughtException`.",
81
- "uk": "Захист від збоїв: process-level обробники `unhandledRejection`/`uncaughtException`.",
82
- "zh-cn": "崩溃防护:process-level `unhandledRejection`/`uncaughtException` 处理器。"
83
- },
84
- "0.2.14": {
85
- "en": "Status labels localized via `system.config.language` (11 languages). Fix: `summary.todayCount` for non-DE/EN.",
86
- "de": "Status-Labels über `system.config.language` lokalisiert (11 Sprachen). Fix: `summary.todayCount` für nicht-DE/EN.",
87
- "ru": "Метки статуса локализованы через `system.config.language` (11 языков). Fix: `summary.todayCount` для не-DE/EN.",
88
- "pt": "Rótulos de status localizados via `system.config.language` (11 idiomas). Fix: `summary.todayCount` para não-DE/EN.",
89
- "nl": "Statuslabels gelokaliseerd via `system.config.language` (11 talen). Fix: `summary.todayCount` voor niet-DE/EN.",
90
- "fr": "Libellés de statut localisés via `system.config.language` (11 langues). Fix : `summary.todayCount` pour non-DE/EN.",
91
- "it": "Etichette di stato localizzate via `system.config.language` (11 lingue). Fix: `summary.todayCount` per non-DE/EN.",
92
- "es": "Etiquetas de estado localizadas vía `system.config.language` (11 idiomas). Fix: `summary.todayCount` para no-DE/EN.",
93
- "pl": "Etykiety statusu zlokalizowane przez `system.config.language` (11 języków). Fix: `summary.todayCount` dla nie-DE/EN.",
94
- "uk": "Мітки статусу локалізовано через `system.config.language` (11 мов). Fix: `summary.todayCount` для не-DE/EN.",
95
- "zh-cn": "状态标签通过 `system.config.language` 本地化(11 种语言)。修复:非 DE/EN 的 `summary.todayCount`。"
85
+ "en": "Crash defense: process-level error handlers.",
86
+ "de": "Crash-Schutz: process-level Error-Handler.",
87
+ "ru": "Защита от сбоев: process-level обработчики ошибок.",
88
+ "pt": "Proteção contra falhas: handlers de erro process-level.",
89
+ "nl": "Crashbescherming: process-level error-handlers.",
90
+ "fr": "Défense contre les crashs : handlers d'erreur process-level.",
91
+ "it": "Difesa anti-crash: handler di errore process-level.",
92
+ "es": "Defensa contra fallos: handlers de error process-level.",
93
+ "pl": "Ochrona przed crashem: handlery błędów process-level.",
94
+ "uk": "Захист від збоїв: process-level обробники помилок.",
95
+ "zh-cn": "崩溃防护:process-level 错误处理器。"
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.3.1",
3
+ "version": "0.3.2",
4
4
  "description": "ioBroker adapter for parcel.app — track packages as ioBroker states",
5
5
  "author": {
6
6
  "name": "krobi",