diff --git a/README.md b/README.md index f88f6b1..980cb4c 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ Once this ioBroker.fully-mqtt adapter is tested accordingly and runs stable, I w Placeholder for the next version (at the beginning of the line): ### **WORK IN PROGRESS** --> -### **WORK IN PROGRESS** +### 0.0.10 (2023-03-22) - (Acgua) Do not show Remote Admin Password in debug log ([#14](https://github.com/Acgua/ioBroker.fully-mqtt/issues/14)) ### 0.0.9 (2023-03-22) diff --git a/io-package.json b/io-package.json index b62cbab..65a8f24 100644 --- a/io-package.json +++ b/io-package.json @@ -1,8 +1,21 @@ { "common": { "name": "fully-mqtt", - "version": "0.0.9", + "version": "0.0.10", "news": { + "0.0.10": { + "en": "Do not show Remote Admin Password in debug log ([#14](https://github.com/Acgua/ioBroker.fully-mqtt/issues/14))", + "de": "Nicht anzeigen Remote Admin Passwort in debug log [#14](https://github.com/Acgua/ioBroker.ful-mqt/issues/14)", + "ru": "Не показывать Remote Admin Password в журнале debug [#14](https://github.com/Acgua/ioBroker.fully-mqtt/issues/14)", + "pt": "Não mostre Senha de Administrador Remoto no log de depuração [#14](https://github.com/Acgua/ioBroker.fully-mqtt/issues/14)", + "nl": "Laat Remote Admin Pasword niet zien in debug log 14:", + "fr": "Ne pas afficher Remote Admin Password in debug log [#14](https://github.com/Acgua/ioBroker.fully-mqt/issues/14)", + "it": "Non mostrare la password di amministratore remoto nel registro di debug [#14](https://github.com/Acgua/ioBroker.fully-mqt/issues/14)", + "es": "No mostrar contraseña de administrador remoto en el registro de depuración [#14](https://github.com/Acgua/ioBroker.fully-mqt/issues/14)", + "pl": "Nie pokazuje Remote Admin Password w debug log #14(https:/github.com/Acgua/ioBroker.ful-mqtt/issues/14)", + "uk": "Не показувати пароль віддаленого адміністратора в журналі debug [#14](https://github.com/Acgua/ioBroker.fully-mqtt/issues/14)", + "zh-cn": "不要在德布格逻辑(第14号)中展示遥感词(http://github.com/Acgua/ioBroker.ful-mqt/issues/14)。" + }, "0.0.9": { "en": "**Breaking Change** If you update from a previous version: In Adapter config, device table: disable and enable your all of your devices, and save options afterwards.\nBug fix: enabled devices in config were skipped\nEnglish adapter documentation added.\nAdapter was added to Weblate ([#108](https://github.com/ioBrokerTranslator/requests/issues/108))\nVerified that device objects are removed when device was deleted or renamed in config", "de": "**Breaking Change** If you update from a previous version: In Adapter config, device table: disable and enable your all of your devices, and save options afterwards.\nBug fix: enabled devices in config were skipped\nEnglish adapter documentation added.\nAdapter was added to Weblate ([#108](https://github.com/ioBrokerTranslator/requests/issues/108))\nVerified that device objects are removed when device was deleted or renamed in config", @@ -80,19 +93,6 @@ "pl": "Tłumaczenie i naprawa", "uk": "Переклади та виправлення", "zh-cn": "笔译和固定" - }, - "0.0.3-alpha": { - "en": "Update", - "de": "Aktualisierung", - "ru": "Обновление", - "pt": "Atualização", - "nl": "Update", - "fr": "Mise à jour", - "it": "Aggiornamento", - "es": "Actualización", - "pl": "Update", - "uk": "Новини", - "zh-cn": "最新资料" } }, "titleLang": { diff --git a/package-lock.json b/package-lock.json index 12de89a..3b5a610 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "iobroker.fully-mqtt", - "version": "0.0.9", + "version": "0.0.10", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "iobroker.fully-mqtt", - "version": "0.0.9", + "version": "0.0.10", "license": "Apache-2.0", "dependencies": { "@iobroker/adapter-core": "^2.6.7", diff --git a/package.json b/package.json index 2cafe3f..bb991c7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker.fully-mqtt", - "version": "0.0.9", + "version": "0.0.10", "description": "Control Fully Kiosk Browser", "author": { "name": "Acgua",