Skip to content

Commit 5d422ef

Browse files
committed
chore: release v0.0.10
* (klein0r) Automatically delete unknown or old apps * (klein0r) Added option to play sound via message / blockly
1 parent 6e06ffe commit 5d422ef

File tree

5 files changed

+23
-23
lines changed

5 files changed

+23
-23
lines changed

CHANGELOG_OLD.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
11
# Older changes
2+
## 0.0.5 (2023-05-24)
3+
4+
* (klein0r) Added notification support via sendTo / blockly
5+
* (klein0r) Improved error handling
6+
27
## 0.0.4 (2023-05-19)
38

49
* (klein0r) Added indicator support

README.md

+1-6
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Buy here: [Aliexpress.com](https://haus-auto.com/p/ali/UlanziTC001) or here: [ul
3535
Placeholder for the next version (at the beginning of the line):
3636
### **WORK IN PROGRESS**
3737
-->
38-
### **WORK IN PROGRESS**
38+
### 0.0.10 (2023-06-06)
3939

4040
* (klein0r) Automatically delete unknown or old apps
4141
* (klein0r) Added option to play sound via message / blockly
@@ -65,11 +65,6 @@ Updated recommended firmware version to 0.67
6565
* (klein0r) Added stack and wakeup option to blockly
6666
* (klein0r) Battery app was hidden when invisible
6767

68-
### 0.0.5 (2023-05-24)
69-
70-
* (klein0r) Added notification support via sendTo / blockly
71-
* (klein0r) Improved error handling
72-
7368
## License
7469
MIT License
7570

io-package.json

+14-14
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,21 @@
11
{
22
"common": {
33
"name": "awtrix-light",
4-
"version": "0.0.9",
4+
"version": "0.0.10",
55
"news": {
6+
"0.0.10": {
7+
"en": "Automatically delete unknown or old apps\nAdded option to play sound via message / blockly",
8+
"de": "Unbekannte oder alte Apps automatisch löschen\nOption zum Spielen von Sound über Nachricht / blockweise",
9+
"ru": "Автоматически удалять неизвестные или старые приложения\nДобавлена опция для воспроизведения звука через сообщение / блокно",
10+
"pt": "Eliminar automaticamente aplicativos desconhecidos ou antigos\nAdicionado opção para tocar som via mensagem / blockly",
11+
"nl": "Automatisch onbekend of oude apps wissen\nGeadresseerde optie om geluid te spelen via bericht / blokk",
12+
"fr": "Supprimer automatiquement des applications inconnues ou anciennes\nAjout de l'option pour jouer du son via message / blockly",
13+
"it": "Elimina automaticamente app sconosciute o vecchie\nAggiunta opzione per riprodurre il suono tramite messaggio / blocco",
14+
"es": "Eliminar automáticamente aplicaciones desconocidas o antiguas\nOpción añadida para el sonido a través del mensaje / bloqueado",
15+
"pl": "Automatycznie nieznana lub stara aplikacja\nDodany opcja gry na dźwiękach poprzez wiadomość / blokowo",
16+
"uk": "Автоматично видаляти невідомі або старі додатки\nДодано варіант відтворення звуку через повідомлення / блоклі",
17+
"zh-cn": "自动删除不明或旧的遗骸\n增加通过信息/阻断地发挥无害作用的选择"
18+
},
619
"0.0.9": {
720
"en": "Updated recommended firmware version to 0.68\n\n* Added battery, uptime and display states\n* Added more settings options\n* Color conversion for all rgb settings",
821
"de": "Aktualisierte empfohlene Firmwareversion auf 0.68\n\n* Hinzugefügt Batterie, Stand- und Anzeigezustände\n* Weitere Einstellungen hinzugefügt\n* Farbumwandlung für alle rgb-Einstellungen",
@@ -80,19 +93,6 @@
8093
"pl": "Addministracyjne wsparcie\nAddditionlight support\nZaktualizowana aktualizacja i reboot opcja",
8194
"uk": "Додано підтримку індикатора\nДодана підтримка освітлення\nДодано оновлення та перезавантаження пристроїв",
8295
"zh-cn": "增加指标支助\n增加微额支助\n增聘装置更新和重新安排"
83-
},
84-
"0.0.3": {
85-
"en": "Allow to switch apps via state\nAdded more states",
86-
"de": "Lassen Sie Apps über Zustand wechseln\nMehr Staaten",
87-
"ru": "Разрешить переключать приложения через государство\nДобавлено больше штатов",
88-
"pt": "Permitir mudar aplicativos via estado\nAdicionado mais estados",
89-
"nl": "Sta op om apps te wisselen via de staat\nVermeldde meer staten",
90-
"fr": "Permettre de changer les applications via l'état\nAjout d ' autres États",
91-
"it": "Consentire di cambiare le applicazioni tramite stato\nAggiunto più stati",
92-
"es": "Permitir cambiar aplicaciones a través del estado\nAñadido más estados",
93-
"pl": "Allow do przełączania aplikacji poprzez stan\nWięcej niż więcej stanów",
94-
"uk": "Дозволити переключити додатки через стан\nДодано більше штатів",
95-
"zh-cn": "允许通过国家转用材料\n增加更多国家"
9696
}
9797
},
9898
"titleLang": {

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "iobroker.awtrix-light",
3-
"version": "0.0.9",
3+
"version": "0.0.10",
44
"description": "Integrate your Awtrix Light device (e.g. Ulanzi TC001) via HTTP ",
55
"author": {
66
"name": "Matthias Kleine",

0 commit comments

Comments
 (0)