diff --git a/.vscode/launch.json b/.vscode/launch.json index 8f8a6f9..c059354 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -1,15 +1,5 @@ { "configurations": [ - { - "type": "node", - "request": "launch", - "name": "Launch ioBroker Adapter2", - "skipFiles": ["/**"], - "args": ["--debug", "0"], - //"outputCapture": "std", - "program": "node_modules/iobroker.weather-warnings/build/main.js", - "cwd": "${workspaceFolder}/.dev-server/default" - }, { "name": "Attach to remote", "port": 9229, diff --git a/README.md b/README.md index 3c79e48..a1a1843 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,10 @@ For help use issue or if u understand german https://forum.iobroker.net/topic/71 Placeholder for the next version (at the beginning of the line): ### **WORK IN PROGRESS** --> +### 0.4.8 (2025-01-18) +* (ticaki) Devices can be renamed in the configuration. +* (ticaki) Removing devices works now!. + ### 0.4.7 (2025-01-17) * (ticaki) Removing devices now works. diff --git a/io-package.json b/io-package.json index 92c0542..4006571 100644 --- a/io-package.json +++ b/io-package.json @@ -1,8 +1,21 @@ { "common": { "name": "espresense", - "version": "0.4.7", + "version": "0.4.8", "news": { + "0.4.8": { + "en": "Devices can be renamed in the configuration.\nRemoving devices works now!", + "de": "Geräte können in der Konfiguration umbenannt werden.\nEntfernen von Geräten funktioniert jetzt!", + "ru": "Устройства могут быть переименованы в конфигурацию.\nУдаление устройств работает сейчас.", + "pt": "Os dispositivos podem ser renomeados na configuração.\nRemover dispositivos funciona agora!.", + "nl": "Apparaten kunnen hernoemd worden in de configuratie.\nApparaat verwijderen werkt nu!.", + "fr": "Les appareils peuvent être renommés dans la configuration.\nSuppression des appareils fonctionne maintenant!.", + "it": "I dispositivi possono essere rinominati nella configurazione.\nRimuovere i dispositivi funziona ora!.", + "es": "Los dispositivos pueden ser renombrados en la configuración.\nRemoving devices works now!.", + "pl": "W konfiguracji można zmienić nazwę urządzeń.\nUsuwanie urządzeń działa teraz!.", + "uk": "Пристрої можуть бути перейменовані в конфігурації.\nЗнімання пристроїв працює зараз.", + "zh-cn": "设备可以在配置中重新命名.\n拆除设备现在起作用了." + }, "0.4.7": { "en": "Removing devices now works.", "de": "Das Entfernen von Geräten funktioniert jetzt.", @@ -80,19 +93,6 @@ "pl": "Nowy stan dla rzeczywistej odległości / współczynnika konwersji i obliczonej odległości", "uk": "Новий стан для фактичного коефіцієнта дистанції/конверсії", "zh-cn": "实际距离/换算系数和计算距离的新状态" - }, - "0.4.1": { - "en": "fixed: no names. (2. try)", - "de": "fixiert: keine namen (2. versuch)", - "ru": "исправлено: нет имен. (2. попробовать)", - "pt": "fixo: sem nomes. (2. tente)", - "nl": "geen namen", - "fr": "fixe: pas de nom. (2. essai)", - "it": "fisso: nessun nome. (2. provare)", - "es": "fijo: sin nombres. (2. intento)", - "pl": "nie ma nazw (pol.)", - "uk": "фіксована: імена імен. (2. спробуйте)", - "zh-cn": "固定:没有姓名(2. 审判)" } }, "titleLang": { diff --git a/package-lock.json b/package-lock.json index 3ddc003..ad15e7b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "iobroker.espresense", - "version": "0.4.7", + "version": "0.4.8", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "iobroker.espresense", - "version": "0.4.7", + "version": "0.4.8", "license": "MIT", "dependencies": { "@iobroker/adapter-core": "^3.2.2", diff --git a/package.json b/package.json index 1ca921e..477df68 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker.espresense", - "version": "0.4.7", + "version": "0.4.8", "description": "Connect to ESPresense", "author": { "name": "ticaki",