Skip to content

Commit

Permalink
Increase version to 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vslavik committed Dec 3, 2024
1 parent 3639c67 commit e3aa2a1
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
Version 0.8.2
-------------

- Added support for gzip/deflate-compressed appcasts.
- Added support for ARM-specific enclosures.
- Fixed handling of multiple enclosures to correctly pick the most-specific
binary available, and to use the latest available app version.
- Fixed feed parsing to ignore appcast order of items and instead find the
highest compatible version.
- Call cancelled/dismissed callbacks when user closes WinSparkle's window.
- New and updated translations.


Version 0.8.1
-------------

Expand Down
2 changes: 1 addition & 1 deletion include/winsparkle-version.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

#define WIN_SPARKLE_VERSION_MAJOR 0
#define WIN_SPARKLE_VERSION_MINOR 8
#define WIN_SPARKLE_VERSION_MICRO 1
#define WIN_SPARKLE_VERSION_MICRO 2

/**
Checks if WinSparkle version is at least @a major.@a minor.@a micro.
Expand Down
2 changes: 1 addition & 1 deletion nuget/WinSparkle.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
<metadata>
<id>WinSparkle</id>
<version>0.8.1</version>
<version>0.8.2</version>
<title>WinSparkle</title>
<authors>Vaclav Slavik</authors>
<license type="expression">MIT</license>
Expand Down

0 comments on commit e3aa2a1

Please sign in to comment.