Skip to content

Commit e29431a

Browse files
author
ticaki
committed
chore: release v0.3.1
* (ticaki) Back to stable admin
1 parent 38baa81 commit e29431a

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
@@ -29,6 +29,9 @@ 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.3.1 (2025-01-05)
33+
* (ticaki) Back to stable admin
34+
3235
### 0.3.0 (2025-01-05)
3336
* (ticaki) States are only updated when changes are made.
3437
* (ticaki) Last update Data point added with timestamp of the last successful data access

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.3.0",
4+
"version": "0.3.1",
55
"news": {
6+
"0.3.1": {
7+
"en": "Back to stable admin",
8+
"de": "Zurück zu Stall Admin",
9+
"ru": "Назад к стабильному администратору",
10+
"pt": "Voltar para administrador estável",
11+
"nl": "Terug naar stabiele toediening",
12+
"fr": "Retour à l'administration stable",
13+
"it": "Torna a amministratore stabile",
14+
"es": "Volver a administración estable",
15+
"pl": "Powrót do stabilnego administratora",
16+
"uk": "Повернутися до стабільного адміністратора",
17+
"zh-cn": "回到稳定的管理员"
18+
},
619
"0.3.0": {
720
"en": "States are only updated when changes are made.\nLast update Data point added with timestamp of the last successful data access\nEmptying of data points improved\nPlaceholder images inserted for no news.\nUser-defined keywords with `*`\nRequires admin version 7.4.9 or higher",
821
"de": "Staaten werden nur aktualisiert, wenn Änderungen vorgenommen werden.\nLetzte Aktualisierung Datenpunkt mit Zeitstempel des letzten erfolgreichen Datenzugriffs hinzugefügt\nLeerung der Datenpunkte verbessert\nPlatzhalter Bilder für keine Nachrichten eingefügt.\nBenutzerdefinierte Schlüsselwörter mit `*`\nErfordert Admin Version 7.4.9 oder höher",
@@ -80,19 +93,6 @@
8093
"pl": "Zmniejszony rozmiar ikony",
8194
"uk": "Зменшений розмір ікони",
8295
"zh-cn": "图标的缩小大小"
83-
},
84-
"0.1.2": {
85-
"en": "Added: Breaking news is excluded from filtering and copied to a separate folder. \nChanged: Taglist is now sorted.",
86-
"de": "Hinzugefügt: Breaking News ist vom Filtern ausgeschlossen und in einen separaten Ordner kopiert.\nGeändert: Die Tagliste ist jetzt sortiert.",
87-
"ru": "Добавлено: Перерыв новостей исключен из фильтрации и скопирован в отдельную папку.\nИзменено: теперь отсортирован.",
88-
"pt": "Adicionado: A notícia de quebra é excluída da filtragem e copiada para uma pasta separada.\nAlterado: Taglist agora está classificado.",
89-
"nl": "Toegevoegd: Breaking news is uitgesloten van filteren en gekopieerd naar een aparte map.\nGewijzigd: Taglist is nu gesorteerd.",
90-
"fr": "Ajouté : Les nouvelles sont exclues du filtrage et copiées dans un dossier séparé.\nChanged: La liste d'étiquettes est maintenant triée.",
91-
"it": "Aggiunto: Breaking news è escluso dal filtraggio e copiato in una cartella separata.\nCambiato: il taglist è ora risolto.",
92-
"es": "Añadido: Las noticias de actualidad están excluidas de filtrar y copiar a una carpeta separada.\nCambiado: Taglist ahora está clasificado.",
93-
"pl": "Dodano: Najnowsze wiadomości są wyłączone z filtrowania i skopiowane do oddzielnego folderu.\nZmienione: Taglist jest teraz sortowane.",
94-
"uk": "Додано: Новини прориву виключено з фільтрації та копіювання до окремої папки.\nЗмінено: Відсмоктуються теги.",
95-
"zh-cn": "添加:突发新闻被排除在过滤之外,复制到单独的文件夹.\n更改: 标签列表现已排序 ."
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.3.0",
3+
"version": "0.3.1",
44
"description": "Request news from tagesschau",
55
"author": {
66
"name": "ticaki",

0 commit comments

Comments
 (0)