@@ -6,9 +6,31 @@ This project tries to adhere to [Semantic Versioning][2].
6
6
7
7
## [ Unreleased]
8
8
9
+ ### Added
10
+
11
+ - [ invoke.hpp] ( https://github.com/BlackMATov/invoke.hpp/ ) dependency/Git submodule.
12
+ - CI: build timeouts.
13
+ - C++20 Support (#1235 by @KKQ-KKQ )
14
+
15
+ ### Changed
16
+
17
+ - Refactor the messaging system
18
+ Trading off complexity when parsing/replying to the messages for complexity
19
+ in some templated and overloaded code blocks.
20
+ - Truncate MIDI values when denormalizing (by @essej ).
21
+ - Improved note-on performance (#1232 by @KKQ-KKQ )
22
+ - Updated abseil-cpp to 20240116.0.
23
+ - Usual little CI improvements.
24
+
25
+ ### Fixed
26
+
27
+ - Tweak SynthMessaging (#1241 )
28
+ - Fix a ModMatrix bug (#1242 )
29
+ - Fixed a bug that causes invalid effect output (#1243 by @KKQ-KKQ )
30
+
9
31
## [ 1.2.3] - 2024-01-15
10
32
11
- ### Added
33
+ ### Added
12
34
13
35
- Support for curvecc opcodes on v1 EGs (@PythonBlue )
14
36
- Support for ` lotimer/hitimer ` (@essej )
@@ -813,7 +835,8 @@ becoming a library to be used in other projects, plus a LV2 plugin.
813
835
[ 1 ] : https://keepachangelog.com/en/1.0.0/
814
836
[ 2 ] : https://semver.org/spec/v2.0.0.html
815
837
816
- [ Unreleased ] : https://github.com/sfztools/sfizz/compare/1.2.2...HEAD
838
+ [ Unreleased ] : https://github.com/sfztools/sfizz/compare/1.2.3...HEAD
839
+ [ 1.2.3 ] : https://github.com/sfztools/sfizz/compare/1.2.2...1.2.3
817
840
[ 1.2.2 ] : https://github.com/sfztools/sfizz/compare/1.2.1...1.2.2
818
841
[ 1.2.1 ] : https://github.com/sfztools/sfizz/compare/1.2.0...1.2.1
819
842
[ 1.2.0 ] : https://github.com/sfztools/sfizz/compare/1.1.1...1.2.0
0 commit comments