Skip to content

Commit abb56bd

Browse files
committed
0.4.0
1 parent eeab937 commit abb56bd

File tree

3 files changed

+33
-2
lines changed

3 files changed

+33
-2
lines changed

CHANGELOG

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,42 @@ Release date:
55

66
New 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+
1128
Bug 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+
1344
0.3.0
1445
=====
1546

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ project(Noteahead LANGUAGES CXX)
44

55
# Global version
66
set(VERSION_MAJOR 0)
7-
set(VERSION_MINOR 3)
7+
set(VERSION_MINOR 4)
88
set(VERSION_PATCH 0)
99
set(VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")
1010

scripts/build-archive

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
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

0 commit comments

Comments
 (0)