Skip to content

Commit

Permalink
chore: release v2.0.0
Browse files Browse the repository at this point in the history
NodeJS 14.x is required (NodeJS 12.x is EOL)

* (klein0r) Added states for clock alarm widget configuration
* (klein0r) Added duration for My Data DIY frame configuration
* (klein0r) Updated LaMetric firmware version recommendation to 2.2.3
* (klein0r) Updated dependencies
* (klein0r) Updated depedency for js-controller to 4.0.15
  • Loading branch information
klein0r committed May 17, 2022
1 parent 8a85ba8 commit 5d28612
Show file tree
Hide file tree
Showing 5 changed files with 122 additions and 123 deletions.
105 changes: 105 additions & 0 deletions CHANGELOG_OLD.md
Original file line number Diff line number Diff line change
@@ -1 +1,106 @@
# Older changes
## 1.5.0

* (klein0r) Fixed myData DIY data type **(BREAKING CHANGE - requires SimpleAPI 2.6.2 or later to use json parameter)**
* (klein0r) Added version check

## 1.4.1

* (klein0r) Fixed missing translations

## 1.4.0

* (klein0r) Admin 5 Support

## 1.3.2

* (klein0r) Updated dependencies

## 1.3.1

* (klein0r) Added local start and end time for screensaver

## 1.3.0

* (klein0r) Encrypt sensitive information **(BREAKING CHANGE - RE-ENTER YOUR API KEY)**

## 1.2.1

* (klein0r) Extended regex for My Data (DIY)

## 1.2.0

* (klein0r) Added hide if value for My Data (DIY)
* (klein0r) Remove frames without text from My Data (DIY)
* (klein0r) Allow dynamic states for My Data (DIY) icons

## 1.1.3

* (klein0r) Fixed async object creation

## 1.1.2

* (klein0r) Delete app channels if app was deleted on LaMetric
* (klein0r) Custom app configuration (clockface, countdown duration)

## 1.1.1

* (klein0r) Fixed replacement issue for My Data (DIY)
* (klein0r) Updated README with more configuration details

## 1.1.0

* (klein0r) Added support for My Data (DIY)

## 1.0.1

* (klein0r) Added chart data support to notification

## 1.0.0

* (klein0r) First stable release
* (klein0r) Added iobroker sentry
* (klein0r) Added brightness and volume limit information (min, max)

## 0.0.10

* (klein0r) Switched to axios lib

## 0.0.9

* (klein0r) Added missing translations
* (GermanBluefox) Improved Blockly and main.js

## 0.0.8

* (klein0r) Updated dependencies

## 0.0.7

* (klein0r) fixed blockly

## 0.0.6

* (klein0r) switched to setTimeout instead of setInterval, improved logging and fixes eslint complaints

## 0.0.5

* (klein0r) Fixed notification, html, updated github template, enable and disable screensaver

## 0.0.4

* (klein0r) Refactored blockly sendTo / notifications

## 0.0.3

* (klein0r) Added app switching support, refactored everything
* (bluefox) The deletion of the actual shown information was added

## 0.0.2

* (Sigi74) Change message_value for variables message
* (Sigi74) Leave sound none

## 0.0.1

* (klein0r) initial release
108 changes: 1 addition & 107 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ iobroker add lametric
Placeholder for the next version (at the beginning of the line):
### **WORK IN PROGRESS**
-->
### **WORK IN PROGRESS**
### 2.0.0 (2022-05-17)

NodeJS 14.x is required (NodeJS 12.x is EOL)

Expand Down Expand Up @@ -74,112 +74,6 @@ NodeJS 14.x is required (NodeJS 12.x is EOL)
* (klein0r) Translated all objects
* (klein0r) Fixed HTTPS option

### 1.5.0

* (klein0r) Fixed myData DIY data type **(BREAKING CHANGE - requires SimpleAPI 2.6.2 or later to use json parameter)**
* (klein0r) Added version check

