Skip to content

Commit

Permalink
chore: release v1.0.6
Browse files Browse the repository at this point in the history
* Fixed polling (ledBri, ledSat)
* Added Connection-Info
  • Loading branch information
patrickbs96 committed Nov 19, 2022
1 parent 44ee66c commit 58c2da1
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 20 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG_OLD.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Older changes
## 0.3.1 (2022-07-02)
* Update translations logic i18n

## 0.3.0 (2022-07-01)
* Enable last used Mode on switch-on

Expand Down
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ sendTo('twinkly.0', 'generateFrame', {
Placeholder for the next version (at the beginning of the line):
### **WORK IN PROGRESS**
-->
### **WORK IN PROGRESS**
### 1.0.6 (2022-11-19)
* Fixed polling (ledBri, ledSat)
* Added Connection-Info

Expand Down Expand Up @@ -163,9 +163,6 @@ sendTo('twinkly.0', 'generateFrame', {
* Added depcrecated logic to remove states when no longer filled with data from api
* Check new and deprecated values from api response to update state information

### 0.3.1 (2022-07-02)
* Update translations logic i18n

## License
MIT License

Expand Down
27 changes: 14 additions & 13 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "twinkly",
"version": "1.0.5",
"version": "1.0.6",
"news": {
"1.0.6": {
"en": "Fixed polling (ledBri, ledSat)\nAdded Connection-Info",
"de": "Feste Bestäubung (ledBri, ledSat)\nVerbindungs-Info hinzugefügt",
"ru": "Фиксированный опрос (ledBri, ledSat)\nДобавлено Connection-Info",
"pt": "Pesquisa fixa (ledBri, ledSat)\nAdicionado Conexão-Info",
"nl": "Gerepareerde polling (leBri)\nVertaling:",
"fr": "Polling fixe (ledBri, ledSat)\nAjouté Connection-Info",
"it": "Inquinamento fisso (ledBri, ledSat)\nAggiunto Connessione-Info",
"es": "Votación fija (ledBri, ledSat)\nConexión adicional-info",
"pl": "BadSat (ang.)\nAdded Connection-Info",
"uk": "Виправлено опитування (ledBri, ledSat)\nДодано підключення-Info",
"zh-cn": "混合投票(由领先的Bri)\nA. 增加免疫接种-信息"
},
"1.0.5": {
"en": "Fixed error when changing active movie (#173)",
"de": "Fehler beim Wechsel des aktiven Films behoben (#173)",
Expand Down Expand Up @@ -76,18 +89,6 @@
"es": "Cambiar la lógica refrescante después del cambio de estado\nAñadido lógica depcrecada para eliminar estados cuando ya no se llenan con datos de api\nCompruebe los valores nuevos y deprecatados de la respuesta api para actualizar la información del estado",
"pl": "Zmiana odświeżona po State-Chang\nTechnologia wydzielania stanów, gdy nie wypełniają już danych z api\nCheck new and curse values from api response to aktualizacji informacji stanowej",
"zh-cn": "A. 国家-Changh逻辑的改变\n在不再装有从配件中填写数据时,添加包装的排气。\n更新国家资料的管道答复中录取新的和预测的数值"
},
"0.3.1": {
"en": "Update translations logic i18n",
"de": "Übersetzungslogik i18n aktualisieren",
"ru": "Обновление переводов логика i18n",
"pt": "Actualizar traduções lógica i18n",
"nl": "Vertaling:",
"fr": "Mettre à jour les traductions logique i18n",
"it": "Aggiornare le traduzioni logica i18n",
"es": "Traducción actualizada lógica i18n",
"pl": "Przekład logiczny i18n",
"zh-cn": "最新译文"
}
},
"titleLang": {
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.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.twinkly",
"version": "1.0.5",
"version": "1.0.6",
"description": "Adapter to communicate with the Twinkly lights.",
"author": {
"name": "patrickbs96",
Expand Down

0 comments on commit 58c2da1

Please sign in to comment.