|
1 | 1 | ## History: |
2 | 2 |
|
| 3 | +### Version 2.0.7721 |
| 4 | +#### Fix : |
| 5 | + - Fixed an error preventing WinNUT from starting on a new installation (crash in the encryption function due to a string = Nothing) |
| 6 | + Related to issue #62 |
| 7 | + - Since the logging was improved, the view / delete functions of the current log file no longer pointed to the correct files. |
| 8 | + |
| 9 | +#### Added : |
| 10 | + - Addition of a small signage icon indicating if the battery is in Charge / Discharge / Charged state. |
| 11 | + When the status is unknown (Connection not established or lost), no status is displayed. |
| 12 | + - Added Russian translation (ru-RU) (thanks to NoGood - #65) |
| 13 | + - Addition of the possibility of creating a Bug Report when WinNUT encounters a critical error in order to retrieve the information necessary to resolve this bug. |
| 14 | + |
| 15 | +#### Changed : |
| 16 | + - Password is now hidden in TextBox (#63) |
| 17 | + - Windows Title Modified to "Windows NUT Client", like older versions (#61) and is now a translatable string |
| 18 | + - Settings Poll Delay are now Expressed In seconds (#64), also renaming "Delay" parameters to "Polling Interval" |
| 19 | + - The translations have been modified accordingly for these 3 fixes |
| 20 | + - Change the way the program version is displayed in notifications |
| 21 | + Only major and minor versions are displayed due to limitations on the number of characters that can be displayed in notifications |
| 22 | + - Toast Popup : Use Short Program Version Instead of complete Program Version |
| 23 | + - Some improvements on Preferences Gui |
| 24 | + - Improved logging when entering or exiting Windows from sleep. |
| 25 | + - The required .Net Framework version is now 4.7.2 (instead of 4.5.2) (Windows 7 sp1, 8, 8.1, 10) |
| 26 | + - Addition of a daily rotation of the logs (previously required a deletion of the journal file when it exceeded 5000KB or else no longer journaling new elements) |
| 27 | + - Translations Improvements |
| 28 | + |
| 29 | + |
3 | 30 | ### Version 2.0.7710 |
4 | 31 | #### Fix : |
5 | 32 | - Fixed an error generating a bad loading of the default parameters during the first launch following a new installation (without any version previously installed) |
|
0 commit comments