Skip to content

Commit

Permalink
chore: release v1.14.39
Browse files Browse the repository at this point in the history
remove the stopInstance message handling and put everything in unload
removed the white background by some icons
  • Loading branch information
GermanBluefox committed Jun 4, 2021
1 parent f8caa32 commit f8bcb56
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ by ioBroker, when you have a running 'dummy' program on the CCU which depends on
### __WORK IN PROGRESS__
-->

### __WORK IN PROGRESS__
### 1.14.39 (2021-06-04)
* (foxriver76) remove the stopInstance message handling and put everything in unload
* (bluefox) removed the white background by some icons

Expand Down
14 changes: 13 additions & 1 deletion io-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,20 @@
"es": "Conecta los Procesos de Interfaz HomeMatic (BidCos-Services, Homegear y CUxD) a través de XML-RPC o BIN-RPC a ioBroker",
"pl": "Łączy procesy HomeMatic-Interface (BidCos-Services, Homegear i CUxD) za pośrednictwem XML-RPC lub BIN-RPC z ioBroker"
},
"version": "1.14.38",
"version": "1.14.39",
"news": {
"1.14.39": {
"en": "remove the stopInstance message handling and put everything in unload\nremoved the white background by some icons",
"de": "entferne die stopInstance-Nachrichtenbehandlung und lege alles in unload\nden weißen Hintergrund bei einigen Symbolen entfernt",
"ru": "удалите обработку сообщений stopInstance и поместите все в выгрузку\nубран белый фон некоторыми иконками",
"pt": "remova o tratamento da mensagem stopInstance e coloque tudo em unload\nremoveu o fundo branco por alguns ícones",
"nl": "verwijder de stopInstance-berichtafhandeling en plaats alles in unload\nde witte achtergrond door sommige pictogrammen verwijderd",
"fr": "supprimer la gestion des messages stopInstance et tout mettre en décharge\nsupprimé le fond blanc de certaines icônes",
"it": "rimuovi la gestione dei messaggi stopInstance e metti tutto in scarica\nrimosso lo sfondo bianco da alcune icone",
"es": "eliminar el manejo de mensajes stopInstance y poner todo en descarga\neliminado el fondo blanco por algunos iconos",
"pl": "usuń obsługę wiadomości stopInstance i umieść wszystko w unload\nusunięto białe tło za pomocą niektórych ikon",
"zh-cn": "删除 stopInstance 消息处理并将所有内容卸载\n通过一些图标删除了白色背景"
},
"1.14.38": {
"en": "fixed the VirtualDevices min/max/default assignment (fixes #332)\ndo not scale on normal '%' UNIT because its inconsistent (fixes #326)",
"de": "Die Zuweisung von VirtualDevices min / max / default wurde korrigiert (Fixes # 332).\nSkalieren Sie nicht auf der normalen '%' UNIT, da diese inkonsistent ist (Fixes # 326).",
Expand Down
2 changes: 1 addition & 1 deletion 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.hm-rpc",
"version": "1.14.38",
"version": "1.14.39",
"description": "Connects HomeMatic Interface-Processes (BidCos-Services, Homegear and CUxD) via XML-RPC or BIN-RPC to ioBroker",
"author": {
"name": "hobbyquaker",
Expand Down

0 comments on commit f8bcb56

Please sign in to comment.