Skip to content

Commit 0bfee58

Browse files
committed
chore: release v0.16.0
Updated recommended firmware version to 0.95 * (klein0r) Added notification for firmware update * (klein0r) Added setting state for volume * (klein0r) Rebranding Awtrix Light to Awtrix 3
1 parent 6856934 commit 0bfee58

7 files changed

Lines changed: 30 additions & 25 deletions

File tree

CHANGELOG_OLD.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
# Older changes
2+
## 0.13.1 (2024-01-25)
3+
4+
* (klein0r) Fixed hold option in blockly
5+
26
## 0.13.0 (2024-01-25)
37

48
* (klein0r) Added state for text color and background color in expert apps

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Buy here: [Aliexpress.com](https://haus-auto.com/p/ali/UlanziTC001) or here: [ul
3939
Placeholder for the next version (at the beginning of the line):
4040
### **WORK IN PROGRESS**
4141
-->
42-
### **WORK IN PROGRESS**
42+
### 0.16.0 (2024-03-12)
4343

4444
Updated recommended firmware version to 0.95
4545

@@ -63,10 +63,6 @@ Updated recommended firmware version to 0.95
6363

6464
* (klein0r) Allow to round numbers dynamically (depends on length)
6565

66-
### 0.13.1 (2024-01-25)
67-
68-
* (klein0r) Fixed hold option in blockly
69-
7066
## License
7167
MIT License
7268

build/main.js

Lines changed: 6 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/main.js.map

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

io-package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,21 @@
11
{
22
"common": {
33
"name": "awtrix-light",
4-
"version": "0.15.1",
4+
"version": "0.16.0",
55
"news": {
6+
"0.16.0": {
7+
"en": "Updated recommended firmware version to 0.95\n\n* Added notification for firmware update\n* Added setting state for volume\n* Rebranding Awtrix Light to Awtrix 3",
8+
"de": "Aktualisierte empfohlene Firmwareversion auf 0.95\n\n* Hinzugefügt Benachrichtigung für Firmware-Update\n* Hinzugefügt Einstellzustand für Volumen\n* Rebranding Awtrix Light zu Awtrix 3",
9+
"ru": "Обновленная рекомендуемая версия прошивки до 0,95\n\n* Добавлено уведомление для обновления прошивки\n* Добавленное состояние установки для объема\n* Ребрендинг Пробуждение света к Awtrix 3",
10+
"pt": "Versão de firmware recomendada atualizada para 0.95\n\n* Notificação adicionada para atualização de firmware\n* Estado de configuração adicionado para o volume\n* Rebranding Awtrix Light to Awtrix 3",
11+
"nl": "Bijgewerkt aanbevolen firmware versie naar 0.95\n\n* Toegevoegd notificatie voor firmware update\n* Toegevoegd instellingstoestand voor volume\n* Rebranding Awtrix Light to Awtrix 3",
12+
"fr": "Mise à jour de la version firmware recommandée à 0.95\n\n* Ajout d'une notification pour la mise à jour du firmware\n* Ajout de l'état de réglage pour le volume\n* Rebaptiser Awtrix Light pour Awtrix 3",
13+
"it": "Versione firmware consigliata aggiornata a 0.95\n\n* Aggiunto la notifica per l'aggiornamento firmware\n* Aggiunto stato di impostazione per il volume\n* Rebranding Awtrix Light to Awtrix 3",
14+
"es": "Versión actualizada de firmware recomendada a 0.95\n\n* notificación adicional para actualización de firmware\n* Estado de ajuste añadido para el volumen\n* Rebranding Awtrix Light to Awtrix 3",
15+
"pl": "Aktualizacja zalecanej wersji firmware do 0.95\n\n* Dodano powiadomienie o aktualizacji oprogramowania firmowego\n* Dodano stan ustawienia głośności\n* Rebranding Awtrix Light to Awtrix 3",
16+
"uk": "Оновлено рекомендовану версію мікропрограми до 0.95\n\n* Додано сповіщення про оновлення прошивки\n* Додано встановлення стану для об'єму\n* Ребрендинг Awtrix Light до Awtrix 3",
17+
"zh-cn": "最新推荐的固件版本为0.95\n\n* 为固件更新而添加的通知\n* 音量添加设置状态\n* 将 Awtrix 光标为 Awtrix 3"
18+
},
619
"0.15.1": {
720
"en": "Fixed default values of color states",
821
"de": "Feste Standardwerte von Farbzuständen",
@@ -80,19 +93,6 @@
8093
"pl": "Dodano stan koloru tekstu i koloru tła w aplikacjach ekspertów\nUnikaj odświeżania aplikacji, gdy wartości nie zostały zmienione",
8194
"uk": "Додано стан для текстового кольору та фонового кольору в експертних додатках\nУникайте оновлення програми, коли не змінено значення",
8295
"zh-cn": "在专家应用程序中添加文本颜色和背景颜色的状态\n在没有更改值时避免应用刷新"
83-
},
84-
"0.12.0": {
85-
"en": "Added hold option to blockly\nAdded state to dismiss notifications",
86-
"de": "Option zum Blockieren hinzugefügt\nZulässige Meldungen hinzugefügt",
87-
"ru": "Добавлена возможность блокировки\nДобавленное состояние для отклонения уведомлений",
88-
"pt": "Adicionado opção de retenção para blockly\nEstado adicionado para dispensar notificações",
89-
"nl": "Toegevoegde hold optie om te blokkeren\nToegevoegde status om kennisgevingen te verwerpen",
90-
"fr": "Ajout de l'option hold pour bloquer\nÉtat ajouté pour rejeter les notifications",
91-
"it": "Aggiunta opzione di attesa per bloccare\nStato aggiunto per annullare le notifiche",
92-
"es": "Añadido opción de retención para bloquear\nEstado añadido para desestimar las notificaciones",
93-
"pl": "Dodano opcję hold do blockly\nDodano państwo, które odrzuciło powiadomienia",
94-
"uk": "Додано варіант утримання для блокування\nДодано стан для звільнення повідомлень",
95-
"zh-cn": "添加控件选项以屏蔽\n驳回通知的添加状态"
9696
}
9797
},
9898
"titleLang": {

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

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

0 commit comments

Comments
 (0)