From dfe7366a5add406fefbcd5d4b62d955c9a044be1 Mon Sep 17 00:00:00 2001 From: simatec Date: Mon, 10 Apr 2023 13:50:56 +0200 Subject: [PATCH] chore: release v1.4.24 * (simatec) Fix end of Sunprotect * (simatec) small Fixes * (simatec) Fix shutter alarm * (simatec) Sentry fixes * (simatec) Bugfix Brightness down * (simatec) Dependencies updated * (j4nv) Fix Astro Time --- README.md | 2 +- io-package.json | 27 ++++++++++++++------------- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 18 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index 640b10a7..31b4b6ef 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ When the adapter crashes or an other Code error happens, this error message that ## Changelog -### __WORK IN PROGRESS__ +### 1.4.24 (2023-04-10) * (simatec) Fix end of Sunprotect * (simatec) small Fixes * (simatec) Fix shutter alarm diff --git a/io-package.json b/io-package.json index 39b1eeaf..cda3a7e0 100644 --- a/io-package.json +++ b/io-package.json @@ -1,8 +1,21 @@ { "common": { "name": "shuttercontrol", - "version": "1.4.23", + "version": "1.4.24", "news": { + "1.4.24": { + "en": "Fix end of Sunprotect\nsmall Fixes\nFix shutter alarm\nSentry fixes\nBugfix Brightness down\nDependencies updated\nFix Astro Time", + "de": "Festes Ende von Sunprotect\nkleine Feste\nAlarm für den Verschluss\nSentry Fixes\nBugfix Helligkeit unten\nAusgaben aktualisiert\nAstro Time", + "ru": "Fix конец Sunprotect\nнебольшие исправления\nИсправлена сигнализация затвора\nЧувствительные исправления\nBugfix Яркость вниз\nОбновленные зависимости\nFix Астро Время", + "pt": "Fix fim de Sunprotect\npequenas correções\nAlarme de desligamento fixo\nSentry correções\nBugfix Brilho para baixo\nDependências atualizadas\nCorrigir Tempo de Astro", + "nl": "Vertaling:\nkleine Fixes\nVertaling:\nVertaling:\nBugfix Brightness\nAfhankelijkheid geüpdateerd\nVertaling:", + "fr": "Fin fixe de Sunprotect\npetits Fixes\nAlarme d ' arrêt fixe\nSentry corrige\nBugfix Brightness down\nDépendances mises à jour\nTemps d'astrologie fixe", + "it": "Fissare la protezione solare\npiccoli corredi\nFissare l'allarme dell'otturatore\nSistema di rilevamento\nBugfix luminosità giù\nDipendenze aggiornate\nTempo dell'astro", + "es": "Final fijo de Sunprotect\npequeñas fijaciones\nAlarma de cierre fijo\nArreglos de centinelas\nBugfix Brightness abajo\nActualización de las dependencias\nTiempo de prueba", + "pl": "Pięć końca Słońca\nmały Fisz\nFixs shutter alarm\nStatystyka\nBugfix Bright\nZależności\nCzasopismo", + "uk": "Фіксований кінець Sunprotect\nмаленькі Фікси\nВиправлення тривожної сигналізації\nПанчохи\nBugfix Яскравість вниз\nЗалежність оновлено\nВиправлення часу Астро", + "zh-cn": "九. 防疫\n小型固定\nB. 警戒\nSentry fix\nBugfix Brightim\nB. 更新的属地\n固定时间" + }, "1.4.23": { "en": "Bugfix Brightness-Sensor\nDependencies updated\nsmall fixes", "de": "Bugfix Helligkeitssensor\nAusgaben aktualisiert\nkleine fixierungen", @@ -79,18 +92,6 @@ "es": "Bugfixes Button Action", "pl": "Akcji Buttona", "zh-cn": "Bugfixing Button行动" - }, - "1.4.17": { - "en": "small Bugfixes", - "de": "kleine Bugfixes", - "ru": "небольшие багфиксы", - "pt": "pequenos bugs", - "nl": "kleine Bugfix", - "fr": "petites Bugfixes", - "it": "piccoli bugfix", - "es": "pequeños Bugfixes", - "pl": "mały Bugfix", - "zh-cn": "小额Bugfix" } }, "title": "shuttercontrol", diff --git a/package-lock.json b/package-lock.json index 55bdea93..5946d8ec 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "iobroker.shuttercontrol", - "version": "1.4.23", + "version": "1.4.24", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "iobroker.shuttercontrol", - "version": "1.4.23", + "version": "1.4.24", "license": "MIT", "dependencies": { "@iobroker/adapter-core": "^2.6.8", diff --git a/package.json b/package.json index 5c5415b5..7626f5e4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker.shuttercontrol", - "version": "1.4.23", + "version": "1.4.24", "description": "Automatic control for shutters", "author": { "name": "simatec",