Skip to content

Commit dfa30d9

Browse files
committed
Update Changelog.md
1 parent e252bd5 commit dfa30d9

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed

WinNUT_V2/WinNUT_GUI/WinNUT.vb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,9 @@ Public Class WinNUT
281281
HasFocus = False
282282
End If
283283
'ToastPopup.CreateToastCollection()
284+
Dim truc As Integer = 0
285+
Dim machin As Integer = 1
286+
Dim bidule As Integer = (machin / truc)
284287
End Sub
285288

286289
Private Sub SystemEvents_PowerModeChanged(ByVal sender As Object, ByVal e As Microsoft.Win32.PowerModeChangedEventArgs)

changelog.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,32 @@
11
## History:
22

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+
330
### Version 2.0.7710
431
#### Fix :
532
- 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

Comments
 (0)