Skip to content

Commit

Permalink
chore: release v5.0.4
Browse files Browse the repository at this point in the history
* add missing size attributes for config
* dependabot updates
  • Loading branch information
tp1de committed Nov 12, 2024
1 parent e466cd5 commit 1e033f7
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 22 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG_OLD.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
* older changes
## 4.9.2 (2024-10-27)
* update translations
* responsive design added

## 4.9.1 (2024-10-01)
* update dependencies
* update translations
Expand Down
6 changes: 1 addition & 5 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.4 (2024-11-12)
* add missing size attributes for config
* dependabot updates

Expand All @@ -59,10 +59,6 @@ German ioBroker forum: https://forum.iobroker.net/topic/45862/neuer-adapter-ems-
### 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

## 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.3",
"version": "5.0.4",
"news": {
"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",
"ru": "добавить недостающие атрибуты размера для настройки\nобновления",
"pt": "adicionar atributos de tamanho ausentes para config\natualizações do dependabot",
"nl": "ontbrekende grootte-attributen voor configuratie toevoegen\ndependabot-updates",
"fr": "ajouter des attributs de taille manquants pour config\nmises à jour de dermabot",
"it": "aggiungere gli attributi delle dimensioni mancanti per la configurazione\naggiornamenti dipendeabot",
"es": "añadir atributos de tamaño perdido para config\nactualizaciones de dependabot",
"pl": "dodaj brakujące atrybuty rozmiaru dla konfiguratora\naktualizacje zależności",
"uk": "додати атрибути відсутніх розмірів для налаштування\nоновлення залежності",
"zh-cn": "添加配置缺少的大小属性\n依赖更新"
},
"5.0.3": {
"en": "add missing size attributes for config",
"de": "hinzufügen von fehlenden größenattributen für config",
Expand Down Expand Up @@ -80,19 +93,6 @@
"pl": "aktualizacji zależności\naktualizacja tłumaczeń",
"uk": "оновлення залежності\nоновлення перекладів",
"zh-cn": "更新依赖关系\n更新翻译"
},
"4.9.0": {
"en": "ems-esp: improve reading for temperatureSensors\nsupport small screens\nupdate dependencies\nupdate translations",
"de": "ems-esp: das Lesen der Temperatur verbessern Sensoren\nkleine bildschirme unterstützen\naktualisierung der abhängigkeiten\nübersetzungen aktualisieren",
"ru": "ems-esp: улучшение чтения для температуры Датчики\nподдержка небольших экранов\nобновление зависимостей\nобновление переводов",
"pt": "ems-esp: melhorar a leitura da temperatura Sensores\nsuporte telas pequenas\ndependências\ntraduções de atualização",
"nl": "ems-esp: verbeteren van het lezen voor temperatuur Sensoren\nkleine schermen ondersteunen\nafhankelijkheden bijwerken\nvertalingen bijwerken",
"fr": "ems-esp: améliorer la lecture pour la température Capteurs\nsoutenir les petits écrans\nmettre à jour les dépendances\nmettre à jour les traductions",
"it": "ems-esp: migliorare la lettura per la temperatura Sensori\nsupporto piccoli schermi\naggiornamento dipendenze\naggiornare le traduzioni",
"es": "ems-esp: mejorar la lectura para la temperatura Sensores\nsoporte pantallas pequeñas\ndependencias de actualización\ntraducción actualizada",
"pl": "ems- esp: poprawić odczyt temperatury Czujniki\nwsparcie dla małych ekranów\naktualizacji zależności\naktualizacja tłumaczeń",
"uk": "ems-esp: поліпшення читання для температури Датчики\nпідтримка невеликих екранів\nоновлення залежності\nоновлення перекладів",
"zh-cn": "ems-esp: 改善温度读取 传感器\n支持小屏幕\n更新依赖关系\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.ems-esp",
"version": "5.0.3",
"version": "5.0.4",
"description": "EMS-ESP and KM200 Interface",
"author": {
"name": "Thomas Petrick",
Expand Down

0 comments on commit 1e033f7

Please sign in to comment.