Skip to content

Commit

Permalink
chore: release v3.4.1
Browse files Browse the repository at this point in the history
* (@klein0r) Limit frame duration to 10 seconds (limited by LaMetric)
  • Loading branch information
klein0r committed Oct 29, 2024
1 parent 5556744 commit 703455b
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.2.1 (2024-06-12)

* (@klein0r) Updated LaMetric firmware version recommendation to 2.3.8 (3.1.0)
* (@klein0r) Updated dependencies

## 3.2.0 (2024-06-07)

NodeJS >= 18.x and js-controller >= 5 is required
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.4.1 (2024-10-29)

* (@klein0r) Limit frame duration to 10 seconds (limited by LaMetric)

Expand All @@ -74,11 +74,6 @@ iobroker add lametric

* (@klein0r) Updated LaMetric firmware version recommendation to 2.3.9 (3.1.1)

### 3.2.1 (2024-06-12)

* (@klein0r) Updated LaMetric firmware version recommendation to 2.3.8 (3.1.0)
* (@klein0r) Updated dependencies

## 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.4.0",
"version": "3.4.1",
"news": {
"3.4.1": {
"en": "Limit frame duration to 10 seconds (limited by LaMetric)",
"de": "Rahmendauer auf 10 Sekunden (begrenzt durch LaMetric)",
"ru": "Ограничение рамы до 10 секунд (ограничено LaMetric)",
"pt": "Limitar a duração do quadro a 10 segundos (limitado por LaMetric)",
"nl": "Beperk frame duur tot 10 seconden (beperkt door LaMetric)",
"fr": "Limiter la durée du cadre à 10 secondes (limitée par LaMetric)",
"it": "Durata della cornice di limite a 10 secondi (limitata da LaMetric)",
"es": "Duración límite del marco a 10 segundos (limitado por LaMetric)",
"pl": "Ograniczenie czasu trwania ramki do 10 sekund (ograniczone przez LaMetric)",
"uk": "Тривалість ліміту до 10 секунд (обмежена LaMetric)",
"zh-cn": "将帧长度限制为 10 秒( 受 LaMetric 限制)"
},
"3.4.0": {
"en": "Updated LaMetric firmware version recommendation to 2.3.9 (3.1.2)\nAdded support for notification manager\nAdded validator for icon inputs\nFixed some missing translations",
"de": "Aktualisierte LaMetric Firmwareversion Empfehlung auf 2.3.9 (3.1.2)\nUnterstützung für Benachrichtigungsmanager hinzugefügt\nValidator für Icon-Eingänge hinzugefügt\nEinige fehlende Übersetzungen behoben",
Expand Down Expand Up @@ -80,19 +93,6 @@
"pl": "NodeJS > = 18.x i kontroler js- > = 5 jest wymagane\n\n* Poprawione definicje Blockly (usunięte ostrzeżenia)",
"uk": "NodeJS >= 18.x та js-controller >= 5 обов'язково\n\n* Виправлені помилкові визначення (виділені попередження)",
"zh-cn": "节点JS18x和js控制器QQ 需要5个\n\n* 固定块定义(撤消警告)"
},
"3.1.3": {
"en": "Fixed web extension",
"de": "Feste Web-Erweiterung",
"ru": "Исправленное расширение",
"pt": "Extensão web fixa",
"nl": "Vaste webextensie",
"fr": "Extension web fixe",
"it": "Estensione web fissa",
"es": "Extensión web fija",
"pl": "Naprawiono rozszerzenie sieci web",
"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.lametric",
"version": "3.4.0",
"version": "3.4.1",
"description": "ioBroker LaMetric Adapter",
"author": {
"name": "Matthias Kleine",
Expand Down

0 comments on commit 703455b

Please sign in to comment.