Skip to content

Commit

Permalink
chore: release v1.6.3
Browse files Browse the repository at this point in the history
* (simatec) Saturday added as work week
* (simatec) Dependencies updated
* (simatec) Fix Auto-Living, Auto-Sleep & Auto-Children
* (simatec) Timeout Fix
* (FredF63) Update German Docu
* (simatec) Wiki added
  • Loading branch information
simatec committed Nov 1, 2023
1 parent b85f1fe commit dacefab
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 20 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,14 @@ When the adapter crashes or an other Code error happens, this error message that

## Changelog
<!-- ### __WORK IN PROGRESS__ -->
### __WORK IN PROGRESS__
### 1.6.3 (2023-11-01)
* (simatec) Saturday added as work week
* (simatec) Dependencies updated
* (simatec) Fix Auto-Living, Auto-Sleep & Auto-Children
* (simatec) Timeout Fix
* (FredF63) Update German Docu
* (simatec) Wiki added


### 1.6.2 (2023-08-28)
* (simatec) Dependencies updated
* (simatec) node 20 tests added
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": "shuttercontrol",
"version": "1.6.2",
"version": "1.6.3",
"news": {
"1.6.3": {
"en": "Saturday added as work week\nDependencies updated\nFix Auto-Living, Auto-Sleep & Auto-Children\nTimeout Fix\nUpdate German Docu\nWiki added",
"de": "Samstag hinzugefügt als Arbeitswoche\nAusgaben aktualisiert\nAuto-Living, Auto-Sleep & Auto-Children\nTimeout Fix\nDeutsche Docu aktualisieren\nWiki hinzugefügt",
"ru": "Суббота добавлена как рабочая неделя\nОбновленные зависимости\nFix Auto-Living, Auto-Sleep & Auto-Дети\nTimeout Fix\nОбновить немецкий Docu\nWiki добавлено",
"pt": "Sábado adicionado como semana de trabalho\nDependências atualizadas\nFix Auto-Living, Auto-Sleep & Auto-Children\nFix de tempo limite\nAtualizar Alemão Docu\nWiki adicionado",
"nl": "Zaterdag toegevoegd als werkweek\nAfhankelijkheid geüpdateerd\nQuality over Quantity (QoQ) Releases Vertaling:\nTime-out Fix\nUpdate Duitse Docu\nWiki toegevoegd",
"fr": "Samedi ajouté comme semaine de travail\nDépendances mises à jour\nFix Auto-Living, Auto-Sleep & Auto-Children\nTimeout Fix\nMettre à jour le Docu allemand\nWiki ajouté",
"it": "Sabato aggiunto come settimana di lavoro\nDipendenze aggiornate\nRiparare Auto-Living, Auto-Sleep & Auto-Children\nCorrezione di tempo\nAggiornamento tedesco Docu\nWiki aggiunto",
"es": "Sábado añadido como semana laboral\nActualización de las dependencias\nFijar auto-vivir, auto-sleep \" Auto-Children\nTimeout Fix\nActualización Alemán Docu\nWiki añadido",
"pl": "W sobotę dodano do pracy tydzień pracy\nZależności\nAuto-Living, Auto-Sleep & Auto-Children (ang.)\nTimeline Fix\nUpdate Germany Docu\nWiki dodaje się",
"uk": "Субота додано до робочого тижня\nЗалежність оновлено\nФіксація автозбереження, Автозбереження та авто-дитячі\nВиправлення часу\nОновлення німецького документа\nВікі додано",
"zh-cn": "星期六\nB. 更新的属地\nFix自动化-Liv,自动化-Sleep &自动化-Children\n时间安排\n最新消息\n瓦基加"
},
"1.6.2": {
"en": "Dependencies updated\nnode 20 tests added\nFix ending Sunprotect with open door/window\nFix timing & some states for sunprotect",
"de": "Ausgaben aktualisiert\nknoten 20 tests hinzugefügt\nFix End Sunprotect mit offener Tür/Fenster\nFix Timing und einige Zustände für Sonnenschutz",
Expand Down Expand Up @@ -80,19 +93,6 @@
"pl": "mały Fisz",
"uk": "маленькі Фікси",
"zh-cn": "小型固定"
},
"1.4.27": {
"en": "small Fixes",
"de": "kleine Feste",
"ru": "небольшие исправления",
"pt": "pequenas correções",
"nl": "kleine Fixes",
"fr": "petits Fixes",
"it": "piccoli corredi",
"es": "pequeñas fijaciones",
"pl": "mały Fisz",
"uk": "маленькі Фікси",
"zh-cn": "小型固定"
}
},
"title": "shuttercontrol",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.shuttercontrol",
"version": "1.6.2",
"version": "1.6.3",
"description": "Automatic control for shutters",
"author": {
"name": "simatec",
Expand All @@ -22,7 +22,7 @@
},
"engines": {
"node": ">=16.0.0"
},
},
"dependencies": {
"@iobroker/adapter-core": "^3.0.4",
"node-schedule": "^2.1.1",
Expand Down

0 comments on commit dacefab

Please sign in to comment.