Skip to content

Commit

Permalink
chore: release v3.0.1
Browse files Browse the repository at this point in the history
* Fixed bug in refreshing oauth token.
  • Loading branch information
marc2016 committed Jul 1, 2024
1 parent 1f5cbb5 commit 20314be
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 19 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

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": "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.",
Expand Down Expand Up @@ -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": {
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,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",
Expand Down

0 comments on commit 20314be

Please sign in to comment.