Skip to content

Commit 1e112f0

Browse files
author
ticaki
committed
chore: release v0.2.2
* (ticaki) Fixed: Adapter deletes own states
1 parent ecd8f03 commit 1e112f0

File tree

4 files changed

+21
-18
lines changed

4 files changed

+21
-18
lines changed

README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,11 @@ Weiteres zum Bild: https://forum.iobroker.net/post/1235111
2929
Placeholder for the next version (at the beginning of the line):
3030
### **WORK IN PROGRESS**
3131
-->
32+
### 0.2.2 (2025-01-05)
33+
* (ticaki) Fixed: Adapter deletes own states
34+
3235
### 0.2.1 (2025-01-05)
33-
* (ticaki) fix refresh interval & add axios timeouts
36+
* (ticaki) fixed refresh interval & add axios timeouts
3437

3538
### 0.2.0 (2025-01-05)
3639
* (ticaki) remove tracking from videos

io-package.json

+14-14
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,21 @@
11
{
22
"common": {
33
"name": "tagesschau",
4-
"version": "0.2.1",
4+
"version": "0.2.2",
55
"news": {
6+
"0.2.2": {
7+
"en": "Fixed: Adapter deletes own states",
8+
"de": "Fixed: Adapter löscht eigene Zustände",
9+
"ru": "Исправлено: Адаптер удаляет собственные состояния",
10+
"pt": "Corrigido: Adapter elimina estados próprios",
11+
"nl": "Vast: Adapter verwijdert eigen staten",
12+
"fr": "Correction : l'adaptateur supprime ses propres états",
13+
"it": "Risolto: l'adattatore cancella i propri stati",
14+
"es": "Corregido: Adaptador elimina estados propios",
15+
"pl": "Naprawiono: Adapter usuwa stany własne",
16+
"uk": "Виправлено: Адаптер видаляє власні стани",
17+
"zh-cn": "固定: 适配器删除自己的状态"
18+
},
619
"0.2.1": {
720
"en": "fix refresh interval & add axios timeouts",
821
"de": "axios timeouts fixieren",
@@ -80,19 +93,6 @@
8093
"pl": "stałe: Pusta konfiguracja po pierwszej instalacji pozostawia uszkodzone adaptery",
8194
"uk": "фіксована: Порожня конфігурація після першого встановлення листя збитих адаптерів",
8295
"zh-cn": "固定 : 第一个安装离开后空配置崩溃适配器"
83-
},
84-
"0.1.0": {
85-
"en": "initial release",
86-
"de": "erstausstrahlung",
87-
"ru": "первоначальный выпуск",
88-
"pt": "lançamento inicial",
89-
"nl": "eerste release",
90-
"fr": "libération initiale",
91-
"it": "rilascio iniziale",
92-
"es": "liberación inicial",
93-
"pl": "początkowe zwolnienie",
94-
"uk": "початковий реліз",
95-
"zh-cn": "初步释放"
9696
}
9797
},
9898
"titleLang": {

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "iobroker.tagesschau",
3-
"version": "0.2.1",
3+
"version": "0.2.2",
44
"description": "Request news from tagesschau",
55
"author": {
66
"name": "ticaki",

0 commit comments

Comments
 (0)