-
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.3
, write CHANGELOG.md
- Loading branch information
1 parent
e029bf2
commit bbf430d
Showing
9 changed files
with
23 additions
and
12 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 @@ | ||
# Smarthome | ||
**Version**: `0.2.2` | ||
**Version**: `0.2.3` | ||
|
||
A completely self-built Smarthome-system written in Go. | ||
|
||
|
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.2" | ||
LABEL version="0.2.3" | ||
|
||
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,5 +1,16 @@ | ||
## Changelog for v0.2.2 | ||
## Changelog for v0.2.3 | ||
|
||
### Bugfixes | ||
- Fixed major bug in internal configuration handling | ||
- Fixed broken setup when using a database which was set by environment variables | ||
#### Web-GUI | ||
- The Homescript toggle settings are now marginally smaller, which allows a better display on mobile devices | ||
- Renamed the `Automations` toggle of Homescripts to `Show Selection` for a more concise description | ||
- Added a helper text which describes why there are no Homescripts in the scheduler target selection | ||
- Fixed misalignment of the reload button at the top of the scheduler page | ||
- Added a missing header title to the Homescript manager page | ||
- Cleaned up some potential buggy code in the Homescript manager page | ||
- Temporarily pinned the version a broken UI library component | ||
|
||
#### Server & Backend | ||
- Added a missing `sysctl` entry to the exampl `docker-compose.yml` file | ||
- This allows the Homescript `ping` function to be used inside a Smarthome Docker container | ||
- Fixed a bad log formatting in the server |
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