Skip to content

Commit

Permalink
chore: release v3.3.6
Browse files Browse the repository at this point in the history
* (xXBJXx) fixed position of the warning message in the UI
* (xXBJXx) updated the documentation and migration guides for stable version 3.3.6
  • Loading branch information
xXBJXx committed Jan 22, 2023
1 parent 61d451b commit c751c67
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 22 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG_OLD.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Older changes
## 3.3.1 (2022-12-30)
* (xXBJXx) fixed TypeError: Cannot read properties of undefined [Issue #104](https://github.com/iobroker-community-adapters/ioBroker.tankerkoenig/issues/104)
* (xXBJXx) added full street state for each station

## 3.3.0 (2022-12-29)
* (Apollon77) Added Sentry for crash reporting
* (xXBJXx) Added detailed request when creating stations in the UI
Expand Down
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ NodeJS v14 or higher is required.
Placeholder for the next version (at the beginning of the line):
### __WORK IN PROGRESS__ (- falls nicht benötigt löschen sonst klammern entfernen und nach dem - dein text schreiben)
-->
### __WORK IN PROGRESS__
### 3.3.6 (2023-01-22)
* (xXBJXx) fixed position of the warning message in the UI
* (xXBJXx) updated the documentation and migration guides for stable version 3.3.6

Expand All @@ -52,10 +52,6 @@ NodeJS v14 or higher is required.
* (xXBJXx) added price difference to the last price
* (xXBJXx) added a feature request cheapest station [Issue #109](https://github.com/iobroker-community-adapters/ioBroker.tankerkoenig/issues/109)

### 3.3.1 (2022-12-30)
* (xXBJXx) fixed TypeError: Cannot read properties of undefined [Issue #104](https://github.com/iobroker-community-adapters/ioBroker.tankerkoenig/issues/104)
* (xXBJXx) added full street state for each station

## License

The MIT License (MIT)
Expand Down
28 changes: 14 additions & 14 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "tankerkoenig",
"version": "3.3.5",
"version": "3.3.6",
"news": {
"3.3.6": {
"en": "corrected the position of the warning message in the user interface\nUpdated documentation and migration guide for stable version 3.3.6",
"de": "die Position der Warnmeldung in der Benutzeroberfläche korrigiert\nAktualisierte Dokumentation und Migrationsanleitung für die stabile Version 3.3.6",
"ru": "исправлено положение предупреждающего сообщения в пользовательском интерфейсе\nОбновлена документация и руководство по миграции для стабильной версии 3.3.6",
"pt": "corrigiu a posição da mensagem de aviso na interface do utilizador\nDocumentação actualizada e guia de migração para a versão estável 3.3.6",
"nl": "positie van het waarschuwingsbericht in de gebruikersinterface gecorrigeerd\nDocumentatie en migratiegids bijgewerkt voor stabiele versie 3.3.6",
"fr": "correction de la position du message d'avertissement dans l'interface utilisateur\nMise à jour de la documentation et du guide de migration pour la version stable 3.3.6",
"it": "corretta la posizione del messaggio di avviso nell'interfaccia utente\nAggiornamento della documentazione e della guida alla migrazione per la versione stabile 3.3.6",
"es": "corregida la posición del mensaje de advertencia en la interfaz de usuario\nActualizada la documentación y la guía de migración para la versión estable 3.3.6",
"pl": "poprawiono położenie komunikatu ostrzegawczego w interfejsie użytkownika\nZaktualizowano dokumentację i przewodnik migracji dla stabilnej wersji 3.3.6",
"uk": "виправлено положення попереджувального повідомлення у користувацькому інтерфейсі\nОновлена документація та посібник з міграції для стабільної версії 3.3.6",
"zh-cn": "更正了用户界面中警告信息的位置\n更新了稳定版3.3.6的文档和迁移指南"
},
"3.3.5": {
"en": "fixed copy/paste bug in the UI",
"de": "Fehler beim Kopieren/Einfügen in der Benutzeroberfläche behoben",
Expand Down Expand Up @@ -80,19 +93,6 @@
"pl": "Dodano Sentry do raportowania o awariach\nDodano szczegółowe zapytanie podczas tworzenia stacji w UI",
"uk": "Додано Sentry для повідомлення про аварії\nДодано детальний запит при створенні станцій в інтерфейсі користувача",
"zh-cn": "增加了用于崩溃报告的哨兵\n在用户界面中创建站点时增加了详细请求"
},
"3.2.5": {
"en": "Problem with entering the postal code in the UI fixed",
"de": "Problem bei der Eingabe der Postleitzahl in der Benutzeroberfläche behoben",
"ru": "Исправлена проблема с вводом почтового индекса в пользовательском интерфейсе",
"pt": "Problema com a introdução do código postal na IU corrigido",
"nl": "Probleem met het invoeren van de postcode in de UI opgelost",
"fr": "Correction du problème de saisie du code postal dans l'interface utilisateur",
"it": "Problema con l'inserimento del codice postale nell'interfaccia utente risolto",
"es": "Solucionado el problema con la introducción del código postal en la interfaz de usuario",
"pl": "Naprawiono problem z wpisywaniem kodu pocztowego w UI",
"uk": "Виправлено проблему з введенням поштового індексу в інтерфейсі",
"zh-cn": "在用户界面中输入邮政编码的问题得到解决"
}
},
"titleLang": {
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.tankerkoenig",
"version": "3.3.5",
"version": "3.3.6",
"description": "Spritpreise von tankerkoenig.de",
"author": "pix",
"contributors": [
Expand Down

0 comments on commit c751c67

Please sign in to comment.