Skip to content

Commit

Permalink
chore: release v3.3.6
Browse files Browse the repository at this point in the history
Fix some set state checks and logging
(Apollon77/Stabilostick) Try fix restart on Windows
  • Loading branch information
Apollon77 committed May 2, 2021
1 parent 91a2790 commit d7d4013
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
## __WORK IN PROGRESS__
-->

## __WORK IN PROGRESS__
## 3.3.6 (2021-05-02)
* (foxriver76) Fix some set state checks and logging
* (Apollon77/Stabilostick) Try fix restart on Windows

Expand Down
14 changes: 13 additions & 1 deletion io-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "./schemas/io-package.json",
"common": {
"name": "js-controller",
"version": "3.3.5",
"version": "3.3.6",
"platform": "Javascript/Node.js",
"controller": true,
"mode": "daemon",
Expand All @@ -20,6 +20,18 @@
"zh-cn": "JS控制器"
},
"news": {
"3.3.6": {
"en": "Fix some set state checks and logging\n(Apollon77/Stabilostick) Try fix restart on Windows",
"de": "Korrigieren Sie einige Statusprüfungen und Protokollierungen\n(Apollon77 / Stabilostick) Versuchen Sie, den Neustart unter Windows zu korrigieren",
"ru": "Исправьте некоторые установленные проверки состояния и ведение журнала\n(Apollon77 / Stabilostick) Попробуйте исправить перезагрузку в Windows",
"pt": "Corrija algumas verificações de estado definido e registro\n(Apollon77 / Stabilostick) Tente corrigir reiniciar no Windows",
"nl": "Herstel enkele statuscontroles en logboekregistratie\n(Apollon77 / Stabilostick) Probeer opnieuw opstarten op Windows te repareren",
"fr": "Correction de certaines vérifications d'état et de la journalisation\n(Apollon77 / Stabilostick) Essayez le redémarrage du correctif sous Windows",
"it": "Correggere alcuni controlli e registrazioni dello stato\n(Apollon77 / Stabilostick) Prova a correggere il riavvio su Windows",
"es": "Arreglar algunas comprobaciones y registros de estado establecidos\n(Apollon77 / Stabilostick) Intente arreglar el reinicio en Windows",
"pl": "Napraw niektóre ustawione kontrole stanu i rejestrowanie\n(Apollon77 / Stabilostick) Spróbuj naprawić ponowne uruchomienie w systemie Windows",
"zh-cn": "修复一些设置状态检查和日志记录\n(Apollon77 / Stabilostick)尝试在Windows上重新启动修复"
},
"3.3.5": {
"en": "(foxriver76/Apollon77) Change loglevel for setState mismatch notifies to \"info\"\noptimize setState checks to handle Object and mixed correct",
"de": "(foxriver76 / Apollon77) Ändern Sie loglevel für setState Mismatch-Benachrichtigungen in \"info\".\nOptimieren Sie die setState-Prüfungen, um das Objekt zu verarbeiten und korrekt zu mischen",
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.js-controller",
"version": "3.3.5",
"version": "3.3.6",
"engines": {
"node": ">=10.0.0"
},
Expand Down

0 comments on commit d7d4013

Please sign in to comment.