Skip to content

Commit ca825eb

Browse files
committed
chore: release v0.13.1
* (klein0r) Fixed hold option in blockly
1 parent 80b520b commit ca825eb

5 files changed

Lines changed: 24 additions & 24 deletions

File tree

CHANGELOG_OLD.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
# Older changes
2+
## 0.10.1 (2023-12-01)
3+
4+
Updated recommended firmware version to 0.91
5+
6+
* (klein0r) Added uid and ip address states
7+
28
## 0.10.0 (2023-10-23)
39

410
Updated recommended firmware version to 0.90

README.md

Lines changed: 1 addition & 7 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.13.1 (2024-01-25)
4343

4444
* (klein0r) Fixed hold option in blockly
4545

@@ -64,12 +64,6 @@ Updated recommended firmware version to 0.94
6464

6565
* (klein0r) Removed callbacks in blockly code to prevent timeouts
6666

67-
### 0.10.1 (2023-12-01)
68-
69-
Updated recommended firmware version to 0.91
70-
71-
* (klein0r) Added uid and ip address states
72-
7367
## License
7468
MIT License
7569

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.13.0",
4+
"version": "0.13.1",
55
"news": {
6+
"0.13.1": {
7+
"en": "Fixed hold option in blockly",
8+
"de": "Festhalten Option in blockweise",
9+
"ru": "Фиксированный вариант удержания в блоке",
10+
"pt": "Opção de retenção fixa em bloco",
11+
"nl": "Vaste bewaaroptie in blokvorm",
12+
"fr": "Option de maintien fixe en bloc",
13+
"it": "Opzione di attesa fissa in blocco",
14+
"es": "Opción de sujeción fija en bloque",
15+
"pl": "Poprawiona opcja przytrzymaj w blockly",
16+
"uk": "Виправлений варіант утримання в блоклі",
17+
"zh-cn": "固定控件选项以区块方式"
18+
},
619
"0.13.0": {
720
"en": "Added state for text color and background color in expert apps\nAvoid app refresh when no values have been changed",
821
"de": "Hinzugefügt Zustand für Textfarbe und Hintergrundfarbe in Experten-Apps\nVermeiden Sie App-Erfrischung, wenn keine Werte geändert wurden",
@@ -80,19 +93,6 @@
8093
"pl": "Zalecona wersja oprogramowania do wersji 0.90\n\n* Wsparcie dla trybu snu\n* Wstępowanie dla wskaźników",
8194
"uk": "Оновлено рекомендовану версію прошивки до 0.90\n\n* Додано підтримку режиму сну\n* Додано захоплення для показників",
8295
"zh-cn": "最新建议的软件版本到0.90\n\n* 增加对睡觉模式的支持\n* 增加指标"
83-
},
84-
"0.9.2": {
85-
"en": "Fixed: Visisble state of expert apps",
86-
"de": "Behoben: Visisble Zustand von Experten-Apps",
87-
"ru": "Исправлено: Visisble состояние экспертных приложений",
88-
"pt": "Corrigido: estado visível de aplicações especializadas",
89-
"nl": "Visuele toestand van expert apps",
90-
"fr": "Correction : état visible des applications expertes",
91-
"it": "Risolto: Visible stato delle app di esperti",
92-
"es": "Fijación: estado visible de las aplicaciones expertas",
93-
"pl": "Strona oficjalna portalu",
94-
"uk": "Виправлено: Візубний стан експертних додатків",
95-
"zh-cn": "Ixed: Visisble of Experts"
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.13.0",
3+
"version": "0.13.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)