Skip to content

Commit 1badff1

Browse files
author
ticaki
committed
chore: release v0.4.2
* (ticaki) make the code fit for latest
1 parent 2747012 commit 1badff1

File tree

4 files changed

+20
-17
lines changed

4 files changed

+20
-17
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ Please note:
3030
Placeholder for the next version (at the beginning of the line):
3131
### **WORK IN PROGRESS**
3232
-->
33+
### 0.4.2 (2025-01-25)
34+
* (ticaki) make the code fit for latest
35+
3336
### 0.4.1 (2025-01-17)
3437
* (ticaki) videos always in the same order.
3538

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.4.1",
4+
"version": "0.4.2",
55
"news": {
6+
"0.4.2": {
7+
"en": "make the code fit for latest",
8+
"de": "den code für die neuesten",
9+
"ru": "сделать код пригодным для последнего",
10+
"pt": "fazer o código encaixar para mais recente",
11+
"nl": "maak de code geschikt voor nieuwste",
12+
"fr": "rendre le code adapté pour la dernière",
13+
"it": "rendere il codice adatto per più recenti",
14+
"es": "hacer que el código se ajuste a lo último",
15+
"pl": "aby kod pasował do najnowszego",
16+
"uk": "зробити код, який підходить для останніх",
17+
"zh-cn": "使代码适合最新的"
18+
},
619
"0.4.1": {
720
"en": "videos always in the same order.",
821
"de": "videos immer in der gleichen reihenfolge.",
@@ -80,19 +93,6 @@
8093
"pl": "Naprawiono: Adapter usuwa stany własne",
8194
"uk": "Виправлено: Адаптер видаляє власні стани",
8295
"zh-cn": "固定: 适配器删除自己的状态"
83-
},
84-
"0.2.1": {
85-
"en": "fix refresh interval & add axios timeouts",
86-
"de": "axios timeouts fixieren",
87-
"ru": "фиксация интервала обновления & добавить тайм-ауты axios",
88-
"pt": "corrigir intervalo de atualização & adicionar intervalos de axios",
89-
"nl": "verversen interval repareren en axio's time-outs toevoegen",
90-
"fr": "correction de l'intervalle de rafraîchissement & ajouter des timeouts axios",
91-
"it": "fissare l'intervallo di aggiornamento e aggiungere timeout assios",
92-
"es": "fijar intervalo de actualización & añadir axios timeouts",
93-
"pl": "naprawić odświeżający odstęp i dodać axios timeout",
94-
"uk": "фіксувати інтервал оновлення і додати осі",
95-
"zh-cn": "修复刷新间隔并添加轴超时( a)"
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.4.1",
3+
"version": "0.4.2",
44
"description": "Request news from tagesschau",
55
"author": {
66
"name": "ticaki",

0 commit comments

Comments
 (0)