Skip to content

Commit 3befa33

Browse files
committed
v3.5.2
1 parent 3b7340b commit 3befa33

File tree

2 files changed

+35
-1
lines changed

2 files changed

+35
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ list(GET QT_VERSION 0 QT_PREFIX)
106106

107107
set(SCORE_VERSION_MAJOR 3)
108108
set(SCORE_VERSION_MINOR 5)
109-
set(SCORE_VERSION_PATCH 1)
109+
set(SCORE_VERSION_PATCH 2)
110110
set(SCORE_VERSION_EXTRA "")
111111
set(SCORE_CODENAME "Beirut")
112112

cmake/Deployment/Linux/ossia-score.appdata.xml

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,40 @@
4141
</screenshot>
4242
</screenshots>
4343
<releases>
44+
<release version="3.5.2" date="2025-05-05">
45+
<url type="details">https://github.com/ossia/score/releases/tag/v3.5.2</url>
46+
<description>
47+
<p>ossia score 3.5.2 is another series of small bugfixes and improvements after the large 3.5.0 release.</p>
48+
<p>New features and changes</p>
49+
<ul>
50+
<li>New process: Deuterium is a drum machine specialized in loading Hydrogen drumkits.</li>
51+
<li>New process: Kabang is a more controllable drum machine with 8 potential samples, pitch shift, etc.</li>
52+
<li>New process: Minibang is a basic lo-fi vintage one-sample sampler.</li>
53+
<li>UI: owners of a mouse with a forward / backward button can now use it to scroll through presets on the preset button of processes.</li>
54+
<li>UI: double-clicking on a 2D pad will center it.</li>
55+
<li>Breaking change: the address for key press on Window devices has changed. A key release event has been added, too.</li>
56+
<li>Core: add an --ui-debug option to enable visualizing the score backend when creating a custom QML UI.</li>
57+
<li>Core: add a few new API functions to enable building more powerful apps accessing all the devices.</li>
58+
<li>Packaging: use distro Faust libraries when system libraries are requested.</li>
59+
</ul>
60+
<p>Bugfixes</p>
61+
<ul>
62+
<li>Packaging: various flatpak-related fixes.</li>
63+
<li>OSCQuery: many compatibility improvements for various kinds of HTTP and mDNS implementations which may not always support all features.</li>
64+
<li>Graphics: performance optimization: do not render empty passes in unconnected ports, etc.</li>
65+
<li>JS: fix that TextureOutlet was using an expensive RGBA32F texture instead of a RGBA8 one.</li>
66+
<li>Core: fix a deep logic bug which caused weird errors when restoring a document that had cables being edited.</li>
67+
<li>Graphics: fix auto-repeat blocking key input on Window device.</li>
68+
<li>Graphics: disable back-face culling on plane primitive.</li>
69+
<li>Graphics: fix an invalid vertex count issue with some primitive.</li>
70+
<li>Graphics: fix UV maps on model display with Vulkan.</li>
71+
<li>Core: UI performance optimization during execution of the score.</li>
72+
<li>Graphics: fix avnd graphics processes with custom render target size.</li>
73+
<li>VST: fix that reloading VSTs had broken on Windows and macOS.</li>
74+
<li>VST: enable -execstack flag on Linux as otherwise with newer glibc this break some proprietary VSTs.</li>
75+
</ul>
76+
</description>
77+
</release>
4478
<release version="3.5.1" date="2025-04-19">
4579
<url type="details">https://github.com/ossia/score/releases/tag/v3.5.1</url>
4680
<description>

0 commit comments

Comments
 (0)