From 17db68997d6fe1ed722d199dd11a0f5df1f3a351 Mon Sep 17 00:00:00 2001 From: GermanBluefox Date: Mon, 7 Oct 2024 18:53:15 +0800 Subject: [PATCH] chore: release v3.2.1 * (bluefox) Sanitize the IDs of the clients --- README.md | 2 +- io-package.json | 28 ++++++++++++++-------------- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 18 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index 9f7ae0e..1fdbab3 100755 --- a/README.md +++ b/README.md @@ -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 diff --git a/io-package.json b/io-package.json index 259b78b..5cc83a6 100755 --- a/io-package.json +++ b/io-package.json @@ -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", @@ -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": { diff --git a/package-lock.json b/package-lock.json index f8e7451..66aa766 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "iobroker.sonoff", - "version": "3.2.0", + "version": "3.2.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "iobroker.sonoff", - "version": "3.2.0", + "version": "3.2.1", "license": "MIT", "dependencies": { "@iobroker/adapter-core": "^3.2.2", diff --git a/package.json b/package.json index ec965a4..55d80a2 100644 --- a/package.json +++ b/package.json @@ -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 ", "homepage": "https://github.com/ioBroker/ioBroker.sonoff", "repository": {