Skip to content

Commit

Permalink
chore: release v3.6.0
Browse files Browse the repository at this point in the history
* (misanorot) added new zone functions ON/OFF /  Please check the readme
  • Loading branch information
misanorot committed Jan 6, 2024
1 parent 25e0d3b commit 44930e4
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 34 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG_OLD.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,5 +138,10 @@

#### 0.0.8 (03.02.2020)
* (misanorot) initial release
## 3.4.0 (2023-10-03)
* (misanorot) fixed #168

**[older changelogs](CHANGELOG_OLD.md)**

## 3.3.7 (2023-01-02)
* (misanorot) fixed issues at presence light trigger
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
Placeholder for the next version (at the beginning of the line):
### **WORK IN PROGRESS**
-->
### **WORK IN PROGRESS**
### 3.6.0 (2024-01-06)
* (misanorot) added new zone functions ON/OFF / Please check the readme

### 3.5.0 (2024-01-05)
Expand All @@ -44,11 +44,6 @@
### 3.4.1 (2023-10-29)
* (misanorot) fixed astro at presence simulation (jsControler 5.x???)

### 3.4.0 (2023-10-03)
* (misanorot) fixed #168

**[older changelogs](CHANGELOG_OLD.md)**

## License
MIT License

Expand Down
50 changes: 25 additions & 25 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "alarm",
"version": "3.5.0",
"version": "3.6.0",
"news": {
"3.6.0": {
"en": "added new zone functions ON/OFF / Please check the readme",
"de": "neue Zonenfunktionen ON/OFF / Bitte überprüfen Sie das Readme",
"ru": "дополнительные функции зоны ON/OFF / Пожалуйста, проверяйте считыватель",
"pt": "adicionado novas funções de zona ON/OFF / Por favor, verifique o readme",
"nl": "toegevoegde nieuwe zonefuncties AAN/UIT / Controleer de readme",
"fr": "ajout de nouvelles fonctions de zone ON/OFF / Veuillez vérifier la lecture",
"it": "aggiunto nuove funzioni zona ON/OFF / Si prega di controllare il readme",
"es": "nuevas funciones de zona ON/OFF / Por favor, compruebe el readme",
"pl": "dodano nowe funkcje strefy ON / OFF / Proszę sprawdzić readme",
"uk": "додано нові функції зони ON/OFF / Будь ласка, перевірте",
"zh-cn": "添加新区域函数 ON/OFF / 请检查 readme"
},
"3.5.0": {
"en": "added activation aborted speech output",
"de": "zusätzliche aktivierung abgebrochene sprachausgabe",
Expand Down Expand Up @@ -80,19 +93,6 @@
"pl": "#147",
"uk": "фіксована #147",
"zh-cn": "固定行动147"
},
"3.3.12": {
"en": "fixed select-id popup and little issues on setting pages",
"de": "feste ausgewählte popups und kleine probleme bei der einstellung von seiten",
"ru": "фиксированный селективный попап и мелкие вопросы по настройке страниц",
"pt": "pop-up select-id fixo e pequenos problemas nas páginas de configuração",
"nl": "vertaling:",
"fr": "popup sélectif fixe et petits problèmes sur les pages de configuration",
"it": "popup selezionato fisso e piccoli problemi nell'impostazione delle pagine",
"es": "emergente selecto fijo y pequeños problemas en las páginas de configuración",
"pl": "zbieramy wybrane popupy i mało problemów na stronach",
"uk": "виправлений вибір спливаючого спливаючого та маленького питання щодо налаштування сторінок",
"zh-cn": "b. 固定选择的居民人数和很少的问题"
}
},
"title": "Alarm",
Expand Down Expand Up @@ -396,17 +396,17 @@
"zh-cn": "第一部分"
},
"desc": {
"en": "Enable zone one",
"de": "Zone eins aktivieren",
"ru": "Включить зону один",
"pt": "Habilitar uma zona",
"nl": "Zone één inschakelen",
"fr": "Activer la zone un",
"it": "Abilitare la zona uno",
"es": "Zona 1",
"pl": "Włącz strefę 1",
"uk": "Увімкнути зону",
"zh-cn": "启用第一区"
"en": "Enable zone one",
"de": "Zone eins aktivieren",
"ru": "Включить зону один",
"pt": "Habilitar uma zona",
"nl": "Zone één inschakelen",
"fr": "Activer la zone un",
"it": "Abilitare la zona uno",
"es": "Zona 1",
"pl": "Włącz strefę 1",
"uk": "Увімкнути зону",
"zh-cn": "启用第一区"
},
"type": "boolean",
"def": true,
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.alarm",
"version": "3.5.0",
"version": "3.6.0",
"description": "Your own lttle alarm system",
"author": {
"name": "misanorot",
Expand Down

0 comments on commit 44930e4

Please sign in to comment.