2022-03-07 12:41:54 +01:00
|
|
|
# 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]
|
2022-12-04 06:43:40 +01:00
|
|
|
### Added
|
2023-01-04 10:44:46 +01:00
|
|
|
- Bit depth and sample rate import options.
|
2022-12-04 06:43:40 +01:00
|
|
|
- Paste from JSXFR.
|
2022-10-13 05:23:15 +02:00
|
|
|
|
|
|
|
## [1.2.0] - 2022-10-13
|
2022-09-20 08:07:12 +02:00
|
|
|
### Added
|
2022-09-25 05:19:17 +02:00
|
|
|
- Implement custom slider.
|
2022-07-30 03:36:40 +02:00
|
|
|
|
|
|
|
## [1.1.1] - 2022-07-30
|
2022-07-24 17:44:34 +02:00
|
|
|
### Fixed
|
|
|
|
- Slider min value for a bipolar parameter should be -1.
|
2022-03-10 10:29:30 +01:00
|
|
|
|
|
|
|
## [1.1.0] - 2022-03-10
|
2022-03-07 12:41:54 +01:00
|
|
|
### Added
|
|
|
|
- Extra options menu: Save As, Copy, and Paste.
|
2022-03-08 07:04:47 +01:00
|
|
|
- Add a copy of the LICENSE in the plugin folder.
|
2022-03-10 10:18:25 +01:00
|
|
|
- Keep several recently generated sounds in the menu.
|
2022-03-07 12:41:54 +01:00
|
|
|
|
|
|
|
## [1.0.0] - 2022-02-25
|
|
|
|
### Added
|
|
|
|
- Initial release.
|
|
|
|
|
|
|
|
[1.0.0]: https://github.com/timothyqiu/gdfxr/releases/tag/1.0
|
2022-03-10 10:29:30 +01:00
|
|
|
[1.1.0]: https://github.com/timothyqiu/gdfxr/releases/tag/1.1
|
2022-07-30 03:36:40 +02:00
|
|
|
[1.1.1]: https://github.com/timothyqiu/gdfxr/releases/tag/1.1.1
|
2022-10-13 05:23:15 +02:00
|
|
|
[1.2.0]: https://github.com/timothyqiu/gdfxr/releases/tag/1.2
|