diff --git a/CHANGELOG_OLD.md b/CHANGELOG_OLD.md index b163415..6170962 100644 --- a/CHANGELOG_OLD.md +++ b/CHANGELOG_OLD.md @@ -1,4 +1,8 @@ # Older changes +## 0.2.15 (2023-05-08) + +- (Schmakus) Allow smaller and larger Kelvin values in the settings + ## 0.2.14 (2023-05-07) - (Schmakus) Hotfix Create States [#124] diff --git a/README.md b/README.md index e238297..4f47655 100644 --- a/README.md +++ b/README.md @@ -56,8 +56,7 @@ iobroker add lightcontrol Placeholder for the next version (at the beginning of the line): ### **WORK IN PROGRESS** --> - -### **WORK IN PROGRESS** +### 0.4.0 (2023-08-16) - (Schmakus) Node >=16 and NPM >=7 necessary! - (Schmakus) fixed rampOff.time @@ -88,10 +87,6 @@ iobroker add lightcontrol - (Schmakus) Fix AdaptiveCt - StartYoureDay Interpolated - (Schmakus) Update docs -### 0.2.15 (2023-05-08) - -- (Schmakus) Allow smaller and larger Kelvin values in the settings - ## License MIT License diff --git a/io-package.json b/io-package.json index aadcecd..0602bcd 100644 --- a/io-package.json +++ b/io-package.json @@ -1,8 +1,21 @@ { "common": { "name": "lightcontrol", - "version": "0.3.0", + "version": "0.4.0", "news": { + "0.4.0": { + "en": "Node >=16 and NPM >=7 necessary!\nfixed rampOff.time\nupdate dependencies", + "de": "Node =>16 und NPM =>7 notwendig!\nfixed RampeOff.time\nAktualisierung der Abhängigkeiten", + "ru": "Node =>16 и NPM =>7 необходимо!\nфиксированный rampOff.time\nобновление зависимостей", + "pt": "Node =>16 e NPM =>7 necessários!\nrampOff fixo.time\ndependências", + "nl": "Node 16 en NPM noodzakelijk!\nvertaling:\nvertaling:", + "fr": "Node = Physique16 et NPM = Physique7 nécessaire!\nrampe fixeOff.time\nmettre à jour les dépendances", + "it": "Nodo =>16 e NPM =>7 necessario!\nrampa fissaOff.time\naggiornamento dipendenze", + "es": "Nodo = ratio16 y NPM = ratio7 necesario!\nrampa fijaOff.time\ndependencias de actualización", + "pl": "Node =>16 and NPM =>7 (ang.)!\nstabilna wieża czasowa\nzależności", + "uk": "Node =>16 і NPM =>7 необхідно!\nфіксована rampOff.time\nоновлення залежності", + "zh-cn": "页:1!\na. 固定配件\na. 最新受扶养人" + }, "0.3.0": { "en": "(Schmakus / thoml95) Changed conversion of color-temperature (edit of ct-states required)\n(Schmakus / thoml95) fixed some bugs related to powerCleaningLight\nSome code improvements\nUpdate Docu", "de": "(Schmakus / thoml95) Geänderte Umwandlung der Farbtemperatur (Bezug der ct-Zustände erforderlich)\n(Schmakus / thoml95) einige Fehler im Zusammenhang mit Strom behoben ReinigungLight\nEinige Code Verbesserungen\nUpdate Docu", @@ -80,19 +93,6 @@ "pl": "Hotfix Creation State (ang.)", "uk": "Hotfix Створити штати", "zh-cn": "九. 创建国家" - }, - "0.2.13": { - "en": "Fix missing native part in states", - "de": "Fehlender native part in States behoben", - "ru": "Исправление отсутствующей родной части в государствах", - "pt": "Corrigir parte nativa desaparecida em estados", - "nl": "Vertaling:", - "fr": "Correction de la partie indigène manquante dans les états", - "it": "Fissare la parte nativa mancante negli stati", - "es": "Arreglar la parte nativa desaparecida en los estados", - "pl": "Fix zaginął w stanach niezamieszkanych", - "uk": "Виправлення відсутніх рідних частин в штатах", - "zh-cn": "Fix 留在各州的土著部分" } }, "titleLang": { diff --git a/package.json b/package.json index 51a45cf..fa56306 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker.lightcontrol", - "version": "0.3.0", + "version": "0.4.0", "description": "Light control of lamps from various manufacturers", "author": { "name": "Schmakus",