File tree Expand file tree Collapse file tree 4 files changed +14
-3
lines changed Expand file tree Collapse file tree 4 files changed +14
-3
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,17 @@ Release date:
55
66New features:
77
8+ Bug fixes:
9+
10+ 0.13.0
11+ ======
12+
13+ Release date:
14+
15+ Mon, 06 Oct 2025 21:25:24 +0300
16+
17+ New features:
18+
819* Implement random velocity jitter in instrument settings
920
1021* Show track index in the track settings dialog
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 12 )
7+ set (VERSION_MINOR 13 )
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.12 .0" date =" 2025-09-10 " ></release >
21+ <release version =" 0.13 .0" date =" 2025-10-06 " ></release >
2222 </releases >
2323</component >
Original file line number Diff line number Diff line change 1- git archive --format=tar.gz --prefix=noteahead-0.12 .0/ HEAD > noteahead-0.12 .0.tar.gz
1+ git archive --format=tar.gz --prefix=noteahead-0.13 .0/ HEAD > noteahead-0.13 .0.tar.gz
You can’t perform that action at this time.
0 commit comments