-
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.
- Loading branch information
1 parent
4773f4d
commit 1c74a0a
Showing
8 changed files
with
23 additions
and
10 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.0.38` | ||
**Version**: `0.0.39` | ||
|
||
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.0.38" | ||
LABEL version="0.0.39" | ||
|
||
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,18 @@ | ||
## Changelog for v0.0.38 | ||
## Changelog for v0.0.39 | ||
|
||
### Homescript | ||
- Upgraded Homescript to `v0.9.1-beta` which prevents a server panic | ||
- Fixed messy API endpoint Homescript implementation | ||
- Removed legacy *RadiGo* features due to the recent addition of network functions | ||
- Added a first working version of a Homescript management web GUI | ||
|
||
### Rooms | ||
- Improved camera-feed scaling: added better widescreen support to the `viewCamera` dialog | ||
|
||
### Automations | ||
- Fixed 1 bug in automation creation: selected days are now also reset on addition and cancelation | ||
|
||
### Backend | ||
- Significantly improved power-request response times when a node is offline | ||
- Increased backend reliabilty through the use of URL builders instead of string formatting | ||
|
||
### Development | ||
- Added the `IconPicker.svelte` component: It can be used to allow the selection of any compatible Google-MD icon from a given icon set |
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