@@ -5,44 +5,16 @@ Release date:
55
66New features:
77
8- * Add Help => What's New
9- - Shows the bundled CHANGELOG from the latest release onwards
10-
11- * Make the automation curve thickness configurable
12- - Settings => General => Editor => "Automation line thickness"
13-
14- * Make the edit cursor color configurable
15- - Settings => Theme => Colors => "Cursor color"
16-
17- * Add Settings and Master effect rack to the Song context menu
18-
19- * Mark every menu action that opens a dialog with an ellipsis
20-
21- * Add a table of contents to the user manual
22- - Sections are listed in a sidebar and clicking one scrolls the manual
23- - Cross references inside the text jump to their section
24- - The manual now follows the theme accent instead of a fixed orange
25-
26- * Blend the track and automation colors towards the accent color
27- - Settings => Theme => Colors => "Accent blend"
28- - 0 % is the original palette, 100 % puts every color on the accent hue
29-
30- * Redraw the track and column velocity scales in the accent color
31- - Flat and gray at 100 %, so only scaled tracks and columns stand out
32- - The tooltip now states the current value
33-
348Bug fixes:
359
36- * Remove the empty space above the first main context menu item
37-
38- * Honor the theme colors in the tracker columns again
10+ Other:
3911
40126.0.0
4113=====
4214
4315Release date:
4416
45- Sat, 01 Aug 2026 15:06:29 +0300
17+ Sun, 02 Aug 2026 20:54:17 +0300
4618
4719New features:
4820
@@ -154,6 +126,32 @@ New features:
154126 so a sine modulation reads as a sine
155127 - Settings => General => Editor => "Automation display" switches back to Tint
156128
129+ * Add Help => What's New
130+ - Shows the bundled CHANGELOG from the latest release onwards
131+
132+ * Make the automation curve thickness configurable
133+ - Settings => General => Editor => "Automation line thickness"
134+
135+ * Make the edit cursor color configurable
136+ - Settings => Theme => Colors => "Cursor color"
137+
138+ * Add Settings and Master effect rack to the Song context menu
139+
140+ * Mark every menu action that opens a dialog with an ellipsis
141+
142+ * Add a table of contents to the user manual
143+ - Sections are listed in a sidebar and clicking one scrolls the manual
144+ - Cross references inside the text jump to their section
145+ - The manual now follows the theme accent instead of a fixed orange
146+
147+ * Blend the track and automation colors towards the accent color
148+ - Settings => Theme => Colors => "Accent blend"
149+ - 0 % is the original palette, 100 % puts every color on the accent hue
150+
151+ * Redraw the track and column velocity scales in the accent color
152+ - Flat and gray at 100 %, so only scaled tracks and columns stand out
153+ - The tooltip now states the current value
154+
157155Bug fixes:
158156
159157* Fix a stutter on the first play
@@ -204,6 +202,8 @@ Bug fixes:
204202
205203* Fix playing a song with automations marking it as modified
206204
205+ * Remove the empty space above the first main context menu item
206+
207207Other:
208208
209209* Speed up rendering and export by cutting the worker pool's synchronisation cost
0 commit comments