Skip to content

Commit 058a3e5

Browse files
committed
1.8.0
1 parent a656992 commit 058a3e5

6 files changed

Lines changed: 18 additions & 5 deletions

File tree

CHANGELOG

Lines changed: 13 additions & 0 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.8.0
13+
=====
14+
15+
Release date:
16+
17+
Tue, 03 Mar 2026 21:00:57 +0200
18+
19+
New features:
20+
821
* Implement a user manual dialog
922

1023
* Implement integrated Jack recorder

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ project(Noteahead LANGUAGES CXX)
44

55
# Global version
66
set(VERSION_MAJOR 1)
7-
set(VERSION_MINOR 7)
8-
set(VERSION_PATCH 1)
7+
set(VERSION_MINOR 8)
8+
set(VERSION_PATCH 0)
99
set(VERSION "${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_PATCH}")
1010

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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Noteahead is designed to be especially a MIDI tracker, so it has/will have featu
99
Noteahead is written in Qt/QML/C++20 on top of RtMidi back-end + RtAudio for the audio recorder. It builds with CMake and uses CTest + Qt Test framework for unit tests.
1010

1111
<table>
12-
<tr><td colspan="3"><img src="/screenshots/0.2.0/Noteahead_1.png" width="100%"></td></tr>
12+
<tr><td colspan="3"><img src="/screenshots/1.8.0/1.png" width="100%"></td></tr>
1313
<tr>
1414
<td><img src="/screenshots/0.6.0/Noteahead_1.png" width="100%"></td>
1515
<td><img src="/screenshots/0.6.0/Noteahead_2.png" width="100%"></td>

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.1" date="2026-02-10"></release>
21+
<release version="1.8.0" date="2026-03-03"></release>
2222
</releases>
2323
</component>

screenshots/1.8.0/1.png

199 KB
Loading

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.1/ HEAD > noteahead-1.7.1.tar.gz
1+
git archive --format=tar.gz --prefix=noteahead-1.8.0/ HEAD > noteahead-1.8.0.tar.gz

0 commit comments

Comments
 (0)