Skip to content

Commit

Permalink
Minor Changelog and .editorconfig changes
Browse files Browse the repository at this point in the history
  • Loading branch information
redtide committed Feb 23, 2024
1 parent 3588c3f commit ec4656d
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 12 deletions.
3 changes: 1 addition & 2 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
19 changes: 15 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,26 @@ 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

### 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.
- 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

Expand Down Expand Up @@ -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
Expand Down
6 changes: 0 additions & 6 deletions todo.md

This file was deleted.

0 comments on commit ec4656d

Please sign in to comment.