Skip to content

Commit ea5cf34

Browse files
committed
chore: release v1.2.1
* (klein0r) Fixed Blockly definitions (removed warnings) * (klein0r) Updated dependencies
1 parent cda3082 commit ea5cf34

6 files changed

+28
-28
lines changed

CHANGELOG_OLD.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
# Older changes
2+
## 0.16.0 (2024-03-12)
3+
4+
Updated recommended firmware version to 0.95
5+
6+
* (klein0r) Added notification for firmware update
7+
* (klein0r) Added setting state for volume
8+
* (klein0r) Rebranding Awtrix Light to Awtrix 3
9+
210
## 0.15.1 (2024-03-12)
311

412
* (klein0r) Fixed default values of color states

README.md

+1-9
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+
### 1.2.1 (2024-06-07)
4343

4444
* (klein0r) Fixed Blockly definitions (removed warnings)
4545
* (klein0r) Updated dependencies
@@ -63,14 +63,6 @@ NodeJS >= 18.x and js-controller >= 5 is required
6363

6464
Updated recommended firmware version to 0.96
6565

66-
### 0.16.0 (2024-03-12)
67-
68-
Updated recommended firmware version to 0.95
69-
70-
* (klein0r) Added notification for firmware update
71-
* (klein0r) Added setting state for volume
72-
* (klein0r) Rebranding Awtrix Light to Awtrix 3
73-
7466
## License
7567
MIT License
7668

build/main.js.map

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

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": "1.2.0",
4+
"version": "1.2.1",
55
"news": {
6+
"1.2.1": {
7+
"en": "Fixed Blockly definitions (removed warnings)\nUpdated dependencies",
8+
"de": "Feste blockweise Definitionen (entfernte Warnungen)\nAktualisierte Abhängigkeiten",
9+
"ru": "Fixed Blockly definitions (removed warnings)\nОбновленные зависимости",
10+
"pt": "Definições bloqueadas fixas (avisões remotas)\nDependências atualizadas",
11+
"nl": "Vaste blokdefinities (verwijderde waarschuwingen)\nBijgewerkte afhankelijkheden",
12+
"fr": "Définition fixe par blocs (avertissements supprimés)\nDépendances actualisées",
13+
"it": "Definizioni Bloccate Fisse (avviso rimosso)\nDipendenze aggiornate",
14+
"es": "Definiciones limitadas (removidas advertencias)\nDependencias actualizadas",
15+
"pl": "Poprawione definicje blokady (usunięte ostrzeżenia)\nAktualizacja zależności",
16+
"uk": "Виправлені помилкові визначення (видалення попередження)\nОновлені залежності",
17+
"zh-cn": "固定块定义(撤消警告)\n更新的依赖关系"
18+
},
619
"1.2.0": {
720
"en": "Fixed wrong translations ins expert apps (duration)\nAdded progress bar for expert apps",
821
"de": "Behobene falsche Übersetzungen in Experten-Apps (Dauer)\nFortschrittsleiste für Experten-Apps hinzugefügt",
@@ -80,19 +93,6 @@
8093
"pl": "Naprawiono domyślne wartości stanów kolorów",
8194
"uk": "Виправлені значення за замовчуванням кольорових станів",
8295
"zh-cn": "颜色状态的固定默认值"
83-
},
84-
"0.15.0": {
85-
"en": "Keep apps contents in sync",
86-
"de": "Aktualisieren von Apps",
87-
"ru": "Хранить содержимое приложений синхронно",
88-
"pt": "Mantenha o conteúdo dos aplicativos em sincronia",
89-
"nl": "De inhoud van apps synchroniseren",
90-
"fr": "Conserver le contenu des applications en synchronisation",
91-
"it": "Mantenere i contenuti delle app in sincronizzazione",
92-
"es": "Mantener contenidos de aplicaciones en sincronización",
93-
"pl": "Zachowaj zawartość aplikacji w synchronizacji",
94-
"uk": "Збережіть вміст додатків в синхронізації",
95-
"zh-cn": "保持应用程序内容同步"
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": "1.2.0",
3+
"version": "1.2.1",
44
"description": "Integrate your Awtrix Light device (e.g. Ulanzi TC001) via HTTP ",
55
"author": {
66
"name": "Matthias Kleine",

0 commit comments

Comments
 (0)