Skip to content

Commit

Permalink
chore: release v3.3.5
Browse files Browse the repository at this point in the history
* (xXBJXx) fixed copy/paste bug in the UI
  • Loading branch information
xXBJXx committed Jan 4, 2023
1 parent ba1bff7 commit b9636ef
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.0 (2022-12-29)
* (Apollon77) Added Sentry for crash reporting
* (xXBJXx) Added detailed request when creating stations in the UI

## 3.2.5 (2022-12-28)
* (xXBJXx) Problem with entering the postal code in the UI fixed

Expand Down
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,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.5 (2023-01-04)
* (xXBJXx) fixed copy/paste bug in the UI

### 3.3.4 (2023-01-03)
Expand All @@ -51,10 +51,6 @@ NodeJS v14 or higher is required.
* (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

## 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.4",
"version": "3.3.5",
"news": {
"3.3.5": {
"en": "fixed copy/paste bug in the UI",
"de": "Fehler beim Kopieren/Einfügen in der Benutzeroberfläche behoben",
"ru": "исправлена ошибка копирования/вставки в пользовательском интерфейсе",
"pt": "corrigido o erro copiar/colar na IU",
"nl": "probleem met kopiëren/plakken in de UI opgelost",
"fr": "correction d'un bug de copier/coller dans l'interface utilisateur",
"it": "corretto il bug del copia/incolla nell'interfaccia utente",
"es": "Se ha corregido un error al copiar y pegar en la interfaz de usuario.",
"pl": "Se ha corregido un error al copiar y pegar en la interfaz de usuario.",
"uk": "виправлено помилку копіювання/вставки в інтерфейсі користувача",
"zh-cn": "修复了用户界面中的复制/粘贴错误"
},
"3.3.4": {
"en": "Fixed an issue where a zip code starting with 0 was displayed incorrectly [Issue #113].",
"de": "Ein Problem wurde behoben, bei dem eine mit 0 beginnende Postleitzahl nicht korrekt angezeigt wurde [Issue #113].",
Expand Down Expand Up @@ -80,19 +93,6 @@
"pl": "Naprawiono problem z wpisywaniem kodu pocztowego w UI",
"uk": "Виправлено проблему з введенням поштового індексу в інтерфейсі",
"zh-cn": "在用户界面中输入邮政编码的问题得到解决"
},
"3.2.4": {
"en": "Problem with setting objects => type \"Number\" set, but type \"String\" obtained [Problem #100] fixed.",
"de": "Problem beim Setzen von Objekten => Typ \"Zahl\" gesetzt, aber Typ \"String\" erhalten [Problem #100] behoben.",
"ru": "Проблема с установкой объектов => тип \"Число\" установлен, но получен тип \"Строка\" [Проблема #100] исправлена.",
"pt": "Problema com a definição de objectos => tipo \"Number\" definido, mas tipo \"String\" obtido [Problema #100] corrigido.",
"nl": "Probleem met het instellen van objecten => type \"Getal\" ingesteld, maar type \"String\" verkregen [Probleem #100] opgelost.",
"fr": "Problème de paramétrage des objets => type \"Number\" défini, mais type \"String\" obtenu [Problème #100] corrigé.",
"it": "Problema di impostazione degli oggetti => tipo \"Numero\" impostato, ma tipo \"Stringa\" ottenuto [Problema #100] risolto.",
"es": "Problema con la configuración de objetos => tipo \"Número\" establecido, pero tipo \"Cadena\" obtenido [Problema #100] solucionado.",
"pl": "Problem z ustawianiem obiektów => typ \"Number\" ustawiony, ale typ \"String\" uzyskany [Problem #100] naprawiony.",
"uk": "Виправлено проблему із встановленням об'єктів => тип \"Число\" встановлено, але отримано тип \"Рядок\" [Проблема #100].",
"zh-cn": "设置对象的问题=>设置了 \"Number \"类型,但获得了 \"String \"类型[问题#100]修复。"
}
},
"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.4",
"version": "3.3.5",
"description": "Spritpreise von tankerkoenig.de",
"author": "pix",
"contributors": [
Expand Down

0 comments on commit b9636ef

Please sign in to comment.