File tree Expand file tree Collapse file tree 4 files changed +16
-5
lines changed
Expand file tree Collapse file tree 4 files changed +16
-5
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,19 @@ Release date:
55
66New features:
77
8+ Bug fixes:
9+
10+ Other:
11+
12+ 0.11.0
13+ ======
14+
15+ Release date:
16+
17+ Fri, 29 Aug 2025 21:17:38 +0300
18+
19+ New features:
20+
821* Allow transposing by +2/-2 semitones
922
1023* Fix GitHub Issue #24: Implement velocity interpolation on track-level
@@ -15,8 +28,6 @@ Bug fixes:
1528
1629* Fix GitHub Issue #22: MIDI transport events sent event if disabled
1730
18- Other:
19-
20310.10.0
2132======
2233
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 10 )
7+ set (VERSION_MINOR 11 )
88set (VERSION_PATCH 0)
99set (VERSION "${VERSION_MAJOR} .${VERSION_MINOR} .${VERSION_PATCH} " )
1010
Original file line number Diff line number Diff line change 1818 <url type =" homepage" >https://github.com/juzzlin/Noteahead</url >
1919 <
update_contact >
[email protected] </
update_contact >
2020 <releases >
21- <release version =" 0.10 .0" date =" 2025-07-21 " ></release >
21+ <release version =" 0.11 .0" date =" 2025-08-29 " ></release >
2222 </releases >
2323</component >
Original file line number Diff line number Diff line change 1- git archive --format=tar.gz --prefix=noteahead-0.10 .0/ HEAD > noteahead-0.10 .0.tar.gz
1+ git archive --format=tar.gz --prefix=noteahead-0.11 .0/ HEAD > noteahead-0.11 .0.tar.gz
You can’t perform that action at this time.
0 commit comments