Skip to content

Commit

Permalink
chore: release v3.2.1
Browse files Browse the repository at this point in the history
* (bluefox) Sanitize the IDs of the clients
  • Loading branch information
GermanBluefox committed Oct 7, 2024
1 parent 49d99e6 commit 17db689
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.1 (2024-10-07)

* (bluefox) Sanitize the IDs of the clients

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.2.0",
"version": "3.2.1",
"news": {
"3.2.1": {
"en": "Sanitize the IDs of the clients",
"de": "Sanitize die IDs der Kunden",
"ru": "Санитизируйте идентификаторы клиентов",
"pt": "Sanitize os IDs dos clientes",
"nl": "De identificaties van de cliënten reinigen",
"fr": "Sanitiser les ID des clients",
"it": "Smaltire gli ID dei clienti",
"es": "Sanitize the IDs of the clients",
"pl": "Sanitize identyfikatory klientów",
"uk": "Сатизувати ідентифікатори клієнтів",
"zh-cn": "对客户身份进行保密"
},
"3.2.0": {
"en": "Added information about connected clients in the server mode",
"de": "Weitere Informationen zu verbundenen Clients im Servermodus",
Expand Down Expand Up @@ -80,19 +93,6 @@
"pl": "Dysponował logowaniem nazwy użytkownika i hasła podczas błędów połączenia\ndodał json configig",
"uk": "Вимкнено логування імені користувача та пароля під час помилок підключення\nдодано json config",
"zh-cn": "残疾人在联系错误期间的用户名称和密码\nj的额外活动"
},
"2.5.3": {
"en": "Implemented potential `.STATE.POWER` update",
"de": "Ergänzendes Potenzial STATE. POWER Update",
"ru": "Реализованный потенциал ГОСУДАРСТВО. POWER обновление",
"pt": "Potencial implementado ESTADO. Atualização do POWER",
"nl": "Implementie potentieel Stop. Vertaling:",
"fr": "Possibilités mises en œuvre Arrête. Mise à jour du POWER",
"it": "Potenziale attuato STATO. Aggiornamento del potere",
"es": "Potencial aplicado ESTADO. Actualización de POWER",
"pl": "Implementacja potencjału Staw. POWER",
"uk": "Реалізований потенціал ДЕРЖАВИ. Оновлення енергії",
"zh-cn": "执行潜力 国家。 导 言"
}
},
"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.2.0",
"version": "3.2.1",
"author": "bluefox <[email protected]>",
"homepage": "https://github.com/ioBroker/ioBroker.sonoff",
"repository": {
Expand Down

0 comments on commit 17db689

Please sign in to comment.