Skip to content

Releases: hverr/status-dashboard

v7: Use new go-updater library

25 Oct 12:50
Compare
Choose a tag to compare

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

25 Oct 12:21
Compare
Choose a tag to compare
v6

Change Log:

  • Network widget does not show what is up and what is down

Notes:

  • Only affects the server

v5

25 Oct 11:48
Compare
Choose a tag to compare
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

19 Sep 19:08
Compare
Choose a tag to compare
v4

Change Log:

  • Better layout saving to cookies
  • Add available widgets to README
  • Systemd scripts do not start up at system boot
  • Fix cookie expiration when closing browser

Notes:

  • When using systemd, update the scripts.

v3

13 Sep 20:49
Compare
Choose a tag to compare
v3

Change Log:

  • Make widget for number of established TCP connections
  • Remove sensitive information from log

v2

04 Sep 12:29
Compare
Choose a tag to compare
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

v1

23 Aug 13:58
Compare
Choose a tag to compare
v1
Update server usage for new configuration file format