Releases: hverr/status-dashboard
Releases · hverr/status-dashboard
v7: Use new go-updater library
Change Log:
- Use fixed go-updater library (file-permissions issue) (external fix)
Developers Notes:
- The code base did not change compared to the previous release
v6
v5
Change Log:
- Create networking (up/down) widget and write tests
- Autoupdate binaries (
-checkupdate
and-update
flags) - Make web page work in offline mode
- Update usage and README
- Embed version information in binary (
-version
flag)
Notes:
- The client configuration file format has changed to include widget configurations.
Developer Notes:
- The Dockerfile has changed to include git, necessary for building the binaries. Update the docker by running
make docker
.
v4
v3
v2
Change Log:
- Fix web page title and add favicon
- Automatically hide menu button
- Store most recent widget layout in the browser cookies
- Make widget without client for current date and time
- Support for user authentication when accessing the dashboard
- Add command line flag for listen address
- Launch gin in release mode by default, add flag for debug
- Use gox to build releases