From c21fce9f93c643b2b331d666a3f888bc685a871e Mon Sep 17 00:00:00 2001 From: gaudes Date: Fri, 7 Apr 2023 17:33:49 +0200 Subject: [PATCH] chore: release v1.2.3 * (Gaudes) Upgrade hafas-client (fix for error) * (Gaudes) Upgrade dependency --- CHANGELOG_OLD.md | 5 +++++ README.md | 7 +------ io-package.json | 27 ++++++++++++++------------- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 23 insertions(+), 22 deletions(-) diff --git a/CHANGELOG_OLD.md b/CHANGELOG_OLD.md index 598644bc..27b3964a 100644 --- a/CHANGELOG_OLD.md +++ b/CHANGELOG_OLD.md @@ -1,4 +1,9 @@ # Older changes +## 1.1.0 (2021-06-04) +* (Gaudes) Time offset for routes and departure tables (Git #88) +* (Gaudes) Check if unloaded before writing/deleting objects (Sentry #7) +* (Gaudes) Include Dependabot updates + ## 1.0.7 (2021-04-06) * (Gaudes) Update HAFAS client to 5.15.2 (Fix error 'invalid json response body' with OEBB profile) * (Gaudes) Configurable colors for delays and on time diff --git a/README.md b/README.md index 68df5a7b..78bf3545 100755 --- a/README.md +++ b/README.md @@ -223,7 +223,7 @@ With +-Button new entries can be added to the table. Placeholder for the next version (at the beginning of the line): ### __WORK IN PROGRESS__ --> -### __WORK IN PROGRESS__ +### 1.2.3 (2023-04-07) * (Gaudes) Upgrade hafas-client (fix for error) * (Gaudes) Upgrade dependency @@ -247,11 +247,6 @@ With +-Button new entries can be added to the table. * (Gaudes) Advanced error reporting for HAFAS errors * (Gaudes) Include Dependabot updates -### 1.1.0 (2021-06-04) -* (Gaudes) Time offset for routes and departure tables (Git #88) -* (Gaudes) Check if unloaded before writing/deleting objects (Sentry #7) -* (Gaudes) Include Dependabot updates - ## License MIT License diff --git a/io-package.json b/io-package.json index 27eab8c3..878b5a2d 100755 --- a/io-package.json +++ b/io-package.json @@ -1,8 +1,21 @@ { "common": { "name": "fahrplan", - "version": "1.2.2", + "version": "1.2.3", "news": { + "1.2.3": { + "en": "Upgrade hafas-client (fix for error)\nUpgrade dependency", + "de": "Upgrade hafas-client (Fehlerfix)\nAbhängigkeit des Upgrades", + "ru": "Обновление hafas-client (фикс для ошибки)\nУлучшение зависимости", + "pt": "Atualizar hafas-client (fixo para erro)\nAumento da dependência", + "nl": "Upgrade hafas-cliënt (fix voor fout)\nUpgrade afhankelijkheid", + "fr": "Mettre à niveau les hafas-client (fixe pour erreur)\nAmélioration de la dépendance", + "it": "Aggiornare hafas-client (fisso per errore)\nDipendenza di aggiornamento", + "es": "Hafas-cliente de actualización (fijo por error)\nDependencia de actualización", + "pl": "Upgrade hafas-client (ros.)\nUproszczenie zależności", + "uk": "Оновлення хафа-клієнта (фікс для помилки)\nПідвищення залежності", + "zh-cn": "等级的哈法-排他性(错误的六分之六)\n扶养" + }, "1.2.2": { "en": "Upgrade dependency", "de": "Abhängigkeit des Upgrades", @@ -74,18 +87,6 @@ "es": "Corregir la selección de ruta en la configuración de retardo\nArreglar el tren suburbano del producto SBB (Sentry # 21)\nIncluir actualizaciones de Dependabot", "pl": "Napraw wybór trasy w konfiguracji opóźnienia\nNapraw podmiejski pociąg produktu SBB (Wartownik # 21)\nDołącz aktualizacje Dependabot", "zh-cn": "修复延迟配置中的路由选择\n修复SBB产品郊区火车(Sentry#21)\n包括Dependabot更新" - }, - "1.0.5": { - "en": "Quality fixing (lgtm.com)\nInclude Dependabot updates", - "de": "Qualitätsfixierung (lgtm.com)\nFügen Sie Dependabot-Updates hinzu", - "ru": "Исправление качества (lgtm.com)\nВключите обновления Dependabot", - "pt": "Fixação de qualidade (lgtm.com)\nIncluir atualizações Dependabot", - "nl": "Kwaliteitsfixatie (lgtm.com)\nVoeg Dependabot-updates toe", - "fr": "Fixation de la qualité (lgtm.com)\nInclure les mises à jour de Dependabot", - "it": "Fissaggio di qualità (lgtm.com)\nIncludi gli aggiornamenti di Dependabot", - "es": "Fijación de calidad (lgtm.com)\nIncluir actualizaciones de Dependabot", - "pl": "Poprawa jakości (lgtm.com)\nDołącz aktualizacje Dependabot", - "zh-cn": "质量修复(lgtm.com)\n包括Dependabot更新" } }, "title": "Fahrplan", diff --git a/package-lock.json b/package-lock.json index c10e3678..232da6d1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "iobroker.fahrplan", - "version": "1.2.2", + "version": "1.2.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "iobroker.fahrplan", - "version": "1.2.2", + "version": "1.2.3", "license": "MIT", "dependencies": { "@iobroker/adapter-core": "^2.6.8", diff --git a/package.json b/package.json index cc1ee038..7c6fc4a0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker.fahrplan", - "version": "1.2.2", + "version": "1.2.3", "description": "Get connection information of defined routes from HAFAS", "author": { "name": "Gaudes",