WinNUT-Client

WinForms-based client for monitoring your Uninterruptible Power Supply (UPS) connected to a Network UPS Tools (NUT) server.

GPL-3.0 License

Stars
206
Committers
14

Bot releases are visible (Hide)

WinNUT-Client - Version 2.2.8286

Published by gbakeman about 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/nutdotnet/WinNUT-Client/compare/v2.2.8255...v2.2.8286

WinNUT-Client - Version 2.2.8255

Published by gbakeman about 2 years ago

Beta Release

  • Logging now starts earlier in program execution, and potentially catch earlier problems.
  • Tweaked error reporting form; reports are saved to a consistent location and Explorer is opened to the destination.
  • Preferences system tweaks; more consistent saving, and the polling interval initializes to a valid value!
  • Modified disconnection subroutines to each have clear purposes.
  • Fixed NullReferenceExceptions in About_Gui, List_Var_Gui (#16, #17)
WinNUT-Client - v2.2.8254 Hotfix

Published by gbakeman about 2 years ago

Beta Release - HOTFIX

The previous release had a few critical bugs, this aims to fix those:

  • Fix crash (NullRefException) when closing form before making a connection.
  • Fix ArgumentOutOfRangeException for de-DE users - NotifyIcon now clamps Text to within required bounds.
  • Fix Update routine crashing with NullRefException because Logger variable was not set.
  • Small tweaks to the Release building system.

Downloads:

  • WinNUT-Client-v2.2.8254-archive.zip - Full program, no installer. Run directly from folder.
  • WinNUT-Client-v2.2.8254-installer.zip - Installer

Full Changelog: https://github.com/nutdotnet/WinNUT-Client/compare/v2.2.8253...v2.2.8254

WinNUT-Client - v2.2.8253

Published by gbakeman about 2 years ago

After over a year, a (pre-)release is finally out. The version is bumped up to 2.2, and many changes throughout the code have been made.

Note: This is still pre-release, and bugs may occur. If you encounter a bug, please search for it first, and if it doesn't exist, report it with full debugging logs collected.

What's Changed

  • Improve de-DE (German) Translation by @Lineflyer and @MarkusMDK in https://github.com/nutdotnet/WinNUT-Client/pull/8
  • Windows 10 Hibernate & Clear Shutdown Timer (redo) by @g-cranston in https://github.com/nutdotnet/WinNUT-Client/pull/7
  • Many functionality changes throughout the program and library, in an attempt to make code cleaner, more understandable, and less error-prone.
  • Special attention is paid to connection and disconnection subroutines, and what happens in the Socket, UPS, and WinForm.
  • Implemented suspend states not working correctly (https://github.com/nutdotnet/WinNUT-Client/issues/2)
  • Small updates to Logging backend to make errors more informative
  • Many changes to where debug information is printed to the log
  • Disabled WatchDog functionality, since this is essentially handled by value updates.

Full Changelog: https://github.com/nutdotnet/WinNUT-Client/compare/2.1.7740.35837...v2.2.8253

Files

Download -archive.zip if you just want to extract the program and run it (great for testing!), or download WinNUT-Setup.msi if you want the full installer.

Related Projects