From 965c0929b4ef4231e4344ae235a932ec98c4e6ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Micha=C3=ABl=20Celerier?= Date: Sun, 17 Nov 2024 17:00:32 -0500 Subject: [PATCH] v3.3.2 --- CMakeLists.txt | 2 +- .../Deployment/Linux/ossia-score.appdata.xml | 21 +++++++++++++++++++ 2 files changed, 22 insertions(+), 1 deletion(-) 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