Skip to content

Commit

Permalink
v3.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier committed Nov 17, 2024
1 parent 9471228 commit 965c092
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ list(GET QT_VERSION 0 QT_PREFIX)

set(SCORE_VERSION_MAJOR 3)
set(SCORE_VERSION_MINOR 3)
set(SCORE_VERSION_PATCH 1)
set(SCORE_VERSION_PATCH 2)
set(SCORE_VERSION_EXTRA "")
set(SCORE_CODENAME "Artachat")

Expand Down
21 changes: 21 additions & 0 deletions cmake/Deployment/Linux/ossia-score.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,27 @@
</screenshot>
</screenshots>
<releases>
<release version="3.3.2" date="2024-11-17">
<url type="details">https://github.com/ossia/score/releases/tag/v3.3.2</url>
<description>
<p>ossia score 3.3.2 is a minor hotfix release.</p>
<p>New features</p>
<ul>
<li>Support for automatic detection of BT.601, BT.709 and Rec2020 colorspaces in videos. Rec2020 is currently downscaled to SDR until we support a proper HDR video pipeline.</li>
<li>Signal Display will now display constant values as middle-centered dots</li>
<li>Devices: raw evdev input access on Linux to enable reading any kind of global keyboard / tablet / mouse / ACPI event</li>
</ul>
<p>Bugfixes</p>
<ul>
<li>Audio: fix that audio analysis nodes would crash if using a non-power-of-two sample rate.</li>
<li>Audio: improve nomenclature for audio channel extractor.</li>
<li>Merger: fix missing combobox items.</li>
<li>Geometry filter: fix default filter which wasn't valid json</li>
<li>Geometry filter: add a validation step</li>
<li>Shmdata / Sh4lt: fix support of YUY2 video</li>
</ul>
</description>
</release>
<release version="3.3.1" date="2024-11-15">
<url type="details">https://github.com/ossia/score/releases/tag/v3.3.1</url>
<description>
Expand Down

0 comments on commit 965c092

Please sign in to comment.