Skip to content

Commit 256607f

Browse files
committed
chore: release v0.0.7
* (klein0r) Added timer feature to blockly * (klein0r) Added color conversion to hex in settings
1 parent d8eed47 commit 256607f

5 files changed

Lines changed: 21 additions & 9 deletions

File tree

CHANGELOG_OLD.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
11
# Older changes
2+
## 0.0.2 (2023-05-16)
3+
4+
* (klein0r) Initial release

README.md

Lines changed: 1 addition & 5 deletions
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.7 (2023-06-04)
3939

4040
* (klein0r) Added timer feature to blockly
4141
* (klein0r) Added color conversion to hex in settings
@@ -64,10 +64,6 @@ Updated recommended firmware version to 0.67
6464
* (klein0r) Allow to switch apps via state
6565
* (klein0r) Added more states
6666

67-
### 0.0.2 (2023-05-16)
68-
69-
* (klein0r) Initial release
70-
7167
## License
7268
MIT License
7369

io-package.json

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,21 @@
11
{
22
"common": {
33
"name": "awtrix-light",
4-
"version": "0.0.6",
4+
"version": "0.0.7",
55
"news": {
6+
"0.0.7": {
7+
"en": "Added timer feature to blockly\nAdded color conversion to hex in settings",
8+
"de": "Hinzugefügt Timer-Feature zu blockieren\nFarbumwandlung in Hexeneinstellungen hinzugefügt",
9+
"ru": "Добавлена функция таймера для блокировки\nДобавлена цветовая конверсия в hex в настройках",
10+
"pt": "Adicionado recurso temporizador para bloquear\nConversão de cor adicionada ao hex em configurações",
11+
"nl": "Vertaling:\nVermeld kleuren bekering aan hex in setting",
12+
"fr": "Ajout de la fonction timer pour bloquer\nAjout de la conversion de couleur en hexagone dans les paramètres",
13+
"it": "Aggiunto funzione timer per bloccare\nAggiunto la conversione di colore a hex in impostazioni",
14+
"es": "Función del temporizador añadido para bloquear\nConversión de color a hex en la configuración",
15+
"pl": "Dodany czaszkę ma blokować\nZwracana do koloru na hex w ustawieniach",
16+
"uk": "Додана функція таймера для блокування\nДодано конвертацію кольору в шістку в налаштуваннях",
17+
"zh-cn": "增加时间特点以阻挡时间\n增加在环境中的颜色转换"
18+
},
619
"0.0.6": {
720
"en": "Updated recommended firmware version to 0.67\n\n* Added some settings as states\n* Added stack and wakeup option to blockly\n* Battery app was hidden when invisible",
821
"de": "Aktualisierte empfohlene Firmwareversion auf 0.67\n\n* Einige Einstellungen als Zustände hinzugefügt\n* Hinzugefügt Stapel und Weckoption blockieren\n* Batterie-App wurde versteckt, wenn unsichtbar",

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.0.6",
3+
"version": "0.0.7",
44
"description": "Integrate your Awtrix Light device (e.g. Ulanzi TC001) via HTTP ",
55
"author": {
66
"name": "Matthias Kleine",

0 commit comments

Comments
 (0)