-
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.6
, write CHANGELOG.md
- Loading branch information
1 parent
6f51f65
commit f6a0374
Showing
9 changed files
with
17 additions
and
15 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.5" | ||
LABEL version="0.2.6" | ||
|
||
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,10 +1,12 @@ | ||
## Changelog for v0.2.5 | ||
## Changelog for v0.2.6 | ||
|
||
### Bugfixes | ||
#### Web-GUI | ||
- 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 | ||
- Made the *no quick-actions* text spacing fit to the other dashboard styles | ||
- Added custom behaviour to the automations page when automations are disabled | ||
- Added custom behaviour to the schedules page when schedules are disabled | ||
- Fixed a bug on the profile page which affected the schedules & automations toggle | ||
|
||
#### Server & Backend | ||
- Fixed user deletion failure which could occur if a user has an authentication token or reminders set up | ||
- When a user's schedules & automations are disabled, schedules and automations will no longer execute | ||
- Any potentially running schedule or automation will be discarded as soon as it would run |
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