Skip to content

Commit

Permalink
chore: release v3.0.8
Browse files Browse the repository at this point in the history
* (@GermanBluefox) Added OAuth2 authentication
  • Loading branch information
GermanBluefox committed Feb 22, 2025
1 parent 14edcce commit c957467
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ It is suggested to use [socket class](https://github.com/ioBroker/socket-client)
-->

## Changelog
### **WORK IN PROGRESS**
### 3.0.8 (2025-02-22)
* (@GermanBluefox) Added OAuth2 authentication

### 3.0.5 (2025-02-11)
Expand Down
28 changes: 14 additions & 14 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"common": {
"name": "ws",
"version": "3.0.7",
"version": "3.0.8",
"titleLang": {
"en": "Native Web socket",
"de": "Native Web socket",
Expand Down Expand Up @@ -29,6 +29,19 @@
"zh-cn": "该适配器允许与ioBroker通信不同的Web应用程序"
},
"news": {
"3.0.8": {
"en": "Added OAuth2 authentication",
"de": "OAuth2 Authentifizierung hinzugefügt",
"ru": "Проверка подлинности OAuth2",
"pt": "Autenticação de OAuth2 adicionada",
"nl": "OAuth2-authenticatie toegevoegd",
"fr": "Ajout de l'authentification OAuth2",
"it": "Aggiunta autenticazione OAuth2",
"es": "Autenticación OAuth2",
"pl": "Dodano uwierzytelnianie OAuth2",
"uk": "Додано автентифікацію OAuth2",
"zh-cn": "添加 OAuth2 认证"
},
"3.0.7": {
"en": "Added OAuth2 authentication",
"de": "OAuth2 Authentifizierung hinzugefügt",
Expand Down Expand Up @@ -106,19 +119,6 @@
"pl": "stałe zapotrzebowanie serwera www",
"uk": "фіксована потреба вебсервера",
"zh-cn": "网页服务器的固定要求"
},
"2.6.0": {
"en": "use `@iobroker/webserver`",
"de": "`@iobroker/webserver `",
"ru": "`@iobroker/webserver \"",
"pt": "use `@iobroker/webserver \"",
"nl": "gebruik wat",
"fr": "utiliser `@iobroker/webserver \"",
"it": "utilizzare `@iobroker/webserver #",
"es": "use `@iobroker/webserver `",
"pl": "use '@ iobroker / webserver'",
"uk": "використання `@iobroker/webserver й",
"zh-cn": "使用 xqio 经纪人/网络服务器 `"
}
},
"authors": [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.ws",
"version": "3.0.7",
"version": "3.0.8",
"description": "This adapter allows to communicate different web applications with ioBroker.",
"author": {
"name": "bluefox",
Expand Down

0 comments on commit c957467

Please sign in to comment.