From ec4656d1dd06010d2eb315be24477a3d6ab5b0f9 Mon Sep 17 00:00:00 2001 From: redtide Date: Fri, 23 Feb 2024 15:09:53 +0100 Subject: [PATCH] Minor Changelog and .editorconfig changes --- .editorconfig | 3 +-- CHANGELOG.md | 19 +++++++++++++++---- todo.md | 6 ------ 3 files changed, 16 insertions(+), 12 deletions(-) delete mode 100644 todo.md diff --git a/.editorconfig b/.editorconfig index 174deec7..31b34de6 100644 --- a/.editorconfig +++ b/.editorconfig @@ -13,6 +13,5 @@ indent_style = space insert_final_newline = true trim_trailing_whitespace = true -[*.{fl,in,sh,ttl,yml}] +[*.{fl,in,md,sh,ttl,yml}] indent_size = 2 -indent_style = space diff --git a/CHANGELOG.md b/CHANGELOG.md index 81a50242..0f72c692 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,14 @@ The format is based on [Keep a Changelog][1]. This project tries to adhere to [Semantic Versioning][2]. -## Unreleased +## [Unreleased] + +### Changed + +- Avoid duplicated LV2 State Extension path mapping features (#124 by @rncbc). +- Various CI and CMake improvements. +- Updated VSTGUI to 4.13.3. +- Updated VST3SDK to update to 3.7.10_build_14. ## [1.2.3] - 2024-01-15 @@ -12,8 +19,11 @@ This project tries to adhere to [Semantic Versioning][2]. - 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. +- 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. +- Updated STB image to 2.29. ### Fixed @@ -799,8 +809,9 @@ becoming a library to be used in other projects, plus a LV2 plugin. [1]: https://keepachangelog.com/en/1.0.0/ [2]: https://semver.org/spec/v2.0.0.html -[Unreleased]: https://github.com/sfztools/sfizz/compare/1.2.2...HEAD -[1.2.2]: https://github.com/sfztools/sfizz/compare/1.2.1...1.2.2 +[Unreleased]: https://github.com/sfztools/sfizz-ui/compare/1.2.3...HEAD +[1.2.3]: https://github.com/sfztools/sfizz-ui/compare/1.2.2...1.2.3 +[1.2.2]: https://github.com/sfztools/sfizz-ui/commits/1.2.2/ [1.2.1]: https://github.com/sfztools/sfizz/compare/1.2.0...1.2.1 [1.2.0]: https://github.com/sfztools/sfizz/compare/1.1.1...1.2.0 [1.1.1]: https://github.com/sfztools/sfizz/compare/1.1.0...1.1.1 diff --git a/todo.md b/todo.md deleted file mode 100644 index 092873be..00000000 --- a/todo.md +++ /dev/null @@ -1,6 +0,0 @@ -# todo - -## FIXME - -- Restore `add_custom_target` in `sfztools/sfizz@a2f62ea` to work with the new current version of - `GitBuildID.cmake` (or other solution to always build).