File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,12 +7,21 @@ New features:
77
88Bug fixes:
99
10+ Other:
11+
12+ 1.7.1
13+ =====
14+
15+ Release date:
16+
17+ Tue, 10 Feb 2026 08:13:25 +0200
18+
19+ Bug fixes:
20+
1021* Fix graphical issues when adding a new column
1122
1223* Fix NoteVisualizer not taking mixer into account
1324
14- Other:
15-
16251.7.0
1726=====
1827
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ project(Noteahead LANGUAGES CXX)
55# Global version
66set (VERSION_MAJOR 1)
77set (VERSION_MINOR 7)
8- set (VERSION_PATCH 0 )
8+ set (VERSION_PATCH 1 )
99set (VERSION "${VERSION_MAJOR} .${VERSION_MINOR} .${VERSION_PATCH} " )
1010
1111message ("\n ${CMAKE_PROJECT_NAME} ${VERSION} \n " )
Original file line number Diff line number Diff line change 1818 <url type =" homepage" >https://github.com/juzzlin/Noteahead</url >
1919 <update_contact >jussi.lind@iki.fi</update_contact >
2020 <releases >
21- <release version =" 1.7.0 " date =" 2026-02-08 " ></release >
21+ <release version =" 1.7.1 " date =" 2026-02-10 " ></release >
2222 </releases >
2323</component >
Original file line number Diff line number Diff line change 1- git archive --format=tar.gz --prefix=noteahead-1.7.0 / HEAD > noteahead-1.7.0 .tar.gz
1+ git archive --format=tar.gz --prefix=noteahead-1.7.1 / HEAD > noteahead-1.7.1 .tar.gz
You can’t perform that action at this time.
0 commit comments