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:
5
5
6
6
New features:
7
7
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
+
8
19
* Music video generator (**Experimental**)
9
20
- Generates note visualization with particle effects
10
21
22
+ * Implement Save as template
23
+
24
+ * Show status messages about MIDI devices
25
+
26
+ * Support negative instrument delays
27
+
11
28
Bug fixes:
12
29
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
+
13
44
0.3.0
14
45
=====
15
46
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ project(Noteahead LANGUAGES CXX)
4
4
5
5
# Global version
6
6
set (VERSION_MAJOR 0)
7
- set (VERSION_MINOR 3 )
7
+ set (VERSION_MINOR 4 )
8
8
set (VERSION_PATCH 0)
9
9
set (VERSION "${VERSION_MAJOR} .${VERSION_MINOR} .${VERSION_PATCH} " )
10
10
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