### 1.4.1

* (klein0r) Fixed missing translations

### 1.4.0

* (klein0r) Admin 5 Support

### 1.3.2

* (klein0r) Updated dependencies

### 1.3.1

* (klein0r) Added local start and end time for screensaver

### 1.3.0

* (klein0r) Encrypt sensitive information **(BREAKING CHANGE - RE-ENTER YOUR API KEY)**

### 1.2.1

* (klein0r) Extended regex for My Data (DIY)

### 1.2.0

* (klein0r) Added hide if value for My Data (DIY)
* (klein0r) Remove frames without text from My Data (DIY)
* (klein0r) Allow dynamic states for My Data (DIY) icons

### 1.1.3

* (klein0r) Fixed async object creation

### 1.1.2

* (klein0r) Delete app channels if app was deleted on LaMetric
* (klein0r) Custom app configuration (clockface, countdown duration)

### 1.1.1

* (klein0r) Fixed replacement issue for My Data (DIY)
* (klein0r) Updated README with more configuration details

### 1.1.0

* (klein0r) Added support for My Data (DIY)

### 1.0.1

* (klein0r) Added chart data support to notification

### 1.0.0

* (klein0r) First stable release
* (klein0r) Added iobroker sentry
* (klein0r) Added brightness and volume limit information (min, max)

### 0.0.10

* (klein0r) Switched to axios lib

### 0.0.9

* (klein0r) Added missing translations
* (GermanBluefox) Improved Blockly and main.js

### 0.0.8

* (klein0r) Updated dependencies

### 0.0.7

* (klein0r) fixed blockly

### 0.0.6

* (klein0r) switched to setTimeout instead of setInterval, improved logging and fixes eslint complaints

### 0.0.5

* (klein0r) Fixed notification, html, updated github template, enable and disable screensaver

### 0.0.4

* (klein0r) Refactored blockly sendTo / notifications

### 0.0.3

* (klein0r) Added app switching support, refactored everything
* (bluefox) The deletion of the actual shown information was added

### 0.0.2

* (Sigi74) Change message_value for variables message
* (Sigi74) Leave sound none

### 0.0.1

* (klein0r) initial release

## License

