Skip to content

Commit

Permalink
chore: release v3.2.3
Browse files Browse the repository at this point in the history
* (@klein0r) Fixed blockly definitions
  • Loading branch information
klein0r committed Jul 21, 2024
1 parent 2a6bc53 commit 1c5db69
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
## 3.1.2 (2023-12-27)

* (klein0r) Updated LaMetric firmware version recommendation to 2.3.8 (3.0.21)
* (klein0r) Some devices don't have bluetooth low energy states (sa8)

## 3.1.1 (2023-10-27)

* (klein0r) Fixed issue with foreign states of version 3.1.0
Expand Down
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ iobroker add lametric
Placeholder for the next version (at the beginning of the line):
### **WORK IN PROGRESS**
-->
### **WORK IN PROGRESS**
### 3.2.3 (2024-07-21)

* (@klein0r) Fixed blockly definitions

Expand All @@ -74,11 +74,6 @@ NodeJS >= 18.x and js-controller >= 5 is required

* (klein0r) Fixed web extension

### 3.1.2 (2023-12-27)

* (klein0r) Updated LaMetric firmware version recommendation to 2.3.8 (3.0.21)
* (klein0r) Some devices don't have bluetooth low energy states (sa8)

## License

The MIT License (MIT)
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": "lametric",
"version": "3.2.2",
"version": "3.2.3",
"news": {
"3.2.3": {
"en": "Fixed blockly definitions",
"de": "Feste blockweise Definitionen",
"ru": "Исправленные блокированные определения",
"pt": "Definições bloqueadas fixas",
"nl": "Vaste blokdefinities",
"fr": "Définition par blocs",
"it": "Definizioni bloccate fissate",
"es": "Definiciones bloqueadas fijas",
"pl": "Poprawione definicje blokowane",
"uk": "Фіксовані визначення блоків",
"zh-cn": "固定的区块定义"
},
"3.2.2": {
"en": "Updated LaMetric firmware version recommendation to 2.3.9 (3.1.1)",
"de": "Aktualisierte LaMetric Firmwareversion Empfehlung auf 2.3.9 (3.1.1)",
Expand Down Expand Up @@ -80,19 +93,6 @@
"pl": "Wydarzenia z zagranicznymi państwami w wersji 3.1.0",
"uk": "Виправлено проблему з іноземними державами версії 3.1.0",
"zh-cn": "同外国国有混合问题版本3.1"
},
"3.1.0": {
"en": "NodeJS 16.x is required\n\n* Updated LaMetric firmware version recommendation to 2.3.8 (3.0.18)\n* Updated admin tab layout (icons, button style)\n* Fixed path of default widgets",
"de": "NodeJS 16.x ist erforderlich\n\n* Aktualisierte LaMetric Firmware Version Empfehlung auf 2.3.8 (3.0.18)\n* Aktualisiertes Admin-Tab-Layout (Symbole, Schaltflächenstil)\n* Fixed path of default widgets",
"ru": "NodeJS 16.x требуется\n\n* Обновленная рекомендация версии LaMetric прошивки до 2.3.8 (3.0.18)\n* Обновленная планировка вкладки админ (icons, button style)\n* Исправлен путь виджетов по умолчанию",
"pt": "NodeJS 16.x é necessário\n\n* Recomendação de versão de firmware LaMetric atualizada para 2.3.8 (3.0.18)\n* Layout de guia de administrador atualizado (icons, estilo de botão)\n* Caminho fixo de widgets padrão",
"nl": "NodeJS 16.x is vereist\n\nVertaling:\n♪ Verkleinde administratief\n♪ Fixed path of default Widgets ♪",
"fr": "NodeJS 16.x est nécessaire\n\n* Mise à jour de la recommandation de version du firmware LaMetric au 2.3.8 (3.0.18)\n* Mise à jour de l'onglet administrateur (icônes, style bouton)\n* chemin fixe de widgets par défaut",
"it": "NodeJS 16.x è richiesto\n\n* Raccomandazione di versione firmware LaMetric aggiornata a 2.3.8 (3.0.18)\n# Scheda di amministrazione aggiornata (icon, stile pulsante)\n* percorso fisso dei widget predefiniti",
"es": "NodeJS 16.x es necesario\n\n* Recomendación actualizada de la versión de firmware de LaMetric a 2.3.8 (3.0.18)\n* Actualizado diseño de pestañas de administración (icons, estilo de botón)\n* Vía fija de widgets predeterminados",
"pl": "NodeJS 16 (ang.)\n\n* Updated LaMetric firmware rekomendacja 2.3.8 (3.0.18)\n* Ulepszona adminowa tabela (ikon, styl przycisku)\n* Fixed path of default widgets (ang.)",
"uk": "NodeJS 16.x обов'язковий\n\n* Оновлено рекомендацію прошивки LaMetric до 2.3.8 (3.0.18)\nІм'я * Оновлено макет вкладки адміністратора (коніки, стиль кнопки)\n* Фіксований шлях віджетів за замовчуванням",
"zh-cn": "不需要16.JS16x。\n\n* 最新版的《拉梅克科学家》建议给2.3.8(3.0.18)。\n* A/64/50。 更新的括号(理论,但代顿风格)\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.lametric",
"version": "3.2.2",
"version": "3.2.3",
"description": "ioBroker LaMetric Adapter",
"author": {
"name": "Matthias Kleine",
Expand Down

0 comments on commit 1c5db69

Please sign in to comment.