forked from vslavik/winsparkle
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathNEWS
32 lines (22 loc) · 916 Bytes
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Version 0.3
-----------
- Added win_sparkle_set_app_details() for setting app metadata from code,
as an alternative to their extraction from resources.
- It is no longer necessary to call win_sparkle_set_appcast_url(), the
feed can be specified in FeedURL resource with type set to APPCAST.
- Added win_sparkle_set_registry_path().
Version 0.2
-----------
- Display error if update info couldn't be retrieved while manually checking
for updates.
- WinSparkle window is now resizable only when showing release notes.
- Bypass cache and proxies in manual checks.
Version 0.1.1
-------------
- Fixed Sparkle namespace in appcast parser; it now looks for the correct
`http://www.andymatuschak.org/xml-namespaces/sparkle` value. Appcasts
using the incorrect `http://www.andymatuschak.org/xml-namespaces`
URI must be updated.
Version 0.1
-----------
- Initial release.