File tree Expand file tree Collapse file tree 3 files changed +33
-2
lines changed
Expand file tree Collapse file tree 3 files changed +33
-2
lines changed Original file line number Diff line number Diff line change @@ -5,11 +5,42 @@ Release date:
55
66New features:
77
8+ Bug fixes:
9+
10+ 0.4.0
11+ =====
12+
13+ Release date:
14+
15+ Wed, 12 Mar 2025 22:55:47 +0200
16+
17+ New features:
18+
819* Music video generator (**Experimental**)
920 - Generates note visualization with particle effects
1021
22+ * Implement Save as template
23+
24+ * Show status messages about MIDI devices
25+
26+ * Support negative instrument delays
27+
1128Bug fixes:
1229
30+ * Fix MIDI device not playing after re-detected
31+
32+ * Properly destroy removed columns
33+
34+ * Reset state properly before changing the song
35+
36+ * Fix lead-out time not properly applied
37+
38+ * Show track/column name as tool tip text, if set
39+
40+ Other:
41+
42+ * Make pattern index selector editable
43+
13440.3.0
1445=====
1546
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ project(Noteahead LANGUAGES CXX)
44
55# Global version
66set (VERSION_MAJOR 0)
7- set (VERSION_MINOR 3 )
7+ set (VERSION_MINOR 4 )
88set (VERSION_PATCH 0)
99set (VERSION "${VERSION_MAJOR} .${VERSION_MINOR} .${VERSION_PATCH} " )
1010
Original file line number Diff line number Diff line change 1- git archive --format=tar.gz --prefix=noteahead-0.3 .0/ HEAD > noteahead-0.3 .0.tar.gz
1+ git archive --format=tar.gz --prefix=noteahead-0.4 .0/ HEAD > noteahead-0.4 .0.tar.gz
You can’t perform that action at this time.
0 commit comments