-
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.1.1
, write CHANGELOG.md
- Loading branch information
1 parent
c161da4
commit 6d28d91
Showing
9 changed files
with
13 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# Smarthome | ||
**Version**: `0.1.0` | ||
**Version**: `0.1.1` | ||
|
||
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.0" | ||
LABEL version="0.1.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,19 +1,5 @@ | ||
## Changelog for v0.1.0 | ||
## Changelog for v0.1.1 | ||
|
||
*Note*: This is a significant release because it marks the official end of active, breaking development. | ||
Changes from here will follow the `SemVer` guidelines and will try to reduce breaking changes as much as possible. | ||
|
||
### Web-UI | ||
- Removed debug-logs from the web-UI | ||
- Removed the `material-symbols` dependency due to irrational network-loads | ||
- Automatically detect nighttime and use weather icon accordingly | ||
- Cleaned the Web-UI code and removed unneeded parts | ||
|
||
### Homescript | ||
- Add workspaces which allow visual groups of coherent scripts | ||
- The URL of the HMS-editor is now changed reactively which allows sharing the URL | ||
- The HMS-execution via the `F-X` keys is now prevented when a script is already running | ||
- Improved the HMS editor's mobile layout | ||
|
||
### Server | ||
- The sunrise & sunset time is now included in every weather response | ||
### 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 |
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