Skip to content

Commit 607b5ba

Browse files
committed
1.0.0
1 parent 13c943d commit 607b5ba

File tree

4 files changed

+17
-8
lines changed

4 files changed

+17
-8
lines changed

CHANGELOG

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,24 @@ Release date:
55

66
New features:
77

8+
Bug fixes:
9+
10+
Other:
11+
12+
1.0.0
13+
=====
14+
15+
Release date:
16+
17+
Sat, 22 Nov 2025 13:50:42 +0200
18+
19+
New features:
20+
821
* Fix GitHub Issue #13: Implement MIDI file export
922
- Exports tempo track, note on/off, velocity
1023

1124
* Add percentage interpolation to velocity dialog
1225

13-
Bug fixes:
14-
15-
Other:
16-
1726
0.15.0
1827
======
1928

CMakeLists.txt

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

55
# Global version
6-
set(VERSION_MAJOR 0)
7-
set(VERSION_MINOR 15)
6+
set(VERSION_MAJOR 1)
7+
set(VERSION_MINOR 0)
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>[email protected]</update_contact>
2020
<releases>
21-
<release version="0.15.0" date="2025-11-11"></release>
21+
<release version="1.0.0" date="2025-11-22"></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-0.15.0/ HEAD > noteahead-0.15.0.tar.gz
1+
git archive --format=tar.gz --prefix=noteahead-1.0.0/ HEAD > noteahead-1.0.0.tar.gz

0 commit comments

Comments
 (0)