Skip to content

Commit

Permalink
Release 0.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
krupkat committed Jul 28, 2024
1 parent 5bec86f commit 5e626f6
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Xpano 0.19.0

- User selectable maximum panorama size (in MPx)
- Useful to limit cpu / memory usage with very large panoramas

# Xpano 0.18.1

- Fix cropped panorama export
Expand Down
8 changes: 8 additions & 0 deletions misc/build/linux/cz.krupkat.Xpano.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,14 @@
<binary>Xpano</binary>
</provides>
<releases>
<release version="0.19.0" date="2024-07-28">
<description>
<ul>
<li>User selectable maximum panorama size (in MPx)</li>
<li>Useful to limit cpu / memory usage with very large panoramas</li>
</ul>
</description>
</release>
<release version="0.18.1" date="2024-02-11">
<description>
<ul>
Expand Down
2 changes: 1 addition & 1 deletion misc/build/windows-store/package.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Param
$TagParam
)

Copy-Item -Path "misc/build/windows-store/*" -Destination "install" -Recurse -Force
Copy-Item -Path "misc/build/windows-store/*" -Destination "install" -Recurse -Container -Force
cd "install"

# Generate cert, this is not super sensitive, Microsoft resigns with their own cert
Expand Down
2 changes: 1 addition & 1 deletion xpano/pipeline/options.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ namespace xpano::pipeline {
// - Major changes can be auto detected by alpaca reflection, but e.g.
// modifying the enums cannot, so bump the version number in this case.
// - Will result in reloading the default values when loading the config.
constexpr int kOptionsVersion = 4;
constexpr int kOptionsVersion = 5;

enum class ChromaSubsampling {
k444,
Expand Down

0 comments on commit 5e626f6

Please sign in to comment.