Skip to content

Commit

Permalink
chore: release v5.0.5
Browse files Browse the repository at this point in the history
* Add native entries to io-package
  • Loading branch information
tp1de committed Nov 22, 2024
1 parent 1ad3ec0 commit 7b4baf7
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 23 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG_OLD.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
* older changes
## 5.0.0 (2024-10-27)
* change encryption for private passwort (km200) - needs to be re-entered

## 4.9.2 (2024-10-27)
* update translations
* responsive design added
Expand Down
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@ German ioBroker forum: https://forum.iobroker.net/topic/45862/neuer-adapter-ems-
Placeholder for the next version (at the beginning of the line):
### **WORK IN PROGRESS**
-->

### **WORK IN PROGRESS**
### 5.0.5 (2024-11-22)
* Add native entries to io-package

### 5.0.4 (2024-11-12)
Expand All @@ -60,9 +59,6 @@ German ioBroker forum: https://forum.iobroker.net/topic/45862/neuer-adapter-ems-
* update dependencies
* new log entry for private password (km200) since enryption is changed

### 5.0.0 (2024-10-27)
* change encryption for private passwort (km200) - needs to be re-entered

## License
MIT License

Expand Down
30 changes: 15 additions & 15 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "ems-esp",
"version": "5.0.4",
"version": "5.0.5",
"news": {
"5.0.5": {
"en": "Add native entries to io-package",
"de": "Fügen Sie native Einträge zu io-package hinzu",
"ru": "Добавить местные записи в io-package",
"pt": "Adicionar entradas nativas ao io-package",
"nl": "Eigen items toevoegen aan io-package",
"fr": "Ajouter des entrées natives à io-package",
"it": "Aggiungi voci native a io-package",
"es": "Añadir entradas nativas a io-package",
"pl": "Dodaj natywne wpisy do pakietu jo-",
"uk": "Додати рідні записи в io-package",
"zh-cn": "在 io- package 中添加本地条目"
},
"5.0.4": {
"en": "add missing size attributes for config\ndependabot updates",
"de": "hinzufügen von fehlenden größenattributen für config\naktualisierungen von abhängigkeiten",
Expand Down Expand Up @@ -80,19 +93,6 @@
"pl": "aktualizacja tłumaczeń\nresponsible design added",
"uk": "оновлення перекладів\nдодано адаптивний дизайн",
"zh-cn": "更新翻译\n添加应答设计"
},
"4.9.1": {
"en": "update dependencies\nupdate translations",
"de": "aktualisierung der abhängigkeiten\nübersetzungen aktualisieren",
"ru": "обновление зависимостей\nобновление переводов",
"pt": "dependências\ntraduções de atualização",
"nl": "afhankelijkheden bijwerken\nvertalingen bijwerken",
"fr": "mettre à jour les dépendances\nmettre à jour les traductions",
"it": "aggiornamento dipendenze\naggiornare le traduzioni",
"es": "dependencias de actualización\ntraducción actualizada",
"pl": "aktualizacji zależności\naktualizacja tłumaczeń",
"uk": "оновлення залежності\nоновлення перекладів",
"zh-cn": "更新依赖关系\n更新翻译"
}
},
"titleLang": {
Expand Down Expand Up @@ -325,4 +325,4 @@
"private_pw"
],
"objects": []
}
}
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.ems-esp",
"version": "5.0.4",
"version": "5.0.5",
"description": "EMS-ESP and KM200 Interface",
"author": {
"name": "Thomas Petrick",
Expand Down

0 comments on commit 7b4baf7

Please sign in to comment.