-
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.2.5
, write CHANGELOG.md
- Loading branch information
1 parent
16c3908
commit c646f76
Showing
9 changed files
with
15 additions
and
20 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.2.4" | ||
LABEL version="0.2.5" | ||
|
||
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,15 +1,10 @@ | ||
## Changelog for v0.2.4 | ||
## Changelog for v0.2.5 | ||
|
||
### Bugfixes | ||
#### Web-GUI | ||
- Fixed add-automation button misalignment on the automation page | ||
- Added working sort-by-time to the automations and scheduler preview on the dashboard | ||
- Added a time-until text to the automations on the dashboard | ||
- Implemented missing dashboard GUI handling when an automation or schedule is currently executing | ||
- Implemented missing Homescript argument data / display types in the argument prompt dialog | ||
- Fixed issues regarding the HMS argument prompt | ||
- Add link to the reminder page to the dashboard reminder component | ||
- Fixed dashboard schedule & automations container layout on mobile devices | ||
- Removed redundant dashboard reminder scroll on widescreen | ||
|
||
#### Server & Backend | ||
- Modified the Homescript `print` function | ||
- Previously, every argument to the function was separated using a newline | ||
- Now, the arguments are separated using whitespaces and the print function adds one newline at the end of all joined arguments | ||
- Fixed user deletion failure which could occur if a user has an authentication token or reminders set up |
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