gdfxr/CHANGELOG.md
Haoyu Qiu b5322f430f Add custom slider
This is a slider inspired by those used in Blender.

The control is a draggable slider displaying the current value as its
background. Clicking the control brings up a LineEdit for manual value
input.

When dragging the slider, hold CTRL to round to 0.1 increments or hold
SHIFT to round to 0.01 increments. Holding both CTRL and SHIFT rounds to
0.001 increments.
2022-09-25 11:19:17 +08:00

827 B

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

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.