diff --git a/CMakeLists.txt b/CMakeLists.txt index f65cbf275e..42f9eae484 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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") diff --git a/cmake/Deployment/Linux/ossia-score.appdata.xml b/cmake/Deployment/Linux/ossia-score.appdata.xml index 354d8b68af..aadc1ffe60 100644 --- a/cmake/Deployment/Linux/ossia-score.appdata.xml +++ b/cmake/Deployment/Linux/ossia-score.appdata.xml @@ -44,6 +44,27 @@ + + https://github.com/ossia/score/releases/tag/v3.3.2 + +

ossia score 3.3.2 is a minor hotfix release.

+

New features

+
    +
  • 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.
  • +
  • Signal Display will now display constant values as middle-centered dots
  • +
  • Devices: raw evdev input access on Linux to enable reading any kind of global keyboard / tablet / mouse / ACPI event
  • +
+

Bugfixes

+
    +
  • Audio: fix that audio analysis nodes would crash if using a non-power-of-two sample rate.
  • +
  • Audio: improve nomenclature for audio channel extractor.
  • +
  • Merger: fix missing combobox items.
  • +
  • Geometry filter: fix default filter which wasn't valid json
  • +
  • Geometry filter: add a validation step
  • +
  • Shmdata / Sh4lt: fix support of YUY2 video
  • +
+
+
https://github.com/ossia/score/releases/tag/v3.3.1