File tree Expand file tree Collapse file tree 3 files changed +31
-2
lines changed
Expand file tree Collapse file tree 3 files changed +31
-2
lines changed Original file line number Diff line number Diff line change @@ -5,12 +5,41 @@ Release date:
55
66New features:
77
8+ Bug fixes:
9+
10+ Other:
11+
12+ 0.5.0
13+ =====
14+
15+ Release date:
16+
17+ Fri, 21 Mar 2025 21:04:32 +0200
18+
19+ New features:
20+
821* Make it possible to loop patterns
922
1023* Implement velocity interpolation on a column
1124
25+ * Add option to transpose by +/-6 semitones
26+
1227Bug fixes:
1328
29+ * Fix double triggering of notes when editing
30+
31+ * Fix 'Send MIDI clock' not saved if OFF
32+
33+ * Fix current line count not updating on playback
34+
35+ * Save created date only once
36+
37+ * Update also column's mixer state when updating column headers
38+
39+ * Link Argengine and SimpleLogger statically
40+
41+ * Don't force the height of the main context menu
42+
14430.4.0
1544=====
1645
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 4 )
7+ set (VERSION_MINOR 5 )
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.4 .0/ HEAD > noteahead-0.4 .0.tar.gz
1+ git archive --format=tar.gz --prefix=noteahead-0.5 .0/ HEAD > noteahead-0.5 .0.tar.gz
You can’t perform that action at this time.
0 commit comments