Skip to content

Commit 850aa55

Browse files
committed
0.3.0
1 parent 31ea520 commit 850aa55

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

CHANGELOG

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,28 @@ New features:
77

88
Bug 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+
1028
Other:
1129

30+
* Invalidate port name cache on new scan
31+
1232
0.2.0
1333
=====
1434

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 2)
7+
set(VERSION_MINOR 3)
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.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

0 commit comments

Comments
 (0)