Skip to content

Commit

Permalink
chore: release v0.0.8
Browse files Browse the repository at this point in the history
* (klein0r) Added custom apps via instance configuration
  • Loading branch information
klein0r committed Jun 5, 2023
1 parent a0bece1 commit 24425c7
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 23 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG_OLD.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# Older changes
## 0.0.3 (2023-05-16)

* (klein0r) Allow to switch apps via state
* (klein0r) Added more states

## 0.0.2 (2023-05-16)

* (klein0r) Initial release
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Buy here: [Aliexpress.com](https://haus-auto.com/p/ali/UlanziTC001) or here: [ul
Placeholder for the next version (at the beginning of the line):
### **WORK IN PROGRESS**
-->
### **WORK IN PROGRESS**
### 0.0.8 (2023-06-05)

* (klein0r) Added custom apps via instance configuration

Expand Down Expand Up @@ -63,11 +63,6 @@ Updated recommended firmware version to 0.67
* (klein0r) Added moodlight support
* (klein0r) Added device update and reboot options

### 0.0.3 (2023-05-16)

* (klein0r) Allow to switch apps via state
* (klein0r) Added more states

## License
MIT License

Expand Down
28 changes: 14 additions & 14 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "awtrix-light",
"version": "0.0.7",
"version": "0.0.8",
"news": {
"0.0.8": {
"en": "Added custom apps via instance configuration",
"de": "Benutzerdefinierte Apps über Instanz-Konfiguration hinzugefügt",
"ru": "Добавлены пользовательские приложения через конфигурацию экземпляра",
"pt": "Adicionados aplicativos personalizados via configuração de instância",
"nl": "Gezamenlijke apps via instabiliteit",
"fr": "Ajout d'applications personnalisées via la configuration d'instance",
"it": "Aggiunte app personalizzate tramite configurazione delle istanze",
"es": "Aplicaciones personalizadas adicionales mediante configuración de instancia",
"pl": "Dodrukowane aplikacje za pomocą konfiguracji instancji",
"uk": "Додано користувацькі додатки за допомогою конфігурації екземпляра",
"zh-cn": "通过图像组合添加成具"
},
"0.0.7": {
"en": "Added timer feature to blockly\nAdded color conversion to hex in settings",
"de": "Hinzugefügt Timer-Feature zu blockieren\nFarbumwandlung in Hexeneinstellungen hinzugefügt",
Expand Down Expand Up @@ -80,19 +93,6 @@
"pl": "pierwsze wydanie",
"uk": "початковий реліз",
"zh-cn": "初步释放"
},
"0.0.1": {
"en": "initial release",
"de": "Erstveröffentlichung",
"ru": "Начальная версия",
"pt": "lançamento inicial",
"nl": "Eerste uitgave",
"fr": "Première version",
"it": "Versione iniziale",
"es": "Versión inicial",
"pl": "Pierwsze wydanie",
"uk": "Початкова версія",
"zh-cn": "首次出版"
}
},
"titleLang": {
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.awtrix-light",
"version": "0.0.7",
"version": "0.0.8",
"description": "Integrate your Awtrix Light device (e.g. Ulanzi TC001) via HTTP ",
"author": {
"name": "Matthias Kleine",
Expand Down

0 comments on commit 24425c7

Please sign in to comment.