Skip to content

Commit

Permalink
### 0.10.15 (2016-11-06)
Browse files Browse the repository at this point in the history
* (bluefox) remove weather-adapter.html
* (bluefox) clean config.js
* (bluefox) remove old widgets
* (bluefox) improve authentication in app
* (bluefox) allow creation of instance from helper widget
  • Loading branch information
GermanBluefox committed Nov 6, 2016
1 parent e068f19 commit 1e66e77
Show file tree
Hide file tree
Showing 8 changed files with 25 additions and 12 deletions.
13 changes: 7 additions & 6 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Gruntfile.js
tasks
ablage.html
node_modules
cordova
.idea
Gruntfile.js
tasks
ablage.html
node_modules
cordova
.idea
.git
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,13 @@ Notice that this settings is valid only for reconnection and not for the first c
![Dark](img/dark_screen.png)

## Changelog
### 0.10.15 (2016-11-06)
* (bluefox) remove weather-adapter.html
* (bluefox) clean config.js
* (bluefox) remove old widgets
* (bluefox) improve authentication in app
* (bluefox) allow creation of instance from helper widget

### 0.10.14 (2016-10-09)
* (bluefox) fix rendering of widgets
* (bluefox) working on relative positions.
Expand Down
7 changes: 6 additions & 1 deletion io-package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
{
"common": {
"name": "vis",
"version": "0.10.14",
"version": "0.10.15",
"title": "iobroker Visualisation",
"news": {
"0.10.15": {
"en": "remove weather-adapter.html\nclean config.js\nremove old widgets\nimprove authentication in app\nallow creation of instance from helper widget",
"de": "Lösche weather-adapter.html\nBereinige config.js\nLösche alte Widgets\nVerbessere die Authentication in der App\nErlaube die erzeugen von InstanceID im Helper-Widget",
"ru": "Удалён weather-adapter.html\nПочищен config.js\nУбраны старые виджеты\nУлучшена аутентификация в App\nМожно создавать InstanceID из Helper-Widget"
},
"0.10.12": {
"en": "group specific visibility of widgets",
"de": "Sichtbarkeit von widgets abhängig vom eingeloggten Anwender",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "iobroker.vis",
"description": "Graphical user interface for ioBroker.",
"version": "0.10.14",
"version": "0.10.15",
"author": {
"name": "bluefox",
"email": "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion www/cache.manifest
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
CACHE MANIFEST

# vis Version 0.10.14
# vis Version 0.10.15
# dev build 0


Expand Down
2 changes: 1 addition & 1 deletion www/edit.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!--html manifest="cache.manifest" xmlns="http://www.w3.org/1999/html"-->
<head>

<!-- vis Version 0.10.14 -->
<!-- vis Version 0.10.15 -->

<!--
Use FireFox or Chrome with --allow-file-access-from-files flag to test DashUI local.
Expand Down
2 changes: 1 addition & 1 deletion www/index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<!--html manifest="cache.manifest" xmlns="http://www.w3.org/1999/html"-->
<head>
<!-- vis Version 0.10.14 -->
<!-- vis Version 0.10.15 -->

<meta charset="utf-8">
<meta name="apple-mobile-web-app-capable" content="yes" />
Expand Down
2 changes: 1 addition & 1 deletion www/js/vis.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ if (typeof systemLang !== 'undefined' && typeof cordova === 'undefined') {
}

var vis = {
version: '0.10.14',
version: '0.10.15',
requiredServerVersion: '0.0.0',

storageKeyViews: 'visViews',
Expand Down

0 comments on commit 1e66e77

Please sign in to comment.