The MIT License (MIT)
Expand Down
26 changes: 13 additions & 13 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
{
"common": {
"name": "lametric",
"version": "1.6.0",
"version": "2.0.0",
"news": {
"2.0.0": {
"en": "NodeJS 14.x is required (NodeJS 12.x is EOL)\n\n* Added states for clock alarm widget configuration\n* Added duration for My Data DIY frame configuration\n* Updated LaMetric firmware version recommendation to 2.2.3\n* Updated dependencies\n* Updated depedency for js-controller to 4.0.15",
"de": "NodeJS 14.x ist erforderlich (NodeJS 12.x ist EOL)\n\n* Zustände für die Konfiguration des Wecker-Widgets hinzugefügt\n* Dauer für My Data DIY Rahmenkonfiguration hinzugefügt\n* Aktualisierte Versionsempfehlung der LaMetric-Firmware auf 2.2.3\n* Aktualisierte Abhängigkeiten\n* Abhängigkeit für js-controller auf 4.0.15 aktualisiert",
"ru": "Требуется NodeJS 14.x (NodeJS 12.x является EOL)\n\n* Добавлены состояния для конфигурации виджета будильника\n* Добавлена продолжительность для конфигурации фрейма My Data DIY.\n* Обновлена рекомендация версии прошивки LaMetric до 2.2.3.\n* Обновлены зависимости\n* Обновлена зависимость js-контроллера до версии 4.0.15.",
"pt": "NodeJS 14.x é necessário (NodeJS 12.x é EOL)\n\n* Adicionados estados para configuração de widget de alarme de relógio\n* Duração adicionada para a configuração do quadro My Data DIY\n* Recomendação de versão de firmware LaMetric atualizada para 2.2.3\n* Dependências atualizadas\n* Dependência atualizada para js-controller para 4.0.15",
"nl": "NodeJS 14.x is vereist (NodeJS 12.x is EOL)\n\n* Status toegevoegd voor configuratie van klokalarmwidgets\n* Duur toegevoegd voor My Data DIY-frameconfiguratie\n* Aanbeveling voor LaMetric-firmwareversie bijgewerkt naar 2.2.3\n* Bijgewerkte afhankelijkheden\n* Afhankelijkheid voor js-controller bijgewerkt naar 4.0.15",
"fr": "NodeJS 14.x est requis (NodeJS 12.x est EOL)\n\n* États ajoutés pour la configuration du widget d'alarme d'horloge\n* Ajout de la durée pour la configuration du cadre My Data DIY\n* Mise à jour de la recommandation de version du micrologiciel LaMetric vers 2.2.3\n* Dépendances mises à jour\n* Mise à jour de la dépendance pour js-controller vers 4.0.15",
"it": "NodeJS 14.x è richiesto (NodeJS 12.x è EOL)\n\n* Aggiunti stati per la configurazione del widget della sveglia\n* Aggiunta durata per la configurazione del frame My Data DIY\n* Aggiornata la versione del firmware LaMetric consigliata a 2.2.3\n* Dipendenze aggiornate\n* Aggiornata la dipendenza per js-controller a 4.0.15",
"es": "Se requiere NodeJS 14.x (NodeJS 12.x es EOL)\n\n* Estados agregados para la configuración del widget de alarma de reloj\n* Duración agregada para la configuración del marco DIY My Data\n* Se actualizó la recomendación de versión de firmware de LaMetric a 2.2.3\n* Dependencias actualizadas\n* Dependencia actualizada para js-controller a 4.0.15",
"pl": "NodeJS 14.x jest wymagany (NodeJS 12.x to EOL)\n\n* Dodano stany do konfiguracji widżetu alarmu zegara\n* Dodano czas trwania konfiguracji ramki Moje dane DIY\n* Zaktualizowano rekomendację wersji oprogramowania LaMetric do wersji 2.2.3\n* Zaktualizowane zależności\n* Zaktualizowano zależność dla kontrolera js do 4.0.15",
"zh-cn": "需要 NodeJS 14.x(NodeJS 12.x 已停产)\n\n* 添加了时钟闹钟小部件配置的状态\n* 增加了 My Data DIY 框架配置的持续时间\n* 将 LaMetric 固件版本推荐更新至 2.2.3\n* 更新依赖\n* 将 js-controller 的依赖更新到 4.0.15"
},
"1.6.0": {
"en": "Allow german umlauts in My Data DIY objects\nUpdated documentation\nUpdated state roles\nAdded hint for Admin 4 configuration",
"de": "Deutsche Umlaute in Eigene Daten DIY-Objekten zulassen\nAktualisierte Dokumentation\nStatusrollen aktualisiert\nHinweis für die Konfiguration von Admin 4 hinzugefügt",
Expand Down Expand Up @@ -74,18 +86,6 @@
"es": "Se corrigieron las traducciones faltantes",
"pl": "Naprawiono brakujące tłumaczenia",
"zh-cn": "修复了丢失的翻译"
},
"1.4.0": {
"en": "Admin 5 Support",
"de": "Admin 5 Support",
"ru": "Admin 5 Поддержка",
"pt": "Suporte Admin 5",
"nl": "Beheerder 5 Ondersteuning",
"fr": "Assistance administrateur 5",
"it": "Supporto amministratore 5",
"es": "Soporte Admin 5",
"pl": "Wsparcie administratora 5",
"zh-cn": "管理员 5 支持"
}
},
"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.lametric",
"version": "1.6.0",
"version": "2.0.0",
"description": "ioBroker LaMetric Adapter",
"author": {
"name": "Matthias Kleine",
Expand Down

0 comments on commit 5d28612

Please sign in to comment.