From 20314bef20b8dfbc380fa495f2ee818c1ad221cf Mon Sep 17 00:00:00 2001 From: Marc Lammers Date: Mon, 1 Jul 2024 21:28:06 +0200 Subject: [PATCH] chore: release v3.0.1 * Fixed bug in refreshing oauth token. --- README.md | 3 +-- io-package.json | 28 ++++++++++++++-------------- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 18 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index 9688b2b..80f675b 100644 --- a/README.md +++ b/README.md @@ -24,8 +24,7 @@ With the method used, only one client can be logged on with the account at a tim It is recommended that a second account, for which the devices have been shared, is used. ## Changelog - -### **WORK IN PROGRESS** +### 3.0.1 (2024-07-01) * Fixed bug in refreshing oauth token. diff --git a/io-package.json b/io-package.json index d4033d1..b3c3030 100644 --- a/io-package.json +++ b/io-package.json @@ -1,8 +1,21 @@ { "common": { "name": "panasonic-comfort-cloud", - "version": "3.0.0", + "version": "3.0.1", "news": { + "3.0.1": { + "en": "Fixed bug in refreshing oauth token.", + "de": "Fehler beim erfrischenden Oauth-Token behoben.", + "ru": "Фиксированный жучок в освежающем токене.", + "pt": "Corrigido o erro no token de oauth refrescante.", + "nl": "Fixed bug in verfrissende oauth token.", + "fr": "Correction d'un bug dans un jeton rafraîchissant.", + "it": "Corretto bug in rinfrescante oauth token.", + "es": "Insecto fijo en refrescante token oauth.", + "pl": "Naprawiono błąd w odświeżającym tokenie oauth.", + "uk": "Виправлена помилка в освіження носового токену.", + "zh-cn": "刷新Oauth符号的固定错误 ." + }, "3.0.0": { "en": "Added option to deactivate the automatic refresh.\nAdded state to manual refresh device infos.\nUpdated client version for OAuth support.", "de": "Option hinzugefügt, um die automatische Erfrischung zu deaktivieren.\nZustand zu manuellen Refresh-Gerät Informationen hinzugefügt.\nAktualisierte Clientversion für OAuth-Unterstützung.", @@ -80,19 +93,6 @@ "pl": "panasonic-comfort-cloud-client zaktualizowany do nowej wersji. Dodano nowe nagłówki.", "uk": "panasonic-comfort-cloud-client оновлено до нової версії. Додано нові заголовки.", "zh-cn": "panasonic-comfort-cloud-client 更新至新版本。添加了新标题。" - }, - "2.2.0": { - "en": "Added feature to automatically load the app version from GitHub.", - "de": "Funktion hinzugefügt, um die App-Version automatisch von GitHub zu laden.", - "ru": "Добавлена ​​функция автоматической загрузки версии приложения с GitHub.", - "pt": "Adicionado recurso para carregar automaticamente a versão do aplicativo do GitHub.", - "nl": "Functie toegevoegd om de app-versie automatisch te laden vanuit GitHub.", - "fr": "Ajout d'une fonctionnalité pour charger automatiquement la version de l'application à partir de GitHub.", - "it": "Aggiunta funzionalità per caricare automaticamente la versione dell'app da GitHub.", - "es": "Función agregada para cargar automáticamente la versión de la aplicación desde GitHub.", - "pl": "Dodano funkcję automatycznego ładowania wersji aplikacji z GitHub.", - "uk": "Додано функцію автоматичного завантаження версії програми з GitHub.", - "zh-cn": "添加了自动从 GitHub 加载应用程序版本的功能。" } }, "titleLang": { diff --git a/package-lock.json b/package-lock.json index d78d441..d52fb9e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "iobroker.panasonic-comfort-cloud", - "version": "3.0.0", + "version": "3.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "iobroker.panasonic-comfort-cloud", - "version": "3.0.0", + "version": "3.0.1", "license": "MIT", "dependencies": { "@iobroker/adapter-core": "^3.0.4", diff --git a/package.json b/package.json index 9820428..e0b0ef7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker.panasonic-comfort-cloud", - "version": "3.0.0", + "version": "3.0.1", "description": "Adapter for Panasonic Comfort Cloud", "author": { "name": "marc",