File tree Expand file tree Collapse file tree 3 files changed +22
-2
lines changed
Expand file tree Collapse file tree 3 files changed +22
-2
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,28 @@ New features:
77
88Bug fixes:
99
10+ 0.3.0
11+ =====
12+
13+ Release date:
14+
15+ Sat, 08 Mar 2025 11:45:19 +0200
16+
17+ New features:
18+
19+ * Implement inverted mute states of columns/tracks by right-clicking
20+
21+ Bug fixes:
22+
23+ * Fix soloed columns of other tracks not playing
24+
25+ * Fix incorrect pattern on song reset
26+ - Position 0 doesn't always imply pattern 0
27+
1028Other:
1129
30+ * Invalidate port name cache on new scan
31+
12320.2.0
1333=====
1434
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 2 )
7+ set (VERSION_MINOR 3 )
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.2 .0/ HEAD > noteahead-0.2 .0.tar.gz
1+ git archive --format=tar.gz --prefix=noteahead-0.3 .0/ HEAD > noteahead-0.3 .0.tar.gz
You can’t perform that action at this time.
0 commit comments