Skip to content

Commit cf77d61

Browse files
committed
update changelog
1 parent ff2a918 commit cf77d61

File tree

2 files changed

+37
-4
lines changed

2 files changed

+37
-4
lines changed

WinNUT_V2/Setup/Setup.vdproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3075,15 +3075,15 @@
30753075
{
30763076
"Name" = "8:Microsoft Visual Studio"
30773077
"ProductName" = "8:WinNUT"
3078-
"ProductCode" = "8:{0D9937E7-243B-4822-9452-9FFEC71398FE}"
3079-
"PackageCode" = "8:{A15A4814-3781-4480-B949-CB6F9D867AF2}"
3078+
"ProductCode" = "8:{66BE4A0D-3EC7-4492-9645-2439DEB31E60}"
3079+
"PackageCode" = "8:{77FA0681-FFFC-4073-A512-39BB22935610}"
30803080
"UpgradeCode" = "8:{7EA17151-76E7-4E29-8F6A-621C1B4144C2}"
30813081
"AspNetVersion" = "8:2.0.50727.0"
30823082
"RestartWWWService" = "11:FALSE"
30833083
"RemovePreviousVersions" = "11:TRUE"
30843084
"DetectNewerInstalledVersion" = "11:FALSE"
30853085
"InstallAllUsers" = "11:FALSE"
3086-
"ProductVersion" = "8:2.0.7706"
3086+
"ProductVersion" = "8:2.0.7710"
30873087
"Manufacturer" = "8:Gawindx"
30883088
"ARPHELPTELEPHONE" = "8:"
30893089
"ARPHELPLINK" = "8:https://github.com/gawindx/WinNUT-Client"

changelog.md

Lines changed: 34 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
## History:
22

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+
321
### Version 2.0.7706
422
#### Fix :
523
- App crash when disconnecting with null streams (Thanks to tgp1994) (Issue #48)
@@ -13,10 +31,12 @@
1331
- 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.
1432
This behavior has been corrected and only the context menu opens.
1533
Restoring the WinNUT window to its original size is caused by a single or double click only.
34+
1635
#### Added :
1736
- Addition of a directory containing the translations at the repository level.
1837
Makes it easier to submit a new translation (or correction) via a fork / pull request (nonPointer idea - issue #35)
1938
- Translation of the "List UPS Variable's" interface (translation forgot during v2.0)
39+
2040
#### Changed :
2141
- Some changes on how logs work (Thanks to tgp1994)
2242
- 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 @@
3656
- When the name of the UPS in the parameters is incorrect, it is no longer possible to display the UPS variable information window.
3757
- Fixed a typo preventing shutdown at the end of the timeout
3858
- 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+
3960
#### Added :
4061
- EXPERIMENTAL - Connection function to the nut server with identification and password.
4162
- 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.
4263
- 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+
4365
#### Changed :
4466
- 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
4567
- 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 @@
5678
#### Fix :
5779
- All hard-coded translations are translated
5880
- The log file is now correctly created
81+
5982
#### Added :
6083
- Some Translations
6184

@@ -114,10 +137,12 @@ All the functions present in the AutoIt version are still present in V2 with som
114137
- Working Fallback Value on GetUPSVar
115138
- 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)
116139
- Incorrect calculation of the instantaneous power used
140+
117141
#### Added :
118142
- Compatibility with IPV6 (Experimental)
119143
- Capacity to update directly from WinNut (Addition of an executable Updater packaged in WinNUT and therefore installed with WinNut on its first launch)
120144
- Ability to display a second value on graphs (text value only and value not already used)
145+
121146
#### Changed :
122147
- The executable is no longer called "upsclient.exe" but "WinNUT-client.exe"
123148
- DrawDial function moved to nutDraw.au3 file
@@ -134,8 +159,10 @@ Not Released
134159
#### Fix :
135160
- Disconnect menu option is now disabled when connection to NUT server is not established
136161
- Correction of a problem with information refresh when the connection is established after starting WinNUT
162+
137163
#### 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+
139166
#### Changed :
140167
- Better syntactic respect of the code
141168

@@ -148,6 +175,7 @@ Not Released
148175
No Build Release
149176
#### Fix :
150177
- Fixed some graphical issues
178+
151179
#### Added :
152180
- German translation
153181
- 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
156184
### Version 1.7.2.1
157185
#### Fix :
158186
- Missing Translation
187+
159188
#### Changed :
160189
- Some default parameter values
161190
- README.md
@@ -168,12 +197,14 @@ No Build Release
168197
### Version 1.7.0.5
169198
#### Fix :
170199
- Some Source Cleanup
200+
171201
#### Added :
172202
- Added ability to estimate the load level and run time of the UPS when he does not provide the information itself (or is inconsistent).
173203

174204
### Version 1.7.0.0
175205
#### Fix :
176206
- Ups VarList Gui
207+
177208
#### Added :
178209
- Custom Shutdown Options.
179210
- Allow software to not shutdown immediately and permit backup data before shutdown
@@ -192,10 +223,12 @@ No Build Release
192223
### Version 1.6.4.0
193224
#### Fix :
194225
- Change adlibenable / disable to register / unregister and some other code modification to make it compil on AutoIt v3.3.14
226+
195227
#### Added :
196228
- Tray icon tooltip with load, charge and status
197229
- Start with Windows Option
198230
- Prevent shutdown when UPS not connected but NUT is running (from v1.6.2 written by crazytiti see https://github.com/crazytiti/Windows-Nut)
231+
199232
#### Changed :
200233
- Some code optimisation
201234
- Some aesthetic improvement of GUI

0 commit comments

Comments
 (0)