Skip to content

Commit c15e2b8

Browse files
committed
1.8.1
1 parent 5ae1478 commit c15e2b8

File tree

4 files changed

+18
-5
lines changed

4 files changed

+18
-5
lines changed

CHANGELOG

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,29 @@ Release date:
55

66
New features:
77

8+
Bug fixes:
9+
10+
Other:
11+
12+
1.8.1
13+
=====
14+
15+
Release date:
16+
17+
Wed, 25 Mar 2026 21:59:27 +0200
18+
19+
New features:
20+
821
* Apply track cut/copy/paste also for MIDI CC and PB automations
922

1023
* Implement Random modulation for MIDI CC automations
1124

1225
* Implement Random modulation for pitch bend automations
1326

14-
Bug fixes:
15-
1627
Other:
1728

29+
* Calculate CC/PB modulation amplitudes from the full/half range
30+
1831
* Optimize track and column creation
1932

2033
1.8.0

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 8)
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.8.0" date="2026-03-03"></release>
21+
<release version="1.8.1" date="2026-03-25"></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.8.0/ HEAD > noteahead-1.8.0.tar.gz
1+
git archive --format=tar.gz --prefix=noteahead-1.8.1/ HEAD > noteahead-1.8.1.tar.gz

0 commit comments

Comments
 (0)