Skip to content

Commit 5febf6d

Browse files
author
ticaki
committed
chore: release v0.1.2
* (ticaki) Added: Breaking news is excluded from filtering and copied to a separate folder. * (ticaki) Changed: Taglist is now sorted.
1 parent 7342c37 commit 5febf6d

File tree

4 files changed

+18
-5
lines changed

4 files changed

+18
-5
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Installieren - Im Admin gewünschtes einstellen - fertig.
2222
Placeholder for the next version (at the beginning of the line):
2323
### **WORK IN PROGRESS**
2424
-->
25-
### **WORK IN PROGRESS**
25+
### 0.1.2 (2025-01-04)
2626
* (ticaki) Added: Breaking news is excluded from filtering and copied to a separate folder.
2727
* (ticaki) Changed: Taglist is now sorted.
2828

io-package.json

+14-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,21 @@
11
{
22
"common": {
33
"name": "tagesschau",
4-
"version": "0.1.1",
4+
"version": "0.1.2",
55
"news": {
6+
"0.1.2": {
7+
"en": "Added: Breaking news is excluded from filtering and copied to a separate folder. \nChanged: Taglist is now sorted.",
8+
"de": "Hinzugefügt: Breaking News ist vom Filtern ausgeschlossen und in einen separaten Ordner kopiert.\nGeändert: Die Tagliste ist jetzt sortiert.",
9+
"ru": "Добавлено: Перерыв новостей исключен из фильтрации и скопирован в отдельную папку.\nИзменено: теперь отсортирован.",
10+
"pt": "Adicionado: A notícia de quebra é excluída da filtragem e copiada para uma pasta separada.\nAlterado: Taglist agora está classificado.",
11+
"nl": "Toegevoegd: Breaking news is uitgesloten van filteren en gekopieerd naar een aparte map.\nGewijzigd: Taglist is nu gesorteerd.",
12+
"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.",
13+
"it": "Aggiunto: Breaking news è escluso dal filtraggio e copiato in una cartella separata.\nCambiato: il taglist è ora risolto.",
14+
"es": "Añadido: Las noticias de actualidad están excluidas de filtrar y copiar a una carpeta separada.\nCambiado: Taglist ahora está clasificado.",
15+
"pl": "Dodano: Najnowsze wiadomości są wyłączone z filtrowania i skopiowane do oddzielnego folderu.\nZmienione: Taglist jest teraz sortowane.",
16+
"uk": "Додано: Новини прориву виключено з фільтрації та копіювання до окремої папки.\nЗмінено: Відсмоктуються теги.",
17+
"zh-cn": "添加:突发新闻被排除在过滤之外,复制到单独的文件夹.\n更改: 标签列表现已排序 ."
18+
},
619
"0.1.1": {
720
"en": "fixed: The empty configuration after the first installation leaves crashed adapters",
821
"de": "fest: Die leere Konfiguration nach der ersten Installation lässt abgestürzte Adapter",

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.1.1",
3+
"version": "0.1.2",
44
"description": "Request news from tagesschau",
55
"author": {
66
"name": "ticaki",

0 commit comments

Comments
 (0)