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 - v2.3.8988 Latest Release

Published by gbakeman 2 months ago

What's Changed

  • Update Overhaul Part 1 - Octokit Library in https://github.com/nutdotnet/WinNUT-Client/pull/176
    • WinNUT updater code overhauled in anticipation of further changes in WinNUT. The Updater GUI looks and functions the same for the most part. In need of translations (although you may want to wait for the next part of this update before making translations.)
    • Added a third party library (Octokit) in favor of custom update query code.
    • Removed the Auto update option since WinNUT doesn't have the functionality to check for an update periodically during operation, it can only check at startup under a different option. See #175 for more info.
    • Please keep in mind that the impacts of these changes won't be completely in force until the following update. I've tested this a few times on my own computer, but the ultimate test won't be until later.

Build automation

Full Changelog: https://github.com/nutdotnet/WinNUT-Client/compare/v2.3.8981...v2.3.8988

WinNUT-Client - v2.3.8981

Published by gbakeman 3 months ago

What's Changed

  • Persistent Connection attempts, quieter notifications in https://github.com/nutdotnet/WinNUT-Client/pull/171
    • Slightly changes the Connection menu in WinNUT. Added some icons, as well as a toggle for keeping a persistent connection (connects with the Auto Reconnect option in the Preferences menu)
      image
    • WinNUT now attempts to keep a connection indefinitely. There should be less notification spam as well.

Full Changelog: https://github.com/nutdotnet/WinNUT-Client/compare/v2.3.8970...v2.3.8981

WinNUT-Client - v2.3.8970

Published by gbakeman 3 months ago

Sorry about the broken installer if you were able to download it in the last pre-release. That led me to deploy an update in AGauge which not only fixed that, but another older bug as well. I guess I can't blame this one on CrowdStrike. 😅

What's Changed

New Contributors

Full Changelog: https://github.com/nutdotnet/WinNUT-Client/compare/v2.3.8892...v2.3.8970

WinNUT-Client - Pre-Release v2.3.8892

Published by gbakeman 6 months ago

What's Changed

Full Changelog: https://github.com/nutdotnet/WinNUT-Client/compare/v2.3.8883...v2.3.8892

WinNUT-Client - Pre-Release v2.3.8883

Published by gbakeman 6 months ago

What's Changed

Full Changelog: https://github.com/nutdotnet/WinNUT-Client/compare/v2.2.8834...v2.3.8883

WinNUT-Client - Pre-Release v2.3.8834

Published by gbakeman 8 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/nutdotnet/WinNUT-Client/compare/v2.3.8824...v2.3.8834

WinNUT-Client - Pre-Release v2.3.8824

Published by gbakeman 8 months ago

What's Changed

