Skip to content

Commit

Permalink
### 1.3.8
Browse files Browse the repository at this point in the history
* fix colorloopspeed is not working
* fix set xy has no effect
* some small fixes
  • Loading branch information
Jey-Cee committed Jun 1, 2020
1 parent 717ff7b commit 7ada019
Show file tree
Hide file tree
Showing 4 changed files with 765 additions and 716 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,10 @@ Required node.js >= 10.x.x

## Changelog

### 1.3.6
* fix object definition dimup and dimdown
### 1.3.8
* fix colorloopspeed is not working
* fix set xy has no effect
* some small fixes

### 1.3.7
* stable re-release
Expand Down
14 changes: 13 additions & 1 deletion io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
{
"common": {
"name": "deconz",
"version": "1.3.7",
"version": "1.3.8",
"news": {
"1.3.8": {
"en": "fix colorloopspeed is not working\nfix set xy has no effect \nsome small fixes",
"de": "Fix Colorloopspeed funktioniert nicht\nFix Set xy hat keine Auswirkung\neinige kleine Korrekturen",
"ru": "исправить colorloopspeed не работает\nфиксированный набор xy не имеет никакого эффекта\nнекоторые небольшие исправления",
"pt": "corrigir colorloopspeed não está funcionando\no conjunto de correções xy não tem efeito\nalgumas pequenas correções",
"nl": "fix colorloopspeed werkt niet\nfix set xy heeft geen effect\nenkele kleine oplossingen",
"fr": "correction colorloopspeed ne fonctionne pas\nfix set xy n'a aucun effet\nquelques petites corrections",
"it": "correzione colorloopspeed non funziona\nfix set xy non ha alcun effetto\nalcune piccole correzioni",
"es": "arreglar colorloopspeed no funciona\nFix set xy no tiene efecto\nalgunas pequeñas correcciones",
"pl": "fix colorloopspeed nie działa\nzestaw poprawek xy nie ma wpływu\nkilka drobnych poprawek",
"zh-cn": "修复colorloopspeed不起作用\n修复程序集xy无效\n一些小修正"
},
"1.3.7": {
"en": "fix object definition dimup and dimdown",
"de": "Korrigieren Sie das Dimup und Dimdown der Objektdefinition",
Expand Down
Loading

0 comments on commit 7ada019

Please sign in to comment.