mirror of
https://github.com/Relintai/gdfxr.git
synced 2024-11-14 04:57:26 +01:00
34 lines
988 B
Markdown
34 lines
988 B
Markdown
# Changelog
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
|
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
|
|
## [Unreleased]
|
|
### Added
|
|
- Bit depth and sample rate import options.
|
|
- Paste from JSXFR.
|
|
|
|
## [1.2.0] - 2022-10-13
|
|
### Added
|
|
- Implement custom slider.
|
|
|
|
## [1.1.1] - 2022-07-30
|
|
### Fixed
|
|
- Slider min value for a bipolar parameter should be -1.
|
|
|
|
## [1.1.0] - 2022-03-10
|
|
### Added
|
|
- Extra options menu: Save As, Copy, and Paste.
|
|
- Add a copy of the LICENSE in the plugin folder.
|
|
- Keep several recently generated sounds in the menu.
|
|
|
|
## [1.0.0] - 2022-02-25
|
|
### Added
|
|
- Initial release.
|
|
|
|
[1.0.0]: https://github.com/timothyqiu/gdfxr/releases/tag/1.0
|
|
[1.1.0]: https://github.com/timothyqiu/gdfxr/releases/tag/1.1
|
|
[1.1.1]: https://github.com/timothyqiu/gdfxr/releases/tag/1.1.1
|
|
[1.2.0]: https://github.com/timothyqiu/gdfxr/releases/tag/1.2
|