-
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.0
, write CHANGELOG.md
- Loading branch information
1 parent
635d1b5
commit db517b2
Showing
9 changed files
with
18 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.1.1` | ||
**Version**: `0.2.0` | ||
|
||
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.1.1" | ||
LABEL version="0.2.0" | ||
|
||
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,11 @@ | ||
## Changelog for v0.1.1 | ||
## Changelog for v0.2.0 | ||
|
||
### Bugfixes | ||
- Fixed multiple bugs which affect the visual display of Homescript workspaces in the Homescript manager page | ||
- Fixed a bug which affects the Homescript editor | ||
- Decrease label size of create-new HMS button in HMS manager page (*avoid text-wrapping on mobile*) | ||
- Decreased label text ambiguity of the same create-new HMS button | ||
- Fixed overflowing header when using too many HMS-workspaces | ||
- Updated some `NPM` dependencies (*for the web-UI*) | ||
|
||
### Additions | ||
- Added the `/api/power/usage/all` API endpoint which returns all power-usage data since records started | ||
- This endpoint is protected with normal API-authentication because it will cause some load on the server when requested |
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