Skip to content

Commit 8a437dc

Browse files
author
ticaki
committed
chore: release v0.1.3
* (ticaki) Reduced size of the icon
1 parent 210a12f commit 8a437dc

File tree

4 files changed

+20
-4
lines changed

4 files changed

+20
-4
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ 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+
### 0.1.3 (2025-01-04)
26+
* (ticaki) Reduced size of the icon
27+
2528
### 0.1.2 (2025-01-04)
2629
* (ticaki) Added: Breaking news is excluded from filtering and copied to a separate folder.
2730
* (ticaki) Changed: Taglist is now sorted.

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.2",
4+
"version": "0.1.3",
55
"news": {
6+
"0.1.3": {
7+
"en": "Reduced size of the icon",
8+
"de": "Verringerte Größe des Icons",
9+
"ru": "Уменьшение размера иконы",
10+
"pt": "Tamanho reduzido do ícone",
11+
"nl": "Verminderde grootte van het pictogram",
12+
"fr": "Taille réduite de l'icône",
13+
"it": "Dimensioni ridotte dell'icona",
14+
"es": "Tamaño reducido del icono",
15+
"pl": "Zmniejszony rozmiar ikony",
16+
"uk": "Зменшений розмір ікони",
17+
"zh-cn": "图标的缩小大小"
18+
},
619
"0.1.2": {
720
"en": "Added: Breaking news is excluded from filtering and copied to a separate folder. \nChanged: Taglist is now sorted.",
821
"de": "Hinzugefügt: Breaking News ist vom Filtern ausgeschlossen und in einen separaten Ordner kopiert.\nGeändert: Die Tagliste ist jetzt sortiert.",

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

0 commit comments

Comments
 (0)