Skip to content

Releases: SuperioOne/nut_webgui

v0.2.1

08 Apr 19:26
v0.2.1
2b0f4d8
Compare
Choose a tag to compare

Added

  • 18 additional theme options.

Changed

  • Updated all dependencies.

v0.2.0

18 Mar 23:10
v0.2.0
d99105e
Compare
Choose a tag to compare

Added

  • Basic JSON API.
  • Health probe endpoint at /probes/health.
  • Input and battery voltage details on the individual UPS info page.
  • Gzip/deflate compression support for HTTP responses.
  • Added logo to the UI header.
  • hx-boost support at the HTML body level.

Changed

  • UI will show ups.realpower value if UPS is supports this variable; otherwise, power is calculated using the formula (ups.realpower.nominal * ups.load ) / 100.
  • All dependencies have been updated to their latest stable versions.

v0.1.1

21 Jan 12:40
v0.1.1
9b4c16c
Compare
Choose a tag to compare

Maintenance release with minor visual fixes.

  • Changed: All dependencies are up-to-date. Fixes RUSTSEC-2024-0003
  • Fixed: Incorrect page sizing on mobile devices.
  • Fixed: The ups path now routes to 404 page when requested ups does not exists.
  • Added: New icon and title names to make browsers tabs more distinguishable.