From c7a0bb1b34f6d9debd0dbd94ed5d54e2397107d8 Mon Sep 17 00:00:00 2001 From: Paul Ferrand Date: Sun, 14 Jan 2024 21:56:49 +0100 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9193885f..81a50242 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,20 @@ The format is based on [Keep a Changelog][1]. This project tries to adhere to [Semantic Versioning][2]. -## [Unreleased] +## Unreleased + +## [1.2.3] - 2024-01-15 + +### Changed + +- Updated the engine to 1.2.3 (see https://github.com/sfztools/sfizz/blob/develop/CHANGELOG.md) +- Remove the sfizz engine version in the option panel. +- The sfizz version in the about page (when clicking on the sfizz icon text) is now the plugin version rather than the engine version, with the plugin commit hash if appended. +- Various CI changes. + +### Fixed + +- Improve cross-platform path handling to search for SFZ files in user documents. ## [1.2.2] - 2023-08-27