Skip to content

Commit

Permalink
chore: release v2.3.3
Browse files Browse the repository at this point in the history
* error correction mySQL too many connections
* read database name from db-instance settings
  • Loading branch information
tp1de committed Aug 28, 2023
1 parent 4328b36 commit 51abae7
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ English documentation: https://github.com/tp1de/ioBroker.ems-esp/blob/main/doc/e
Placeholder for the next version (at the beginning of the line):
### **WORK IN PROGRESS**
-->
### **WORK IN PROGRESS**
### 2.3.3 (2023-08-28)
* error correction mySQL too many connections
* read database name from db-instance settings

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": "2.3.2",
"version": "2.3.3",
"news": {
"2.3.3": {
"en": "error correction mySQL too many connections\nread database name from db-instance settings",
"de": "fehlerkorrektur mySQL zu viele Verbindungen\ndatenbankname von db-instance-einstellungen lesen",
"ru": "исправление ошибок mySQL слишком много соединений\nчитать имя базы данных из db-instance настроек",
"pt": "correção de erro mySQL muitas conexões\nler o nome do banco de dados de configurações de db-instance",
"nl": "error correctie mySQL te veel connecties\nvertaling:",
"fr": "correction d'erreur mySQL trop de connexions\nlire le nom de la base de données des paramètres db-instance",
"it": "correzione errore mySQL troppe connessioni\nleggere il nome del database dalle impostazioni db-instance",
"es": "corrección de error mySQL demasiadas conexiones\nread database name from db-instance settings",
"pl": "poprawka mySQL zbyt wiele połączeń\nnazwa bazy danych pochodzi od db-instance settings",
"uk": "виправлення помилок mySQL занадто багато підключень\nчитати ім'я бази даних з налаштувань db-instance",
"zh-cn": "错误地纠正了我的SQL过多的联系\n阅读数据库"
},
"2.3.2": {
"en": "optimize SQL access for energy statistics",
"de": "optimieren des SQL-Zugangs zur Energiestatistik",
Expand Down Expand Up @@ -80,19 +93,6 @@
"pl": "ems-esp V3.6 – wersja przygotowująca się do sprzedaży\npoprawki błędów dla ems-esp state zmieniają się",
"uk": "ems-esp V3.6 підготовка релізу\nвиправлення помилок для змін емс-еспа",
"zh-cn": "名单\n对口号的更正"
},
"2.0.3": {
"en": "error corrections for km200 read",
"de": "fehlerkorrekturen für km200 lesen",
"ru": "исправления ошибок для km200 читать",
"pt": "correções de erro para km200 leitura",
"nl": "error correcties voor kilometers 200",
"fr": "corrections d'erreur pour km200 lire",
"it": "correzioni di errore per km200 leggere",
"es": "correcciones de errores para km200 read",
"pl": "korzyści błędów na km200 odczytują poprawki błędów",
"uk": "виправлення помилок для км200 читати",
"zh-cn": "改为200公里的更正"
}
},
"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": "2.3.2",
"version": "2.3.3",
"description": "EMS-ESP and KM200 Interface",
"author": {
"name": "Thomas Petrick",
Expand Down

0 comments on commit 51abae7

Please sign in to comment.