Skip to content

Commit c76be0f

Browse files
committed
0.5.0
1 parent 5676fd3 commit c76be0f

File tree

3 files changed

+31
-2
lines changed

3 files changed

+31
-2
lines changed

CHANGELOG

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,41 @@ Release date:
55

66
New features:
77

8+
Bug fixes:
9+
10+
Other:
11+
12+
0.5.0
13+
=====
14+
15+
Release date:
16+
17+
Fri, 21 Mar 2025 21:04:32 +0200
18+
19+
New features:
20+
821
* Make it possible to loop patterns
922

1023
* Implement velocity interpolation on a column
1124

25+
* Add option to transpose by +/-6 semitones
26+
1227
Bug fixes:
1328

29+
* Fix double triggering of notes when editing
30+
31+
* Fix 'Send MIDI clock' not saved if OFF
32+
33+
* Fix current line count not updating on playback
34+
35+
* Save created date only once
36+
37+
* Update also column's mixer state when updating column headers
38+
39+
* Link Argengine and SimpleLogger statically
40+
41+
* Don't force the height of the main context menu
42+
1443
0.4.0
1544
=====
1645

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

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

0 commit comments

Comments
 (0)