Several bugfixes for when the NUT server is reporting unexpected, out-of-range values (see also https://github.com/nutdotnet/WinNUT-Client/pull/131). In addition;

  • Fixed an issue where log file controls were enabled when logging was not enabled, and the log file was not present
  • Fixed being unable to change update interval value, reinforced units as milliseconds throughout the program
  • Fixed WinNUT titlebar being blank
  • The Import Old Preferences File menu item now enables and disables correctly
  • UPS variables now default to an obvious out of range value (-1) to indicate that there was a problem retrieving them. I don't have an optimal solution for handling missing variables implemented yet; see https://github.com/nutdotnet/WinNUT-Client/issues/116 for more info
  • Battery charge and run time value calculations will also now correctly fail if there are any missing variables required for the calculations

Full Changelog: https://github.com/nutdotnet/WinNUT-Client/compare/v2.3.8800...v2.3.8824

WinNUT-Client - Pre-Release v2.3.8800

Published by gbakeman 9 months ago

⚠️ Warning: Important changes to WinNUT preferences system

WinNUT has undergone a fairly important change to its underlying preferences system, that besides an import dialog, should be otherwise unnoticeable.

WinNUT used to store its settings in the User Registry Hive. This was problematic for a number of reasons; the largest one being that I'm moving WinNUT to a new deployment system which would be helped by migrating to the default .NET Framework settings system.

image

I've created a migration wizard which will pop up the first time you open this version of WinNUT. It will ask you what you would like to do with the old settings; Import, Backup (save a copy), Delete, or do nothing and use a fresh copy of the Settings. Besides the Delete option, this process is entirely non-destructive and will leave your old preferences as they were in the Registry. As long as an old copy of WinNUT preferences remain in the Registry, there will always be an option in the File menu that will restart the migration wizard. I've tested this several times on my own system, and everything appears to be working as intended. Please comment in the Discussion if you experience any problems, or have any questions.

WinNUT 1.x Import procedure

Up until this release, WinNUT used to have an option for importing WinNUT 1.x settings into its Preferences registry system. I removed this feature as of now since I believe most people are currently running WinNUT 2. If you have WinNUT 1.x settings that you wish to carry over, you may then download the release prior to this one, launch it, run the 1.x import procedure, exit, then update to this version and follow the migration wizard as previously described.

🌐 Translators needed!

If you are proficient at translating from English to another language, please consider contributing a translation to this project. Several new strings have been added, while existing ones need review. It's a great way to contribute back to this project and benefit other users.

What's Changed

Full Changelog: https://github.com/nutdotnet/WinNUT-Client/compare/v2.3.8754...v2.3.8800

WinNUT-Client - Pre-Release v2.3.8754

Published by gbakeman 10 months ago

First pre-release of the 2.3 cycle.

What's Changed

Full Changelog: https://github.com/nutdotnet/WinNUT-Client/compare/v2.2.8719...v2.3.8754

WinNUT-Client - Release v2.2.8719

Published by gbakeman 11 months ago

Introduction

After thirty-three months since the last release v2.0.7722.30975, with work by @gawindx, myself and several other contributors to the WinNUT project, I'm proud to offer the latest stable release of WinNUT. This marks the first stable release since @gawindx kicked off the effort to modularize WinNUT and improve maintainability and stability. Unfortunately we've lost contact with them, but I decided to take over and relocate the project in an effort to leave WinNUT in a stable and efficient state. I hope you find this release meeting your expectations and needs for UPS monitoring.

Functional/event handling improvements

Many functional changes under the hood have been made to WinNUT, starting with the code modularization kicked off by @gawindx. Further work was done to improve & fix handling power event changes, connection changes and other events from the UPS. Windows 10+ notifications should now be working, as well as the stop action system and Full Shut Down commands from the UPS. The Error Reporting system is more stable, and the automatic reconnection system is fully working. UPS Load calculation has also been reworked.

Setup and deployment

Work was done to change how WinNUT was deployed, from simple changes to the Setup project builder to the deployment of a debug Continuous Integration system for making debug builds automatically for pull requests. WinNUT was also upgraded to use the .NET Framework version 4.8. This is the latest version that still has Windows 7 SP1 as the minimum system requirement.

Logging improvements

How and where WinNUT stores log files has been standardized against the .NET Framework so they can be predictably found in (user folder)\AppData\Roaming\NUTDotNet\WinNUT Client\(version)\Logs.

Translation improvements

Our international audience has been busy improving translations for WinNUT. A bug causing errors when strings were too long was fixed. If you see translations that need additional work, please consider contributing.

New Contributors

Full Changelog: https://github.com/nutdotnet/WinNUT-Client/compare/v2.0.7722.30975...v2.2.8719

Addendum/Closing words

From the onset, I thought my efforts would be simply to fix bugs in WinNUT and leave it otherwise unchanged. Afterwards, I would begin work on WinNUT's replacement. As time goes on, I'm realizing that there's more work I'd like to do on WinNUT to leave it in the best possible state, as well as attempt to integrate the NUT.Net library I've been working on in preparation for the next version of WinNUT. Thus, I'm now planning on several more stable releases of WinNUT before I officially consider the project complete and deprecated. Please continue providing your feedback and bug reports so we can make this iteration of WinNUT the most complete and bug-free iteration yet.

WinNUT-Client - Pre-Release v2.2.8693

Published by gbakeman about 1 year ago

What's Changed

  • Fix logs going to App directory again in https://github.com/nutdotnet/WinNUT-Client/pull/111
    • I'm moving WinNUT towards following .NET Framework standards. This change will put the logs in yet a new folder structure: (user folder)\AppData\Roaming\NUTDotNet\WinNUT Client\(version)\Logs.
  • Correct UPS Load display in https://github.com/nutdotnet/WinNUT-Client/pull/112
    • Introduces a new system of retrieving or calculating the load on the UPS, and removes any reference to the Load calibration values and Load dial adjustments. My hope is to account for as many UPSs as possible, but if this breaks something for you, please comment in #41 with a full Debug log, UPS Variable output, and current real power usage attached and I'll try to help.

Full Changelog: https://github.com/nutdotnet/WinNUT-Client/compare/v2.2.8690...v2.2.8693

WinNUT-Client - Pre-Release v2.2.8690 (minor fix)

Published by gbakeman about 1 year ago

What's Changed

  • Quick release that fixes log files being directed to the application directory. Log files now follow standard .NET Framework directory conventions and can be found in AppData/Roaming/NUTDotNet/WinNUT Client/(current version)/. #110
  • Some additional small code changes have been made that should not affect functionality.

Full Changelog: https://github.com/nutdotnet/WinNUT-Client/compare/v2.2.8688...v2.2.8690

WinNUT-Client - Pre-Release v2.2.8688

Published by gbakeman about 1 year ago

What's Changed

Note: There was an issue where the installer I uploaded here contained outdated code. I'm not sure why, but it's been fixed now. If you managed to download the broken installer, please uninstall WinNUT, redownload the installer here and reinstall WinNUT.

Full Changelog: https://github.com/nutdotnet/WinNUT-Client/compare/v2.2.8617...v2.2.8688

WinNUT-Client - Pre-Release v2.2.8617

Published by gbakeman about 1 year ago

Quick fix regarding #78; a crash when the system date is set in an unexpected manner.

What's Changed

Full Changelog: https://github.com/nutdotnet/WinNUT-Client/compare/v2.2.8614...v2.2.8617

WinNUT-Client - Pre-Release v2.2.8614

Published by gbakeman about 1 year ago

This release fixes an issue where WinNUT was crashing when connecting to a Synology UPS server. At the same time, a crash when generating a crash report has also been fixed. Additional work has gone into core connection and logging code to make the program more robust. Finally, the README has been simplified, and QNAP instructions were added (thanks @pvanderp.)

Edit: I've also just realized that the automatic updating has been broken for about as long as I've been creating releases, because I didn't upload the installer correctly. That should be working now.

New Contributors

Full Changelog: https://github.com/nutdotnet/WinNUT-Client/compare/v2.2.8436...v2.2.8614

WinNUT-Client - Pre-Release v2.2.8436

Published by gbakeman over 1 year ago

After a longer than expected wait, the next pre-release is out with another set of bugfixes.

What's Changed

New Contributors

Full Changelog: https://github.com/nutdotnet/WinNUT-Client/compare/v2.2.8356...v2.2.8436

WinNUT-Client - Pre-Release v2.2.8356

Published by gbakeman almost 2 years ago

What's Changed

Also fixing the installer per #60

Full Changelog: https://github.com/nutdotnet/WinNUT-Client/compare/v2.2.8331...v2.2.8356

WinNUT-Client - Pre-Release v2.2.8331 (Installer quick fix)

Published by gbakeman almost 2 years ago

Quick fix to remove many dependencies that were added to the installer distribution of WinNUT. Only the installer has changed; please see the last release for the non-installer version.

WinNUT-Client - Pre-Release v2.2.8328

Published by gbakeman about 2 years ago

Noticeable changes

Minor changes

  • Created a build automation workflow so pull requests will have debug builds of WinNUT created and available for download automatically.
  • Updated documentation for build & release, and translation procedures.
  • Upgraded AGauge .Net Framework to solution's 4.7.2.
  • Replaced Win10 static binary references with NuGet package to enable Toast Notifications while still building cross-platform (Win7 and up).

New Contributors

Full Changelog: https://github.com/nutdotnet/WinNUT-Client/compare/v2.2.8303...v2.2.8328

WinNUT-Client - Version 2.2.8303

Published by gbakeman about 2 years ago

Attempting to fix versioning on MSI Installer for future smooth upgrades. No changes in main program since last version.

NOTE: You will need to remove the old version (2.2 in Add Remove Programs list) for this and future upgrades to install correctly.

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

Related Projects