Skip to content

Commit

Permalink
chore: release v3.2.0
Browse files Browse the repository at this point in the history
* (bluefox) Added information about connected clients in the server mode
  • Loading branch information
GermanBluefox committed Aug 28, 2024
1 parent de9e9e8 commit 28d63c6
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 @@ -122,7 +122,7 @@ States:
### **WORK IN PROGRESS**
-->
## Changelog
### **WORK IN PROGRESS**
### 3.2.0 (2024-08-28)
* (bluefox) Added information about connected clients in the server mode

### 3.1.2 (2024-08-17)
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": "sonoff",
"version": "3.1.2",
"version": "3.2.0",
"news": {
"3.2.0": {
"en": "Added information about connected clients in the server mode",
"de": "Weitere Informationen zu verbundenen Clients im Servermodus",
"ru": "Добавлена информация о подключенных клиентах в серверном режиме",
"pt": "InformaçÃμes adicionais sobre clientes conectados no modo servidor",
"nl": "Informatie over verbonden clients toegevoegd in de servermodus",
"fr": "Ajout d'informations sur les clients connectés en mode serveur",
"it": "Aggiunte informazioni sui client connessi nella modalità server",
"es": "Información adicional sobre clientes conectados en el modo servidor",
"pl": "Dodano informacje o podłączonych klientach w trybie serwera",
"uk": "Додано інформацію про підключені клієнти в режимі сервера",
"zh-cn": "在服务器模式中添加了连接客户端的信息"
},
"3.1.2": {
"en": "updated packages",
"de": "aktualisierte pakete",
Expand Down Expand Up @@ -80,19 +93,6 @@
"pl": "Implementacja potencjału Staw. POWER",
"uk": "Реалізований потенціал ДЕРЖАВИ. Оновлення енергії",
"zh-cn": "执行潜力 国家。 导 言"
},
"2.5.1": {
"en": "Fix crash case reported by Sentry",
"de": "Absturzfall behoben, der von Sentry gemeldet wurde",
"ru": "Исправить случай сбоя, о котором сообщил Sentry",
"pt": "Corrigir caso de falha relatado pelo Sentinela",
"nl": "Herstel crashgeval gemeld door Sentry",
"fr": "Correction d'un cas de crash signalé par Sentry",
"it": "Risolto il caso di crash segnalato da Sentry",
"es": "Solucionar caso de bloqueo informado por Sentry",
"pl": "Napraw przypadek awarii zgłoszony przez Sentry",
"zh-cn": "修复 Sentry 报告的崩溃案例",
"uk": "Виправте випадок збою, про який повідомляє Sentry"
}
},
"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,7 +1,7 @@
{
"name": "iobroker.sonoff",
"description": "The adapter allows to send and receive MQTT messages from ioBroker and to be a broker.",
"version": "3.1.2",
"version": "3.2.0",
"author": "bluefox <[email protected]>",
"homepage": "https://github.com/ioBroker/ioBroker.sonoff",
"repository": {
Expand Down

0 comments on commit 28d63c6

Please sign in to comment.