Skip to content

Continuous Deploy + misc

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Dec 19:26
· 153 commits to master since this release

The main change is continuous deployment, which isn't an editor feature itself, but a dev workflow improvement. Basically you push a change and run a single command to get Github to build the downloads for you! @OPNA2608 contributed this amazing feature, thanks so much!

Additionally OPNA2608 helped get the 32-bit windows build set up! Thanks again.

Editor changes

  1. Add visual indicator about when notes / velocity copying is enabled.
  2. Add ability to style piano roll, in addition to widgets (thanks Ewan for contributing!)
  3. Add command line option to clear app settings from command line (thanks Ewan for contributing!)
  4. For the big editor changes since last major release, check out the release notes for v0.5.0.1

Fixes

  1. Fixes related to custom style environments (thanks Ewan for contributing!)
    • If a custom style has no palette, use the default palette
    • Don't load styles in headless mode
  2. Fix a bug that'd paste things incorrectly if a voice was deleted previously
  3. Fix bug that'd copy notes beyond the selection range
  4. Fixed extraneous padding in the welcome dialog in some situations
  5. Don't open the autosave directory if the user declines the autosave dialog (thanks Ewan for contributing!)