Releases: smarthome-go/smarthome
Releases · smarthome-go/smarthome
Smarthome v0.2.8
Changelog for v0.2.8
Bugfixes
Server & Backend
- Added additional log events to schedules and automations
Smarthome v0.2.7
Changelog for v0.2.7
Bugfixes
Server & Backend
- Fixed a bug which affected the scheduler
- Even if a schedule was executed, it was not removed from the database, thus creating a misleading display of the system's crrent state
Smarthome v0.2.6
Changelog for v0.2.6
Bugfixes
Web-GUI
- 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
- 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
Smarthome v0.2.5
Changelog for v0.2.5
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
Server & Backend
- Fixed user deletion failure which could occur if a user has an authentication token or reminders set up
Smarthome v0.2.4
Changelog for v0.2.4
Bugfixes
Web-GUI
- Fixed add-automation button misalignment on the automation page
- Added working sort-by-time to the automations and scheduler preview on the dashboard
- Added a time-until text to the automations on the dashboard
- Implemented missing dashboard GUI handling when an automation or schedule is currently executing
- Implemented missing Homescript argument data / display types in the argument prompt dialog
- Fixed issues regarding the HMS argument prompt
Server & Backend
- Modified the Homescript
print
function - Previously, every argument to the function was separated using a newline
- Now, the arguments are separated using whitespaces and the print function adds one newline at the end of all joined arguments
Smarthome v0.2.3
Changelog for v0.2.3
Bugfixes
Web-GUI
- The Homescript toggle settings are now marginally smaller, which allows a better display on mobile devices
- Renamed the
Automations
toggle of Homescripts toShow 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 exampldocker-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
Smarthome v0.2.2
Changelog for v0.2.2
Bugfixes
- Fixed major bug in internal configuration handling
- Fixed broken setup when using a database which was set by environment variables
Smarthome v0.2.1
Changelog for v0.2.1
Bugfixes
- Added missing left margin to dashboard quick actions loading indicator
- Fixed hidden schedule switch selection on some mobile / smaller devices
- Select active workspace as default when creating a new Homescript
- Added missing
weather
andtemperature
implementation in Homescript
Smarthome v0.2.0
Changelog for v0.2.0
Bugfixes
- 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
Smarthome v0.1.1
Changelog for v0.1.1
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