Skip to content

Commit

Permalink
chore: release v0.3.6
Browse files Browse the repository at this point in the history
* Fixes and improvements
  • Loading branch information
lasthead0 committed Jun 14, 2022
1 parent 5eb5ece commit 3281959
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 15 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,9 @@ _**Attantion:** You should to keep in mind this is not really statistic of zigbe
Placeholder for the next version (at the beginning of the line):
### **WORK IN PROGRESS**
-->
### 0.3.6 (2022-06-14)
* Fixes and improvements

### 0.3.5 (2022-05-08)
* Added configuration for devices
* Added cutting SPAM messages at log
Expand Down
26 changes: 13 additions & 13 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"common": {
"name": "xiaomi-gateway3",
"version": "0.3.5",
"version": "0.3.6",
"title": "xiaomi-gateway3",
"titleLang": {
"en": "Xiaomi Gateway 3",
Expand Down Expand Up @@ -83,6 +83,18 @@
}
],
"news": {
"0.3.6": {
"en": "Fixes and improvements",
"de": "Korrekturen und Verbesserungen",
"ru": "Исправления и улучшения",
"pt": "Correções e melhorias",
"nl": "Verbeteringen en verbetering",
"fr": "Fixations et améliorations",
"it": "Fissazioni e miglioramenti",
"es": "Arreglos y mejoras",
"pl": "Fiksy i poprawki",
"zh-cn": "B. 固定和改进"
},
"0.3.5": {
"en": "Added configuration for devices\nAdded cutting SPAM messages at log\nRemove unnecessary `Debug log` option\nFixes and improvements",
"de": "Konfiguration für Geräte hinzugefügt\nSchneiden von SPAM-Nachrichten im Protokoll hinzugefügt\nEntfernen Sie die unnötige Option \"Debug-Protokoll\".\nKorrekturen und Verbesserungen",
Expand Down Expand Up @@ -154,18 +166,6 @@
"es": "Registro de adaptador mejorado",
"pl": "Ulepszone rejestrowanie adapterów",
"zh-cn": "改进的适配器日志记录"
},
"0.2.0": {
"en": "Added states classes and rewrote code with using them\nAdded tab-page of adapter\nAdded zigbee (lumi) devices statistic\nA lot of code improvements",
"de": "Statusklassen hinzugefügt und Code mit deren Verwendung neu geschrieben\nRegisterkarte des Adapters hinzugefügt\nStatistik für Zigbee (Lumi)-Geräte hinzugefügt\nViele Code-Verbesserungen",
"ru": "Добавлены классы состояний и переписан код с их использованием\nДобавлена вкладка адаптера\nДобавлена статистика устройств zigbee (lumi)\nМножество улучшений кода",
"pt": "Adicionou classes de estados e reescreveu o código para usá-los\nAdicionada página de guia do adaptador\nAdicionada estatística de dispositivos zigbee (lumi)\nMuitas melhorias de código",
"nl": "Statusklassen toegevoegd en code herschreven door ze te gebruiken\nTabblad van adapter toegevoegd\nStatistiek van zigbee (lumi) apparaten toegevoegd\nVeel codeverbeteringen",
"fr": "Ajout de classes d'états et réécriture du code en les utilisant\nAjout de la page à onglet de l'adaptateur\nAjout de la statistique des appareils zigbee (lumi)\nBeaucoup d'améliorations de code",
"it": "Aggiunte classi di stati e riscritto il codice utilizzandole\nAggiunta scheda-pagina dell'adattatore\nAggiunta statistica dispositivi zigbee (lumi)\nMolti miglioramenti al codice",
"es": "Se agregaron clases de estados y se reescribió el código con su uso\nPágina de pestaña agregada del adaptador\nEstadísticas de dispositivos zigbee (lumi) agregadas\nMuchas mejoras de código",
"pl": "Dodano klasy stanów i przepisano kod z ich użyciem\nDodano zakładkę adaptera\nDodano statystykę urządzeń zigbee (lumi)\nWiele ulepszeń kodu",
"zh-cn": "添加状态类并使用它们重写代码\n增加了适配器标签页\n添加了 zigbee (lumi) 设备统计信息\n大量代码改进"
}
}
},
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.xiaomi-gateway3",
"version": "0.3.5",
"version": "0.3.6",
"description": "Xiaomi Gateway 3 integration",
"author": {
"name": "Evgenii Abramov",
Expand Down

0 comments on commit 3281959

Please sign in to comment.