Skip to content

Commit f343618

Browse files
committed
6.0.0
1 parent d2af98b commit f343618

3 files changed

Lines changed: 34 additions & 32 deletions

File tree

CHANGELOG

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -5,44 +5,16 @@ Release date:
55

66
New 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-
348
Bug 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

4012
6.0.0
4113
=====
4214

4315
Release date:
4416

45-
Sat, 01 Aug 2026 15:06:29 +0300
17+
Sun, 02 Aug 2026 20:54:17 +0300
4618

4719
New 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+
157155
Bug 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+
207207
Other:
208208

209209
* Speed up rendering and export by cutting the worker pool's synchronisation cost

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,10 @@ A short synth demo:
5555

5656
- [Noteahead Synth Demo 1: I So Threw Up That Day (SoundCloud)](https://soundcloud.com/arctic-music-project/noteahead-synth-demo-1)
5757

58-
A song with Noteahead's built-in synths and drums only:
58+
Songs with Noteahead's built-in synths and drums only:
5959

60+
- [Arctic Music Project - Halla Once More (SoundCloud)](https://soundcloud.com/arctic-music-project/halla-once-more)
61+
- [Arctic Music Project - Fairytale (SoundCloud)](https://soundcloud.com/arctic-music-project/fairytale)
6062
- [Arctic Music Project - Massive (SoundCloud)](https://soundcloud.com/arctic-music-project/massive)
6163

6264
Noteahead with hardware synths:

data/linux/noteahead.appdata.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
1818
<url type="homepage">https://github.com/juzzlin/Noteahead</url>
1919
<update_contact>jussi.lind@iki.fi</update_contact>
2020
<releases>
21-
<release version="6.0.0" date="2026-08-01"></release>
21+
<release version="6.0.0" date="2026-08-02"></release>
2222
</releases>
2323
</component>

0 commit comments

Comments
 (0)