Skip to content

Commit

Permalink
chore: release v2.1.1-alpha.0
Browse files Browse the repository at this point in the history
- (basti4557) Websocket configuration has been fixed [#161].
  • Loading branch information
mcm1957 committed Oct 5, 2023
1 parent c5365a3 commit 74eab55
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 17 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ is true when TV is on and false if TV is off
Placeholder for the next version (at the beginning of the line):
### **WORK IN PROGRESS**
-->
### **WORK IN PROGRESS**
### 2.1.1-alpha.0 (2023-10-05)
- (basti4557) Websocket configuration has been fixed [#161].

### 2.1.0 (2023-10-05)
Expand Down
27 changes: 14 additions & 13 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "lgtv",
"version": "2.1.0",
"version": "2.1.1-alpha.0",
"news": {
"2.1.1-alpha.0": {
"en": "Websocket configuration has been fixed [#161].",
"de": "Websocket-Konfiguration wurde korrigiert [#161].",
"ru": "Конфигурация Websocket была исправлена #[161].",
"pt": "Configuração Websocket foi corrigida #[161].",
"nl": "Websocket vertrouwen is gerepareerd.",
"fr": "La configuration Websocket a été corrigée #[161].",
"it": "La configurazione Websocket è stata fissata #[161].",
"es": "La configuración Websocket ha sido fijada #[161].",
"pl": "Konfiguracja sieciowa została ustalona na #161 (pol.).",
"uk": "Налаштування Websocket було виправлено #[161].",
"zh-cn": "网站配置是固定的编号[161]。."
},
"2.1.0": {
"en": "A bug that destryed the actual app state on changing from tv to app mode has been fixed.\nWebsocket SSL states can now be sent / received again due to the websocket ssl changes.\nPlain websocket has been replaced by SSL Websocket.",
"de": "Ein Fehler, der den aktuellen App-Zustand beim Wechsel von tv in den App-Modus entwarfstörte, wurde behoben.\nWebsocket SSL-Zustände können nun aufgrund der Websocket ssl-Änderungen wieder gesendet / empfangen werden.\nPlain Websocket wurde durch SSL Websocket ersetzt.",
Expand Down Expand Up @@ -78,18 +91,6 @@
"es": "re-upload for fixing NPM update issue",
"pl": "re-upload for fixing NPM update issue",
"zh-cn": "re-upload for fixing NPM update issue"
},
"1.1.8": {
"en": "bugfix for IndexOf error",
"de": "bugfix for IndexOf error",
"ru": "bugfix for IndexOf error",
"pt": "bugfix for IndexOf error",
"nl": "bugfix for IndexOf error",
"fr": "bugfix for IndexOf error",
"it": "bugfix for IndexOf error",
"es": "bugfix for IndexOf error",
"pl": "bugfix for IndexOf error",
"zh-cn": "bugfix for IndexOf error"
}
},
"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.lgtv",
"version": "2.1.0",
"version": "2.1.1-alpha.0",
"description": "ioBroker LG WebOS SmartTV Adapter",
"author": {
"name": "Sebastian Schultz",
Expand Down

0 comments on commit 74eab55

Please sign in to comment.