Skip to content

Commit

Permalink
### 0.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Scrounger committed Aug 28, 2019
1 parent 116d085 commit 7f2f8c2
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 7 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ This adapter is inspired from [virtual devices script by Pman](https://forum.iob

## Changelog

### 0.5.6
* (Scrounger) bug fixes

### 0.5.5
* (Scrounger) custom dialog: role change for linked object added
* (Scrounger) adapter configuration: auto generate globale script - check if object always linked added
Expand Down
14 changes: 13 additions & 1 deletion io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,20 @@
{
"common": {
"name": "linkeddevices",
"version": "0.5.5",
"version": "0.5.6",
"news": {
"0.5.6": {
"en": "bug fixes",
"de": "Fehlerbehebung",
"ru": "исправление ошибок",
"pt": "correções de bugs",
"nl": "bugfixes",
"fr": "corrections de bugs",
"it": "correzioni di bug",
"es": "corrección de errores",
"pl": "poprawki błędów",
"zh-cn": "bug修复"
},
"0.5.5": {
"en": "custom dialog: change role for linked object added.\nadapter configuration: auto generate globale script - check if object always linked added.\ncreate channel objects for linked Objects.\nadapter configuration: layout revised, progressbar added.\ncustom dialog: layout revised",
"de": "Custom Dialog: Rolle für verlinkte Objekt ändern hinzugefügt. \nKonfiguration des Adapters: globales Skript automatisch generieren - prüfen, ob das Objekt immer verlinkt ist. \nKanalobjekte für verlinkte Objekte erstellen. \nKonfiguration des Adapters: Layout überarbeitet, Fortschrittsbalken hinzugefügt. \nCustom Dialog: Layout überarbeitet",
Expand Down
13 changes: 8 additions & 5 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.linkeddevices",
"version": "0.5.5",
"version": "0.5.6",
"description": "Create linked objects (datapoints) of your devices with a self-defined structure. This makes it possible to create a structure in ioBroker, where all objects are centralized, e.g. to be used in the vis or scripts.",
"author": {
"name": "Scrounger",
Expand Down

0 comments on commit 7f2f8c2

Please sign in to comment.