You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: changelog.md
+34-1Lines changed: 34 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,23 @@
1
1
## History:
2
2
3
+
### Version 2.0.7710
4
+
#### Fix :
5
+
- Fixed an error generating a bad loading of the default parameters during the first launch following a new installation (without any version previously installed)
6
+
- Fix an error preventing the detection of certain updates if the name of the release does not include the revision version number
7
+
8
+
#### Added :
9
+
- Username and password are now stored in an encrypted way in registry. (issue #37)
10
+
The conversion of old authentification data is automaticThe conversion of old authentication data is automatic at first launch of WinNUTs new version.
11
+
- Added FSD support that can be provided by NUT server.
12
+
If the NUT server informs that it is initiating a Forced Shutdown, WinNUT will take this into account and initiate the shutdown process in the same way as if it determines that the conditions are required to do so.
13
+
The option must be activated in the settings of WinNUT so that it takes into account the FSD signal (Follow FSD signal).
14
+
15
+
#### Changed :
16
+
- WinNUT is now distributed under the GNU GPL v3 license (and later).
17
+
- When an update is present, the Changelog window will indicate the Changelog content of each version (both stable and development) present between the currently installed version and the new version.
18
+
In this way, it is easier to take into account all the evolutions / corrections applied from the installed version.
19
+
20
+
3
21
### Version 2.0.7706
4
22
#### Fix :
5
23
- App crash when disconnecting with null streams (Thanks to tgp1994) (Issue #48)
@@ -13,10 +31,12 @@
13
31
- In the case of a left click on the systray icon, WinNUT was restored to its original size and the context menu was opened at the same time.
14
32
This behavior has been corrected and only the context menu opens.
15
33
Restoring the WinNUT window to its original size is caused by a single or double click only.
34
+
16
35
#### Added :
17
36
- Addition of a directory containing the translations at the repository level.
18
37
Makes it easier to submit a new translation (or correction) via a fork / pull request (nonPointer idea - issue #35)
19
38
- Translation of the "List UPS Variable's" interface (translation forgot during v2.0)
39
+
20
40
#### Changed :
21
41
- Some changes on how logs work (Thanks to tgp1994)
22
42
- Modification of the code to recover the power supply frequency of the UPS when it only provides the output frequency (modification made in response to an unsuccessful commit of pull requests #55 - problem encountered by jcsmook)
@@ -36,10 +56,12 @@
36
56
- When the name of the UPS in the parameters is incorrect, it is no longer possible to display the UPS variable information window.
37
57
- Fixed a typo preventing shutdown at the end of the timeout
38
58
- When the name of the UPS in the parameters is incorrect, the connection is not established and a notification is displayed for 10 seconds.
59
+
39
60
#### Added :
40
61
- EXPERIMENTAL - Connection function to the nut server with identification and password.
41
62
- When the application is minimized in the systray and a change of connection state to the Nut server or a change of state of the UPS occurs, a notification popup is displayed for 10 seconds.
42
63
- When the application is minimized without being sent to the systray (in task bar), the connection and battery status is displayed in the text of the window in order to be quickly visualized when the application icon is hovered in the task bar.
64
+
43
65
#### Changed :
44
66
- The application icon has been modified to add an outline to the white shape in order to be visible when it is on a white background
45
67
- The arrows of the icon displayed during reconnection are now in yellow to be more visible due to their small size.
@@ -56,6 +78,7 @@
56
78
#### Fix :
57
79
- All hard-coded translations are translated
58
80
- The log file is now correctly created
81
+
59
82
#### Added :
60
83
- Some Translations
61
84
@@ -114,10 +137,12 @@ All the functions present in the AutoIt version are still present in V2 with som
114
137
- Working Fallback Value on GetUPSVar
115
138
- When the preferences are open but no modification is made, there is no longer a reconnection when clicking on the OK / Apply buttons (which could generate a flickering of the dials and unnecessary entries in the logs)
116
139
- Incorrect calculation of the instantaneous power used
140
+
117
141
#### Added :
118
142
- Compatibility with IPV6 (Experimental)
119
143
- Capacity to update directly from WinNut (Addition of an executable Updater packaged in WinNUT and therefore installed with WinNut on its first launch)
120
144
- Ability to display a second value on graphs (text value only and value not already used)
145
+
121
146
#### Changed :
122
147
- The executable is no longer called "upsclient.exe" but "WinNUT-client.exe"
123
148
- DrawDial function moved to nutDraw.au3 file
@@ -134,8 +159,10 @@ Not Released
134
159
#### Fix :
135
160
- Disconnect menu option is now disabled when connection to NUT server is not established
136
161
- Correction of a problem with information refresh when the connection is established after starting WinNUT
162
+
137
163
#### Added :
138
-
- A notification message is displayed when the connection could not be re-established within the time allowed
164
+
- A notification message is displayed when the connection could not be re-established within the time allowed
165
+
139
166
#### Changed :
140
167
- Better syntactic respect of the code
141
168
@@ -148,6 +175,7 @@ Not Released
148
175
No Build Release
149
176
#### Fix :
150
177
- Fixed some graphical issues
178
+
151
179
#### Added :
152
180
- German translation
153
181
- Ability to set the input frequency manually in case the UPS does not return this information. The value is set automatically when the UPS supplies it.
@@ -156,6 +184,7 @@ No Build Release
156
184
### Version 1.7.2.1
157
185
#### Fix :
158
186
- Missing Translation
187
+
159
188
#### Changed :
160
189
- Some default parameter values
161
190
- README.md
@@ -168,12 +197,14 @@ No Build Release
168
197
### Version 1.7.0.5
169
198
#### Fix :
170
199
- Some Source Cleanup
200
+
171
201
#### Added :
172
202
- Added ability to estimate the load level and run time of the UPS when he does not provide the information itself (or is inconsistent).
173
203
174
204
### Version 1.7.0.0
175
205
#### Fix :
176
206
- Ups VarList Gui
207
+
177
208
#### Added :
178
209
- Custom Shutdown Options.
179
210
- Allow software to not shutdown immediately and permit backup data before shutdown
@@ -192,10 +223,12 @@ No Build Release
192
223
### Version 1.6.4.0
193
224
#### Fix :
194
225
- Change adlibenable / disable to register / unregister and some other code modification to make it compil on AutoIt v3.3.14
226
+
195
227
#### Added :
196
228
- Tray icon tooltip with load, charge and status
197
229
- Start with Windows Option
198
230
- Prevent shutdown when UPS not connected but NUT is running (from v1.6.2 written by crazytiti see https://github.com/crazytiti/Windows-Nut)
0 commit comments