Skip to content

Commit

Permalink
chore: release v3.4.1
Browse files Browse the repository at this point in the history
* (deher) add missed Vacuum states
* (deher) add dock state Waste water tank full
  • Loading branch information
dirkhe committed May 31, 2022
1 parent d1c8665 commit e0a4054
Show file tree
Hide file tree
Showing 4 changed files with 7,408 additions and 43 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ The supported commands are:
Placeholder for the next version (at the beginning of the line):
### **WORK IN PROGRESS**
-->
### **WORK IN PROGRESS**
### 3.4.1 (2022-05-31)
* (deher) add missed Vacuum states
* (deher) add dock state Waste water tank full

Expand Down
26 changes: 13 additions & 13 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
{
"common": {
"name": "mihome-vacuum",
"version": "3.4.0",
"version": "3.4.1",
"news": {
"3.4.1": {
"en": "add missed Vacuum states\nadd dock state Waste water tank full",
"de": "fehlende Vakuumzustände hinzufügen\nDockstatus hinzufügen Abwassertank voll",
"ru": "добавить пропущенные состояния вакуума\nдобавить состояние дока Резервуар для сточных вод полный",
"pt": "adicionar estados de vácuo perdidos\nadicionar estado da doca Tanque de águas residuais cheio",
"nl": "voeg gemiste vacuümstatussen toe\ndokstatus toevoegen Afvalwatertank vol",
"fr": "ajouter les états de vide manqués\najouter l'état du quai Réservoir d'eaux usées plein",
"it": "aggiungi stati di vuoto mancati\naggiungi stato banchina Serbatoio acque nere pieno",
"es": "agregar estados de vacío perdidos\nagregar estado del muelle Depósito de aguas residuales lleno",
"pl": "dodaj pominięte stany próżni\ndodaj stan dokowania Pełny zbiornik na ścieki",
"zh-cn": "添加错过的真空状态\n添加码头状态 废水箱已满"
},
"3.4.0": {
"en": "Fix several potential crash cases reported by Sentry",
"de": "Beheben Sie mehrere potenzielle Absturzfälle, die von Sentry gemeldet wurden",
Expand Down Expand Up @@ -74,18 +86,6 @@
"es": "arreglar IOBROKER-MIHOME-VACUUM-Z\ncorregir algunos errores",
"pl": "napraw IOBROKER-MIHOME-VACUUM-Z\nnapraw kilka błędów",
"zh-cn": "修复 IOBROKER-MIHOME-VACUUM-Z\n修复一些错误"
},
"3.3.1": {
"en": "fix IOBROKER-MIHOME-VACUUM-Z\nfix some errors",
"de": "fix IOBROKER-MIHOME-VAKUUM-Z\neinige Fehler beheben",
"ru": "исправить IOBROKER-MIHOME-VACUUM-Z\nисправить некоторые ошибки",
"pt": "corrigir IOBROKER-MIHOME-VACUUM-Z\nconsertar alguns erros",
"nl": "IOBROKER-MIHOME-VACUUM-Z . repareren\nenkele fouten herstellen",
"fr": "réparer IOBROKER-MIHOME-VACUUM-Z\ncorriger quelques erreurs",
"it": "fix IOBROKER-MIHOME-VACUUM-Z\ncorreggere alcuni errori",
"es": "arreglar IOBROKER-MIHOME-VACUUM-Z\ncorregir algunos errores",
"pl": "napraw IOBROKER-MIHOME-VACUUM-Z\nnapraw kilka błędów",
"zh-cn": "修复 IOBROKER-MIHOME-VACUUM-Z\n修复一些错误"
}
},
"title": "mihome-vacuum",
Expand Down
Loading

0 comments on commit e0a4054

Please sign in to comment.