Skip to content

Commit

Permalink
chore: release v3.5.0
Browse files Browse the repository at this point in the history
* (misanorot) added activation aborted speech output
  • Loading branch information
misanorot committed Jan 5, 2024
1 parent ed5e91f commit 562edd5
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 23 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG_OLD.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,4 +137,6 @@
* (misanorot) add sayit

#### 0.0.8 (03.02.2020)
* (misanorot) initial release
* (misanorot) initial release
## 3.3.7 (2023-01-02)
* (misanorot) fixed issues at presence light trigger
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@
Placeholder for the next version (at the beginning of the line):
### **WORK IN PROGRESS**
-->

### **WORK IN PROGRESS**
### 3.5.0 (2024-01-05)
* (misanorot) added activation aborted speech output

### 3.4.3 (2023-11-05)
Expand All @@ -47,9 +46,6 @@

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

### 3.3.7 (2023-01-02)
* (misanorot) fixed issues at presence light trigger

## License
MIT License

Expand Down
28 changes: 14 additions & 14 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "alarm",
"version": "3.4.3",
"version": "3.5.0",
"news": {
"3.5.0": {
"en": "added activation aborted speech output",
"de": "zusätzliche aktivierung abgebrochene sprachausgabe",
"ru": "добавленная активация прерванный выход речи",
"pt": "adicionada ativação abortada saída de fala",
"nl": "toegevoegde activering afgebroken spraakuitvoer",
"fr": "ajout d'une sortie vocale avortée d'activation",
"it": "attivazione aggiunta abortire uscita del discorso",
"es": "añadida activación abortada discurso salida",
"pl": "dodana aktywacja przerwane wyjście mowy",
"uk": "додана активація прискореного виходу мови",
"zh-cn": "添加激活中止的语音输出"
},
"3.4.3": {
"en": "added silent_alarm (state list) to shortcuts",
"de": "stumm_alarm (stateliste) zu shortcuts hinzugefügt",
Expand Down Expand Up @@ -80,19 +93,6 @@
"pl": "zbieramy wybrane popupy i mało problemów na stronach",
"uk": "виправлений вибір спливаючого спливаючого та маленького питання щодо налаштування сторінок",
"zh-cn": "b. 固定选择的居民人数和很少的问题"
},
"3.3.11": {
"en": "fixed issue at night rest",
"de": "festes problem bei nachtruhe",
"ru": "фиксированная проблема в ночной отдых",
"pt": "problema fixo no descanso noturno",
"nl": "'s nachts rust",
"fr": "problème fixe au repos nocturne",
"it": "problema fisso al riposo notturno",
"es": "tema fijo en el descanso nocturno",
"pl": "trwały problem w nocy",
"uk": "виправлено проблему в нічному режимі",
"zh-cn": "夜间固定问题休息"
}
},
"title": "Alarm",
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.4.3",
"version": "3.5.0",
"description": "Your own lttle alarm system",
"author": {
"name": "misanorot",
Expand Down

0 comments on commit 562edd5

Please sign in to comment.