-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- (@GermanBluefox) Changed Device Manager for control types - (@GermanBluefox) Used socket classes with TypeScript - (@GermanBluefox) Added support for `plugins.sentry.enabled` flag in adapter - (@GermanBluefox) Updated packages - (@GermanBluefox) Corrected stopping of running admin instances - (@GermanBluefox) Added OAuth2 authentication - (@GermanBluefox) Corrected the focus lost by editing of tables in JSON Config - (@GermanBluefox) Added the renaming of objects via context menu in Object Browser
- Loading branch information
1 parent
af47e07
commit db578d9
Showing
9 changed files
with
25 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"version": "7.4.22", | ||
"version": "7.5.0", | ||
"packages": [ | ||
"packages/*" | ||
], | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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": "7.4.22", | ||
"version": "7.5.0", | ||
"contributors": [ | ||
"bluefox <[email protected]>", | ||
"apollon77", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -106,5 +106,5 @@ | |
} | ||
] | ||
], | ||
"version": "7.4.21" | ||
"version": "7.4.22" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters