|
41 | 41 | </screenshot> |
42 | 42 | </screenshots> |
43 | 43 | <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> |
44 | 78 | <release version="3.5.1" date="2025-04-19"> |
45 | 79 | <url type="details">https://github.com/ossia/score/releases/tag/v3.5.1</url> |
46 | 80 | <description> |
|
0 commit comments