Skip to content

Commit c8d9449

Browse files
committed
1.7.1
1 parent e986d73 commit c8d9449

4 files changed

Lines changed: 14 additions & 5 deletions

File tree

CHANGELOG

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,21 @@ New features:
77

88
Bug 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-
1625
1.7.0
1726
=====
1827

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ project(Noteahead LANGUAGES CXX)
55
# Global version
66
set(VERSION_MAJOR 1)
77
set(VERSION_MINOR 7)
8-
set(VERSION_PATCH 0)
8+
set(VERSION_PATCH 1)
99
set(VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")
1010

1111
message("\n${CMAKE_PROJECT_NAME} ${VERSION}\n")

data/linux/noteahead.appdata.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@
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>

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-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

0 commit comments

Comments
 (0)