iobroker.parcelapp 0.6.0 → 0.7.0

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.
Files changed (3) hide show
  1. package/README.md +17 -16
  2. package/io-package.json +19 -14
  3. package/package.json +3 -4
package/README.md CHANGED
@@ -1,15 +1,10 @@
1
- # ioBroker.parcelapp
1
+ # <img src="https://cdn.jsdelivr.net/gh/krobipd/ioBroker.parcelapp@main/admin/parcelapp.svg" width="48" align="top" /> ioBroker.parcelapp
2
2
 
3
- [![npm version](https://img.shields.io/npm/v/iobroker.parcelapp)](https://www.npmjs.com/package/iobroker.parcelapp)
4
- ![Node](https://img.shields.io/badge/node-%3E%3D22-brightgreen)
5
- ![TypeScript](https://img.shields.io/badge/TypeScript-strict-blue)
6
- [![License](https://img.shields.io/badge/license-MIT-green)](LICENSE)
7
- [![npm downloads](https://img.shields.io/npm/dt/iobroker.parcelapp)](https://www.npmjs.com/package/iobroker.parcelapp)
8
- ![Installations](https://iobroker.live/badges/parcelapp-installed.svg)
9
- [![Ko-fi](https://img.shields.io/badge/Ko--fi-Support-ff5e5b?logo=ko-fi)](https://ko-fi.com/krobipd)
10
- [![PayPal](https://img.shields.io/badge/Donate-PayPal-blue.svg)](https://paypal.me/krobipd)
3
+ **Release:** [![npm version](https://img.shields.io/npm/v/iobroker.parcelapp)](https://www.npmjs.com/package/iobroker.parcelapp) ![stable](https://iobroker.live/badges/parcelapp-stable.svg) ![Installations](https://iobroker.live/badges/parcelapp-installed.svg) [![npm downloads](https://img.shields.io/npm/dt/iobroker.parcelapp)](https://www.npmjs.com/package/iobroker.parcelapp)
11
4
 
12
- <img src="https://cdn.jsdelivr.net/gh/krobipd/ioBroker.parcelapp@main/admin/parcelapp.svg" width="100" />
5
+ **Build:** [![Test and Release](https://github.com/krobipd/ioBroker.parcelapp/actions/workflows/test-and-release.yml/badge.svg)](https://github.com/krobipd/ioBroker.parcelapp/actions/workflows/test-and-release.yml) ![Node](https://img.shields.io/badge/node-%3E%3D22-brightgreen) ![TypeScript](https://img.shields.io/badge/TypeScript-strict-blue) [![License](https://img.shields.io/badge/license-MIT-green)](LICENSE) [![Sentry](https://img.shields.io/badge/error%20reporting-Sentry-362d59?logo=sentry&logoColor=white)](https://github.com/ioBroker/plugin-sentry#plugin-sentry)
6
+
7
+ **Support:** [![Ko-fi](https://img.shields.io/badge/Ko--fi-Support-ff5e5b?logo=ko-fi)](https://ko-fi.com/krobipd) [![PayPal](https://img.shields.io/badge/Donate-PayPal-blue.svg)](https://paypal.me/krobipd)
13
8
 
14
9
  ioBroker adapter for the [parcel.app](https://parcelapp.net) API. Supports all carriers that parcel.app tracks.
15
10
 
@@ -117,19 +112,29 @@ The delivery is added to your parcel.app account and immediately appears in ioBr
117
112
 
118
113
  ---
119
114
 
115
+ ## Sentry / Error reporting
116
+
117
+ This adapter uses [Sentry](https://sentry.io) to automatically report exceptions and errors to the developer, so problems can be found and fixed quickly. Reporting only happens if you have enabled error reporting in the ioBroker diagnostics (**System settings → Diagnostics and error reporting**). Only an anonymous installation ID is transmitted — no name, e-mail address or IP address.
118
+
119
+ For details and how to disable it, see the [Sentry plugin documentation](https://github.com/ioBroker/plugin-sentry#plugin-sentry). Error reporting requires js-controller 3.0 or newer.
120
+
120
121
  ## Changelog
121
122
 
122
123
  <!--
123
124
  Placeholder for the next version (at the beginning of the line):
124
125
  ### **WORK IN PROGRESS**
125
126
  -->
127
+ ### 0.7.0 (2026-06-07)
128
+
129
+ - Added optional Sentry error reporting: crashes are sent to the developer so issues get fixed faster. Active only with ioBroker diagnostics enabled; anonymous.
130
+
126
131
  ### 0.6.0 (2026-05-31)
127
132
 
128
133
  - The summary delivery window now covers the full time range when several packages are expected the same day — previously an overlapping window could be cut short.
129
134
  - Packages reported with an unrecognized status are no longer mistaken for delivered and removed; they stay visible as "Unknown".
130
135
  - A delivery added via the admin button now appears immediately instead of only after the next polling cycle.
131
136
 
132
- ### 0.5.3 (2026-05-23)
137
+ ### 0.5.3 (2026-05-23) — stable
133
138
 
134
139
  - Reduced unnecessary state-change events by skipping writes when the value has not changed.
135
140
 
@@ -141,11 +146,7 @@ The delivery is added to your parcel.app account and immediately appears in ioBr
141
146
 
142
147
  - Internal cleanup. No user-facing changes.
143
148
 
144
- ### 0.5.0 (2026-05-22)
145
-
146
- - User-modified state names are no longer overwritten on adapter restart
147
-
148
- Older entries are in [CHANGELOG_OLD.md](CHANGELOG_OLD.md).
149
+ [Older changelogs can be found there](CHANGELOG_OLD.md)
149
150
 
150
151
  ## Support
151
152
 
package/io-package.json CHANGED
@@ -1,8 +1,21 @@
1
1
  {
2
2
  "common": {
3
3
  "name": "parcelapp",
4
- "version": "0.6.0",
4
+ "version": "0.7.0",
5
5
  "news": {
6
+ "0.7.0": {
7
+ "en": "Added optional Sentry error reporting: crashes are sent to the developer so issues get fixed faster. Active only with ioBroker diagnostics enabled; anonymous.",
8
+ "de": "Optionale Fehlermeldung über Sentry hinzugefügt: Abstürze werden an den Entwickler gesendet, damit Probleme schneller behoben werden. Nur aktiv bei eingeschalteter ioBroker-Diagnose; anonym.",
9
+ "ru": "Добавлена необязательная отправка ошибок через Sentry: сбои отправляются разработчику, чтобы быстрее их устранять. Работает только при включённой диагностике ioBroker; анонимно.",
10
+ "pt": "Adicionado relatório de erros opcional via Sentry: as falhas são enviadas ao programador para corrigir problemas mais rápido. Ativo apenas com o diagnóstico do ioBroker ligado; anónimo.",
11
+ "nl": "Optionele foutrapportage via Sentry toegevoegd: crashes worden naar de ontwikkelaar gestuurd om problemen sneller op te lossen. Alleen actief met ioBroker-diagnostiek ingeschakeld; anoniem.",
12
+ "fr": "Rapport d'erreurs optionnel via Sentry ajouté : les plantages sont envoyés au développeur pour corriger plus vite. Actif seulement si le diagnostic ioBroker est activé ; anonyme.",
13
+ "it": "Aggiunta segnalazione errori opzionale via Sentry: gli arresti vengono inviati allo sviluppatore per risolvere prima i problemi. Attivo solo con la diagnostica ioBroker attiva; anonimo.",
14
+ "es": "Añadido informe de errores opcional mediante Sentry: los fallos se envían al desarrollador para solucionar problemas más rápido. Activo solo con el diagnóstico de ioBroker activado; anónimo.",
15
+ "pl": "Dodano opcjonalne raportowanie błędów przez Sentry: awarie są wysyłane do dewelopera, aby szybciej rozwiązywać problemy. Aktywne tylko przy włączonej diagnostyce ioBroker; anonimowo.",
16
+ "uk": "Додано необов'язкову відправку помилок через Sentry: збої надсилаються розробнику, щоб швидше їх виправляти. Працює лише з увімкненою діагностикою ioBroker; анонімно.",
17
+ "zh-cn": "新增可选的 Sentry 错误上报:崩溃信息会发送给开发者以更快修复问题。仅在启用 ioBroker 诊断时生效;匿名。"
18
+ },
6
19
  "0.6.0": {
7
20
  "en": "Bug fixes: correct combined delivery window, packages with an unknown status stay visible, and newly added deliveries appear immediately.",
8
21
  "de": "Fehlerbehebungen: korrektes kombiniertes Lieferfenster, Pakete mit unbekanntem Status bleiben sichtbar, und neue Sendungen erscheinen sofort.",
@@ -80,19 +93,11 @@
80
93
  "pl": "Poprawiona obsługa błędów i stabilność.",
81
94
  "uk": "Покращено обробку помилок та стабільність.",
82
95
  "zh-cn": "改进了错误处理和稳定性。"
83
- },
84
- "0.4.8": {
85
- "en": "Internal cleanup. No user-facing changes.",
86
- "de": "Interne Bereinigung. Keine Änderungen für Benutzer.",
87
- "ru": "Внутренняя очистка. Нет изменений для пользователей.",
88
- "pt": "Limpeza interna. Sem alterações para o utilizador.",
89
- "nl": "Interne opruiming. Geen wijzigingen voor gebruikers.",
90
- "fr": "Nettoyage interne. Aucun changement pour l'utilisateur.",
91
- "it": "Pulizia interna. Nessuna modifica per l'utente.",
92
- "es": "Limpieza interna. Sin cambios para el usuario.",
93
- "pl": "Wewnętrzne porządki. Brak zmian dla użytkownika.",
94
- "uk": "Внутрішнє очищення. Без змін для користувачів.",
95
- "zh-cn": "内部清理。无用户可见的更改。"
96
+ }
97
+ },
98
+ "plugins": {
99
+ "sentry": {
100
+ "dsn": "https://66f27ceff38c1ce1e6cdcc3095ba06d3@o4511524771266560.ingest.de.sentry.io/4511524773560400"
96
101
  }
97
102
  },
98
103
  "titleLang": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iobroker.parcelapp",
3
- "version": "0.6.0",
3
+ "version": "0.7.0",
4
4
  "description": "ioBroker adapter for the parcel.app API",
5
5
  "author": {
6
6
  "name": "krobi",
@@ -27,14 +27,13 @@
27
27
  "url": "https://github.com/krobipd/ioBroker.parcelapp"
28
28
  },
29
29
  "engines": {
30
- "node": ">=22",
31
- "npm": ">=10"
30
+ "node": ">=22"
32
31
  },
33
32
  "dependencies": {
34
33
  "@iobroker/adapter-core": "^3.3.2"
35
34
  },
36
35
  "devDependencies": {
37
- "@alcalzone/release-script": "^5.2.0",
36
+ "@alcalzone/release-script": "^5.2.1",
38
37
  "@alcalzone/release-script-plugin-iobroker": "^5.2.0",
39
38
  "@alcalzone/release-script-plugin-license": "^5.2.0",
40
39
  "@iobroker/adapter-dev": "^1.5.0",