Skip to content

Commit

Permalink
### 1.7.0 (2017-03-08)
Browse files Browse the repository at this point in the history
* (bluefox) fix log
* (bluefox) show jQuery button for role button
* (apollon77) update testing setup.js
* (bluefox) fix wetty loading
* (bluefox) fix add/delete tabs
* (bluefox) implement hints for configuration dialog
* (bluefox) redirect if IP address changes
* (bluefox) add tooltip instruction
* (bluefox) wizard support
* (bluefox) fix acl error
* (bluefox) fix license agree button
  • Loading branch information
GermanBluefox committed Mar 8, 2017
1 parent cd8c79c commit a514880
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,19 @@ The topic is rather complex and 1000 things can go wrong. If you cannot get cert
**Let's encrypt works only from node.js version>=4.5**

## Changelog
### 1.7.0 (2017-03-08)
* (bluefox) fix log
* (bluefox) show jQuery button for role button
* (apollon77) update testing setup.js
* (bluefox) fix wetty loading
* (bluefox) fix add/delete tabs
* (bluefox) implement hints for configuration dialog
* (bluefox) redirect if IP address changes
* (bluefox) add tooltip instruction
* (bluefox) wizard support
* (bluefox) fix acl error
* (bluefox) fix license agree button

### 1.6.12 (2017-01-31)
* (bluefox) Show message rates for adapters

Expand Down
7 changes: 6 additions & 1 deletion io-package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,13 @@
"common": {
"name": "admin",
"title": "ioBroker Admin",
"version": "1.6.12",
"version": "1.7.0",
"news": {
"1.7.0": {
"en": "See changelog in readme.md",
"de": "Sehe ChangeLog in README.md",
"ru": "Смотри ChangeLog в README.md"
},
"1.6.12": {
"en": "Show messages rates for adapters",
"de": "Zeige Meldungsraten für Adapter",
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.admin",
"description": "The adapter opens a webserver for the ioBroker admin UI.",
"version": "1.6.12",
"version": "1.7.0",
"contributors": [
"bluefox <[email protected]>",
"hobbyquaker <[email protected]>"
Expand Down

0 comments on commit a514880

Please sign in to comment.