Skip to content

Commit 3d11cfd

Browse files
committed
Bring CHANGELOG.md back up to date
Duplicate changelog entries to the text file. Also testing ClickOnce updates.
1 parent 149cdf9 commit 3d11cfd

File tree

1 file changed

+69
-2
lines changed

1 file changed

+69
-2
lines changed

CHANGELOG.md

Lines changed: 69 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,73 @@
11
## History:
2-
### Further releases
3-
Please see the [releases](https://github.com/nutdotnet/WinNUT-Client/releases) page for more recent releases.
2+
### Pre-Release v2.2.8436
3+
After a longer than expected wait, the next pre-release is out with another set of bugfixes.
4+
5+
## What's Changed
6+
* Data directory location is more consistent depending on how WinNUT is being run (build type and location) by @gbakeman in https://github.com/nutdotnet/WinNUT-Client/pull/62
7+
* Also includes some improvements to the Logger
8+
* WinNUT is more stable when the connection is lost, and the UI will no longer show strange data by @gbakeman in https://github.com/nutdotnet/WinNUT-Client/pull/64
9+
* Define UPS_States values as pow of 2 to fix state change detection by @supersmile2009 in https://github.com/nutdotnet/WinNUT-Client/pull/71
10+
* Fix release build by @supersmile2009 in https://github.com/nutdotnet/WinNUT-Client/pull/72
11+
12+
## New Contributors
13+
* @supersmile2009 made their first contribution in https://github.com/nutdotnet/WinNUT-Client/pull/71
14+
15+
**Full Changelog**: https://github.com/nutdotnet/WinNUT-Client/compare/v2.2.8356...v2.2.8436
16+
17+
### Pre-Release v2.2.8356
18+
## What's Changed
19+
* Installer dependency cleanup by @gbakeman in https://github.com/nutdotnet/WinNUT-Client/pull/48
20+
* Logging fixes by @gbakeman in https://github.com/nutdotnet/WinNUT-Client/pull/50
21+
* Fix incorrect windows version detection by @gbakeman in https://github.com/nutdotnet/WinNUT-Client/pull/51
22+
* Fix List_Var_Gui error by @gbakeman in https://github.com/nutdotnet/WinNUT-Client/pull/52
23+
* Upgrade to .Net Framework 4.8 by @gbakeman in https://github.com/nutdotnet/WinNUT-Client/pull/53
24+
* Upgrade unhandled exception handling, cryptography by @gbakeman in https://github.com/nutdotnet/WinNUT-Client/pull/49
25+
* This fixes an error on startup that was affecting many people. Please upgrade to this version if WinNUT was crashing on startup for you.
26+
* Respect Follow FSD setting by @gbakeman in https://github.com/nutdotnet/WinNUT-Client/pull/57
27+
28+
Also fixing the installer per #60
29+
30+
**Full Changelog**: https://github.com/nutdotnet/WinNUT-Client/compare/v2.2.8331...v2.2.8356
31+
32+
### Pre-Release v2.2.8331 (Installer quick fix)
33+
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.
34+
35+
### Pre-Release v2.2.8328
36+
## Noticeable changes
37+
* Re-enabled the Battery Runtime calculation. Not sure why it was disabled, please report any issues experienced with this. https://github.com/nutdotnet/WinNUT-Client/pull/33
38+
* Finally applied pending de-DE and zh-TW translations to WinNUT https://github.com/nutdotnet/WinNUT-Client/pull/39
39+
* Re-activate stop actions system and extensive core changes including status updates overhaul in https://github.com/nutdotnet/WinNUT-Client/pull/36
40+
* Also fixed resuming WinNUT from a suspended state
41+
* Correct Interval/Delay value in https://github.com/nutdotnet/WinNUT-Client/pull/37
42+
43+
## Minor changes
44+
* Created a build automation workflow so pull requests will have debug builds of WinNUT created and available for download automatically.
45+
* Updated documentation for build & release, and translation procedures.
46+
* Upgraded AGauge .Net Framework to solution's 4.7.2.
47+
* Replaced Win10 static binary references with NuGet package to enable Toast Notifications while still building cross-platform (Win7 and up).
48+
49+
## New Contributors
50+
* @MartinKurtz made their first contribution in https://github.com/nutdotnet/WinNUT-Client/pull/30
51+
52+
**Full Changelog**: https://github.com/nutdotnet/WinNUT-Client/compare/v2.2.8303...v2.2.8328
53+
54+
### Version 2.2.8303
55+
Attempting to fix versioning on MSI Installer for future smooth upgrades. No changes in main program since last version.
56+
57+
**NOTE:** You will need to remove the old version (2.2 in Add Remove Programs list) for this and future upgrades to install correctly.
58+
59+
**Full Changelog**: https://github.com/nutdotnet/WinNUT-Client/compare/v2.2.8286...v2.2.8303
60+
61+
### Version 2.2.8286
62+
Beta/Prerelease
63+
* Add Translation/zh-TW/zh-TW.csv for Chinese (Traditional) by @yrctw in https://github.com/nutdotnet/WinNUT-Client/pull/23
64+
* Large changes to Socket/UPS, DATA-STALE error handling by @gbakeman in https://github.com/nutdotnet/WinNUT-Client/pull/25
65+
66+
## New Contributors
67+
* @yrctw made their first contribution in https://github.com/nutdotnet/WinNUT-Client/pull/23
68+
69+
**Full Changelog**: https://github.com/nutdotnet/WinNUT-Client/compare/v2.2.8255...v2.2.8286
70+
471

572
### Version 2.2.8255
673
Beta Release

0 commit comments

Comments
 (0)