Skip to content

Commit

Permalink
chore: release v1.2.3
Browse files Browse the repository at this point in the history
* (Gaudes) Upgrade hafas-client (fix for error)
* (Gaudes) Upgrade dependency
  • Loading branch information
gaudes committed Apr 7, 2023
1 parent 6871ec5 commit c21fce9
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 22 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG_OLD.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand Down
27 changes: 14 additions & 13 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit c21fce9

Please sign in to comment.