File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,6 +5,19 @@ Release date:
55
66New features:
77
8+ Bug fixes:
9+
10+ Other:
11+
12+ 4.0.0
13+ =====
14+
15+ Release date:
16+
17+ Fri, 12 Jun 2026 20:55:10 +0300
18+
19+ New features:
20+
821* Implement Delay as a generic rack effect
922
1023* Implement Chorus effect
Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ cmake_minimum_required(VERSION 3.14)
33project (Noteahead LANGUAGES CXX )
44
55# Global version
6- set (VERSION_MAJOR 3 )
7- set (VERSION_MINOR 2 )
6+ set (VERSION_MAJOR 4 )
7+ set (VERSION_MINOR 0 )
88set (VERSION_PATCH 0)
99set (VERSION "${VERSION_MAJOR} .${VERSION_MINOR} .${VERSION_PATCH} " )
1010
Original file line number Diff line number Diff line change 1818 <url type =" homepage" >https://github.com/juzzlin/Noteahead</url >
1919 <update_contact >jussi.lind@iki.fi</update_contact >
2020 <releases >
21- <release version =" 3.2 .0" date =" 2026-06-03 " ></release >
21+ <release version =" 4.0 .0" date =" 2026-06-12 " ></release >
2222 </releases >
2323</component >
Original file line number Diff line number Diff line change 1- git archive --format=tar.gz --prefix=noteahead-3.2 .0/ HEAD > noteahead-3.2 .0.tar.gz
1+ git archive --format=tar.gz --prefix=noteahead-4.0 .0/ HEAD > noteahead-4.0 .0.tar.gz
You can’t perform that action at this time.
0 commit comments