-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump version to
0.5.1
, write CHANGELOG.md
- Loading branch information
1 parent
08f164f
commit 70385b0
Showing
9 changed files
with
15 additions
and
27 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
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 @@ | ||
FROM alpine:3 | ||
|
||
LABEL author="MikMuellerDev" | ||
LABEL version="0.5.0" | ||
LABEL version="0.5.1" | ||
|
||
COPY ./cache /app | ||
|
||
|
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,20 +1,8 @@ | ||
## Changelog for v0.5.0 | ||
|
||
### Feature Additions | ||
|
||
- Added a `factory reset` button to the system page | ||
## Changelog for v0.5.1 | ||
|
||
### Bugfixes | ||
|
||
- Output of `print` will now also be streamed in the web-editor terminal | ||
- Fixed a backend issue which caused errors when modifying automations whilst | ||
the automation system was disabled | ||
- Once-disabled automations are now filtered out of the automations overview | ||
- Dashboard tiles are now shown depending on the user's permissions | ||
- Fixed the HMS argument prompt display when bool / yes-no is used | ||
- HMS: Fixed the display of objects using the `debug` function | ||
|
||
### Code Cleanup | ||
|
||
- The Homescript web-editor now uses the official `codemirror-lang-homescript` | ||
package | ||
- The Homescript web-editor now uses the correct set of builtin functions & | ||
variables | ||
- The web-ui now works again due to a fixed issue in the build-process of the | ||
web-ui |
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
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