Skip to content

Commit

Permalink
chore: release v5.1.1
Browse files Browse the repository at this point in the history
* correct statistics on adapter start-up
  • Loading branch information
tp1de committed Dec 26, 2024
1 parent 1e49e2d commit b7f2419
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 21 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.3 (2024-11-11)
* add missing size attributes for config

## 5.0.2 (2024-11-02)
* check on ems-esp api errors for ../api/system..

Expand Down
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +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.1.1 (2024-12-26)
* correct statistics on adapter start-up

### 5.1.0 (2024-12-25)
Expand All @@ -59,9 +59,6 @@ German ioBroker forum: https://forum.iobroker.net/topic/45862/neuer-adapter-ems-
* add missing size attributes for config
* dependabot updates

### 5.0.3 (2024-11-11)
* add missing size attributes for config

## License
MIT License

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": "ems-esp",
"version": "5.1.0",
"version": "5.1.1",
"news": {
"5.1.1": {
"en": "correct statistics on adapter start-up",
"de": "korrekte statistiken zum adapterstart",
"ru": "правильная статистика запуска адаптера",
"pt": "estatísticas corretas no start-up do adaptador",
"nl": "correcte statistieken over het opstarten van de adapter",
"fr": "des statistiques correctes sur le démarrage de l'adaptateur",
"it": "statistiche corrette sull'avvio dell'adattatore",
"es": "estadísticas correctas sobre la puesta en marcha del adaptador",
"pl": "prawidłowe statystyki dotyczące uruchamiania adaptera",
"uk": "коректна статистика запуску адаптера",
"zh-cn": "适配器启动的正确统计"
},
"5.1.0": {
"en": "error correction on enabling statistics",
"de": "fehlerkorrektur bei der freigabe von statistiken",
Expand Down Expand Up @@ -80,19 +93,6 @@
"pl": "sprawdzić błędy ems- esp api dla.. / api / system..",
"uk": "перевірте помилки в емс-esp для ./api/system.",
"zh-cn": "检查 ./ api/ system 的 ems-esp api 错误..."
},
"5.0.1": {
"en": "update dependencies\nnew log entry for private password (km200) since enryption is changed",
"de": "aktualisierung der abhängigkeiten\nneuer log-eintrag für privates passwort (km200) da die anmeldung geändert wird",
"ru": "обновление зависимостей\nновый вход журнала для частного пароля (км200), так как инкрипция изменена",
"pt": "dependências\nnova entrada de log para senha privada (km200) desde que o enryption é alterado",
"nl": "afhankelijkheden bijwerken\nnieuwe loginvoer voor privé-wachtwoord (km200) sinds enryption is gewijzigd",
"fr": "mettre à jour les dépendances\nnouvelle entrée de journal pour mot de passe privé (km200) depuis le changement d'enryption",
"it": "aggiornamento dipendenze\nnuova voce di registro per password privata (km200) dal momento che l'enryption è cambiato",
"es": "dependencias de actualización\nnueva entrada de registro para contraseña privada (km200) ya que se cambia la inscripción",
"pl": "aktualizacji zależności\nnowy wpis dziennika dla prywatnego hasła (km200) od czasu zmiany enrypcji",
"uk": "оновлення залежності\nновий запис журналу для приватного пароля (km200) з моменту затримання змінено",
"zh-cn": "更新依赖关系\n更改 enryption 后, 私有密码( km200) 的新日志条目"
}
},
"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.ems-esp",
"version": "5.1.0",
"version": "5.1.1",
"description": "EMS-ESP and KM200 Interface",
"author": {
"name": "Thomas Petrick",
Expand Down

0 comments on commit b7f2419

Please sign in to comment.