Skip to content

Commit ccbec4f

Browse files
committed
Prepare version 1.5.0
1 parent 5f17d8c commit ccbec4f

2 files changed

Lines changed: 34 additions & 0 deletions

File tree

ChangeLog

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
1.5.0 --- 2026 . 06 . 17
2+
- New tick-based audio rendering engine, improving consistency across sequencing, playback and action editing
3+
- Rework the internal storage of actions, improving performance and simplifying action handling
4+
- Add support for forced scene switching
5+
- Add the ability to copy the current scene to another
6+
- Add options to clear all actions in the current scene or across all scenes
7+
- Add options to free all sample channels in the current scene or across all scenes
8+
- Allow plug-ins that generate MIDI to forward their output to subsequent plug-ins
9+
- Improve transport and position reporting for plug-ins
10+
- Add CPU load meter in the main window, along with a new footer area with extra information
11+
- Fix audio glitches while saving a project
12+
- Fix wrong sample range points computation when the system sample rate changes
13+
- Include broader internal cleanup, refactoring, dependency updates and UI polish
14+
15+
116
1.4.2 --- 2026 . 06 . 02
217
- Add ability to copy the entire scene to another
318
- Add ability to force-change a scene

extras/com.giadamusic.Giada.metainfo.xml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,25 @@
1919
</screenshot>
2020
</screenshots>
2121
<releases>
22+
<release version="1.5.0" date="2026-06-17">
23+
<description>
24+
<p>This release introduces a major overhaul of Giada's timing and sequencing engine, with a new tick-based internal timeline that improves musical precision across editing and playback. It also expands scene management with more flexible copy, clear and switching features, improves plug-in and MIDI workflow, adds CPU load monitoring to the main window and includes a broad round of internal cleanup and UI polish.</p>
25+
<ul>
26+
<li>New tick-based audio rendering engine, improving consistency across sequencing, playback and action editing;</li>
27+
<li>Rework the internal storage of actions, improving performance and simplifying action handling;</li>
28+
<li>Add support for forced scene switching;</li>
29+
<li>Add the ability to copy the current scene to another;</li>
30+
<li>Add options to clear all actions in the current scene or across all scenes;</li>
31+
<li>Add options to free all sample channels in the current scene or across all scenes;</li>
32+
<li>Allow plug-ins that generate MIDI to forward their output to subsequent plug-ins;</li>
33+
<li>Improve transport and position reporting for plug-ins;</li>
34+
<li>Add CPU load meter in the main window, along with a new footer area with extra information;</li>
35+
<li>Fix audio glitches while saving a project;</li>
36+
<li>Fix wrong sample range points computation when the system sample rate changes;</li>
37+
<li>Include broader internal cleanup, refactoring, dependency updates and UI polish.</li>
38+
</ul>
39+
</description>
40+
</release>
2241
<release version="1.4.2" date="2026-06-02">
2342
<description>
2443
<p>This is the second bugfix release in the 1.4 series which makes working with scenes smoother and more flexible, fixes a few annoyances, and brings some welcome cleanup under the hood.</p>

0 commit comments

Comments
 (0)