Skip to content

Releases: vslavik/winsparkle

Version 0.5.2

22 Jun 17:58
v0.5.2
Compare
Choose a tag to compare

Includes security fixes for Expat XML parser.

Version 0.5.1

24 May 16:15
v0.5.1
Compare
Choose a tag to compare
  • Includes fix for the CVE-2016-0718 vulnerability in Expat XML parser.
  • Added Pascal bindings.
  • Fixes for RTL languages, added Arabic and Hebrew translations.

Version 0.5

13 Mar 16:48
Compare
Choose a tag to compare
  • Added translations support (32 languages are included at the moment).
  • HiDPI support.
  • Updated Expat XML parser to 2.1.1 (security fixes, CVE-2015-1283).
  • Support for minimumSystemVersion and for specifying 32/64 versions.
  • Added win_sparkle_check_update_with_ui_and_install() for forcefully installing available updates.
  • Added more callbacks for various events during updating.
  • Misc cosmetic fixes.

Version 0.4

06 Sep 11:28
v0.4
Compare
Choose a tag to compare
  • Added API for gracefully shutting down the host app.
  • Added the ability to disable automatic checks.
  • Added the ability to change the update checks interval.
  • Added x64 support.
  • Added Visual Studio 201x project files.
  • Release notes included in appcast's <description> element are now recognized.
  • Added support for build numbers and shortVersionString.
  • Added support for sparkle:os="windows" attribute on appcast items.
  • Fixed appcasts over HTTPS.
  • Use application icon in the UI.
  • In-app downloads.

Version 0.3

28 May 16:59
v0.3
Compare
Choose a tag to compare
  • 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

03 Jun 17:12
v0.2
Compare
Choose a tag to compare
  • 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

03 Jun 17:13
v0.1.1
Compare
Choose a tag to compare
  • 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

03 Jun 17:13
v0.1
Compare
Choose a tag to compare
  • Initial release.