Skip to content

Commit d4284b7

Browse files
committed
0.15.0
1 parent 590e63e commit d4284b7

File tree

24 files changed

+22
-4
lines changed

24 files changed

+22
-4
lines changed

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+
0.15.0
13+
======
14+
15+
Release date:
16+
17+
Tue, 11 Nov 2025 19:07:20 +0200
18+
19+
New features:
20+
821
* Fix GitHub Issue #29: Implement a pattern play order view
922
- Play order is now displayed below the main tool bar
1023
- Clicking on a position will jump to the position

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 0)
7-
set(VERSION_MINOR 14)
8-
set(VERSION_PATCH 1)
7+
set(VERSION_MINOR 15)
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: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ Noteahead is written in Qt/QML/C++20 on top of RtMidi back-end + RtAudio for the
1313
<td><img src="/screenshots/0.6.0/Noteahead_2.png" width="100%"></td>
1414
<td><img src="/screenshots/0.6.0/Noteahead_3.png" width="100%"></td>
1515
</tr>
16+
<tr>
17+
<td><img src="/screenshots/0.15.0/2b.png" width="100%"></td>
18+
<td><img src="/screenshots/0.15.0/9b.png" width="100%"></td>
19+
<td><img src="/screenshots/0.15.0/15b.png" width="100%"></td>
20+
</tr>
1621
</table>
1722

1823
##

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>[email protected]</update_contact>
2020
<releases>
21-
<release version="0.14.1" date="2025-10-18"></release>
21+
<release version="0.15.0" date="2025-11-11"></release>
2222
</releases>
2323
</component>

screenshots/0.15.0/1.png

173 KB
Loading

screenshots/0.15.0/10.png

180 KB
Loading

screenshots/0.15.0/11.png

229 KB
Loading

screenshots/0.15.0/12.png

172 KB
Loading

screenshots/0.15.0/13.png

202 KB
Loading

screenshots/0.15.0/14.png

255 KB
Loading

0 commit comments

Comments
 (0)