Minor Changelog and .editorconfig changes
This commit is contained in:
parent
3588c3f5bc
commit
ec4656d1dd
3 changed files with 16 additions and 12 deletions
|
|
@ -13,6 +13,5 @@ indent_style = space
|
||||||
insert_final_newline = true
|
insert_final_newline = true
|
||||||
trim_trailing_whitespace = true
|
trim_trailing_whitespace = true
|
||||||
|
|
||||||
[*.{fl,in,sh,ttl,yml}]
|
[*.{fl,in,md,sh,ttl,yml}]
|
||||||
indent_size = 2
|
indent_size = 2
|
||||||
indent_style = space
|
|
||||||
|
|
|
||||||
19
CHANGELOG.md
19
CHANGELOG.md
|
|
@ -4,7 +4,14 @@ The format is based on [Keep a Changelog][1].
|
||||||
|
|
||||||
This project tries to adhere to [Semantic Versioning][2].
|
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
|
## [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)
|
- 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.
|
- 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.
|
- Various CI changes.
|
||||||
|
- Updated STB image to 2.29.
|
||||||
|
|
||||||
### Fixed
|
### 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/
|
[1]: https://keepachangelog.com/en/1.0.0/
|
||||||
[2]: https://semver.org/spec/v2.0.0.html
|
[2]: https://semver.org/spec/v2.0.0.html
|
||||||
|
|
||||||
[Unreleased]: https://github.com/sfztools/sfizz/compare/1.2.2...HEAD
|
[Unreleased]: https://github.com/sfztools/sfizz-ui/compare/1.2.3...HEAD
|
||||||
[1.2.2]: https://github.com/sfztools/sfizz/compare/1.2.1...1.2.2
|
[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.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.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
|
[1.1.1]: https://github.com/sfztools/sfizz/compare/1.1.0...1.1.1
|
||||||
|
|
|
||||||
6
todo.md
6
todo.md
|
|
@ -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).
|
|
||||||
Loading…
Add table
Reference in a new issue