Skip to content

Commit

Permalink
chore: release v0.15.1
Browse files Browse the repository at this point in the history
* (klein0r) Fixed default values of color states
  • Loading branch information
klein0r committed Mar 12, 2024
1 parent 7e277f9 commit 81e560e
Show file tree
Hide file tree
Showing 7 changed files with 31 additions and 28 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.13.0 (2024-01-25)

* (klein0r) Added state for text color and background color in expert apps
* (klein0r) Avoid app refresh when no values have been changed

## 0.12.0 (2024-01-24)

* (klein0r) Added hold option to blockly
Expand Down
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,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.15.1 (2024-03-12)

* (klein0r) Fixed default values of color states

Expand All @@ -59,11 +59,6 @@ Buy here: [Aliexpress.com](https://haus-auto.com/p/ali/UlanziTC001) or here: [ul

* (klein0r) Fixed hold option in blockly

### 0.13.0 (2024-01-25)

* (klein0r) Added state for text color and background color in expert apps
* (klein0r) Avoid app refresh when no values have been changed

## License
MIT License

Expand Down
9 changes: 6 additions & 3 deletions build/main.js

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

4 changes: 2 additions & 2 deletions build/main.js.map

Large diffs are not rendered by default.

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.15.0",
"version": "0.15.1",
"news": {
"0.15.1": {
"en": "Fixed default values of color states",
"de": "Feste Standardwerte von Farbzuständen",
"ru": "Исправленные значения по умолчанию",
"pt": "Valores padrão fixos de estados de cor",
"nl": "Vaste standaardwaarden van kleurtoestanden",
"fr": "Valeurs par défaut fixes des états de couleur",
"it": "Valori di default fissi degli stati di colore",
"es": "Valores predeterminados fijos de los estados de color",
"pl": "Naprawiono domyślne wartości stanów kolorów",
"uk": "Виправлені значення за замовчуванням кольорових станів",
"zh-cn": "颜色状态的固定默认值"
},
"0.15.0": {
"en": "Keep apps contents in sync",
"de": "Aktualisieren von Apps",
Expand Down Expand Up @@ -80,19 +93,6 @@
"pl": "Dodano opcję hold do blockly\nDodano państwo, które odrzuciło powiadomienia",
"uk": "Додано варіант утримання для блокування\nДодано стан для звільнення повідомлень",
"zh-cn": "添加控件选项以屏蔽\n驳回通知的添加状态"
},
"0.11.0": {
"en": "Updated recommended firmware version to 0.94\n\n* Added bar graph to history apps\n* Added aggregation for history apps",
"de": "Aktualisierte empfohlene Firmwareversion auf 0.94\n\n* Hinzugefügt Balkendiagramm zu Geschichtsapps\n* Hinzugefügt Aggregation für Geschichtsapps",
"ru": "Обновленная рекомендуемая версия прошивки до 0.94\n\n* Добавлен штрих-граф в приложения истории\n* Добавлена агрегация для приложений истории",
"pt": "Versão de firmware recomendada atualizada para 0.94\n\n* Adicionado gráfico de barras para aplicativos de história\n* Agregação adicionada para aplicativos de história",
"nl": "Bijgewerkt aanbevolen firmware versie naar 0.94\n\n* Toegevoegde staaf grafiek aan geschiedenis apps\n* Toegevoegde aggregatie voor geschiedenis-apps",
"fr": "Mise à jour de la version firmware recommandée à 0.94\n\n* Ajout d'un graphique à barres aux applications d'historique\n* Ajout de l'agrégation pour les applications d'historique",
"it": "Versione firmware consigliata aggiornata a 0.94\n\n* Aggiunto grafico della barra alle app di storia\n* Aggiunto aggregazione per le app di storia",
"es": "Versión actualizada de firmware recomendada a 0.94\n\n* Gráfico de barras añadido a aplicaciones de historia\n* Agregado agregación para aplicaciones de historia",
"pl": "Aktualizacja zalecanej wersji firmware do 0.94\n\n* Dodano wykres bar do aplikacji historii\n* Dodano agregację dla aplikacji historii",
"uk": "Оновлено рекомендовану версію мікропрограми до 0.94\n\n* Додано графік штриху до історичних додатків\n* Додано агрегацію для історичних додатків",
"zh-cn": "最新推荐的固件版本为0.94\n\n* 添加到历史应用中的条形图\n* 为历史应用程序添加的汇总"
}
},
"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.15.0",
"version": "0.15.1",
"description": "Integrate your Awtrix Light device (e.g. Ulanzi TC001) via HTTP ",
"author": {
"name": "Matthias Kleine",
Expand Down

0 comments on commit 81e560e

Please sign in to comment.