Skip to content

Commit e59d2f4

Browse files
committed
1.7.0
1 parent 63d30e6 commit e59d2f4

4 files changed

Lines changed: 16 additions & 5 deletions

File tree

CHANGELOG

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@ Release date:
55

66
New features:
77

8+
Bug fixes:
9+
10+
Other:
11+
12+
1.7.0
13+
=====
14+
15+
Release date:
16+
17+
Sun, 08 Feb 2026 19:40:04 +0200
18+
19+
New features:
20+
821
* Add tooltips to Song View pattern buttons
922

1023
* Allow jumping to a new song position during playback by clicking on the Song View
@@ -15,8 +28,6 @@ Bug fixes:
1528

1629
* Fix GitHub Issue #36: Loss of icons
1730

18-
Other:
19-
2031
1.6.0
2132
=====
2233

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 1)
7-
set(VERSION_MINOR 6)
7+
set(VERSION_MINOR 7)
88
set(VERSION_PATCH 0)
99
set(VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")
1010

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.6.0" date="2026-02-03"></release>
21+
<release version="1.7.0" date="2026-02-08"></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.6.0/ HEAD > noteahead-1.6.0.tar.gz
1+
git archive --format=tar.gz --prefix=noteahead-1.7.0/ HEAD > noteahead-1.7.0.tar.gz

0 commit comments

Comments
 (0)