Skip to content

Commit b53aa56

Browse files
author
ticaki
committed
chore: release v0.1.1
* (ticaki) fixed: The empty configuration after the first installation leaves crashed adapters
1 parent 950f04c commit b53aa56

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.1 (2025-01-04)
26+
* (ticaki) fixed: The empty configuration after the first installation leaves crashed adapters
27+
2528
### 0.1.0 (2025-01-04)
2629
* (ticaki) initial release
2730

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.0",
4+
"version": "0.1.1",
55
"news": {
6+
"0.1.1": {
7+
"en": "fixed: The empty configuration after the first installation leaves crashed adapters",
8+
"de": "fest: Die leere Konfiguration nach der ersten Installation lässt abgestürzte Adapter",
9+
"ru": "фиксированный: Пустая конфигурация после первой установки оставляет аварийные адаптеры",
10+
"pt": "fixo: A configuração vazia após a primeira instalação deixa cair adaptadores",
11+
"nl": "vast: De lege configuratie na de eerste installatie verlaat gecrashte adapters",
12+
"fr": "fixe: La configuration vide après la première installation laisse les adaptateurs écrasés",
13+
"it": "fisso: La configurazione vuota dopo la prima installazione lascia gli adattatori bloccati",
14+
"es": "fijo: La configuración vacía después de la primera instalación deja los adaptadores estrellados",
15+
"pl": "stałe: Pusta konfiguracja po pierwszej instalacji pozostawia uszkodzone adaptery",
16+
"uk": "фіксована: Порожня конфігурація після першого встановлення листя збитих адаптерів",
17+
"zh-cn": "固定 : 第一个安装离开后空配置崩溃适配器"
18+
},
619
"0.1.0": {
720
"en": "initial release",
821
"de": "erstausstrahlung",

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

0 commit comments

Comments
 (0)