Skip to content

Commit

Permalink
chore: release v5.0.1
Browse files Browse the repository at this point in the history
* update dependencies
* new log entry for private password (km200) since enryption is changed
  • Loading branch information
tp1de committed Nov 1, 2024
1 parent 7c86486 commit 576d211
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
## 4.8.0 (2024-08-27)
* ems-esp: disabled parameter to search for extended EMS+ entities due to memory limitations in gateway

## 4.7.2 (2024-08-17)
* ems-esp: enable writing on custom entities

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.0.1 (2024-11-01)
* update dependencies
* new log entry for private password (km200) since enryption is changed

Expand All @@ -63,9 +63,6 @@ German ioBroker forum: https://forum.iobroker.net/topic/45862/neuer-adapter-ems-
* update dependencies
* update translations

### 4.8.0 (2024-08-27)
* ems-esp: disabled parameter to search for extended EMS+ entities due to memory limitations in gateway

## 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.0.0",
"version": "5.0.1",
"news": {
"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) 的新日志条目"
},
"5.0.0": {
"en": "change encryption for private passwort (km200) - needs to be re-entered",
"de": "änderung der verschlüsselung für privatpasswort (km200) - muss neu eingesehen werden",
Expand Down Expand Up @@ -80,19 +93,6 @@
"pl": "ems- esp: umożliwia zapis na niestandardowych podmiotach",
"uk": "ems-esp: увімкніть написання на користувача",
"zh-cn": "ems- ep: 启用自定义实体的写入"
},
"4.7.1": {
"en": "ems-esp: custom entities are now under object structure \"custom\"",
"de": "ems-esp: benutzerdefinierte wesen sind jetzt unter objektstruktur \"custom\"",
"ru": "ems-esp: пользовательские сущности в настоящее время находятся под объектной структурой «custom»",
"pt": "ems-esp: entidades personalizadas estão agora sob estrutura de objeto \"personalizado\"",
"nl": "ems-esp: aangepaste entiteiten staan nu onder objectstructuur \"custom\"",
"fr": "ems-esp: les entités personnalisées sont désormais sous la structure de l'objet \"custom\"",
"it": "ems-esp: le entità personalizzate sono ora sotto la struttura dell'oggetto \"custom\"",
"es": "ems-esp: las entidades personalizadas están ahora bajo la estructura de objetos \"personal\"",
"pl": "ems- esp: podmioty niestandardowe są teraz pod strukturą obiektu \"niestandardowe\"",
"uk": "ems-esp: суб'єкти господарювання тепер під структурою об'єкта \"кутом\"",
"zh-cn": "ems- esp: 自定义实体现在处于对象结构“ custom” 下"
}
},
"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.0.0",
"version": "5.0.1",
"description": "EMS-ESP and KM200 Interface",
"author": {
"name": "Thomas Petrick",
Expand Down

0 comments on commit 576d211

Please sign in to comment.