Skip to content

Commit

Permalink
chore: release v0.4.0
Browse files Browse the repository at this point in the history
-   (Schmakus) Node >=16 and NPM >=7 necessary!
-   (Schmakus) fixed rampOff.time
-   (Schmakus) update dependencies
  • Loading branch information
Schmakus committed Aug 16, 2023
1 parent 2ffb958 commit 57b16aa
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 21 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG_OLD.md
Original file line number Diff line number Diff line change
@@ -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]
Expand Down
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
28 changes: 14 additions & 14 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 57b16aa

Please sign in to comment.