Skip to content

1.0.0-beta12

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Mar 12:46
· 372 commits to main since this release

Migration notes

From this version, we have removed some support for legacy formats of projects, labelers, and plugins to better support new features.
We are sorry for the inconvenience.

  1. Projects created by an old version of vLabeler might become incompatible. If you cannot open a project file after updating, please use the menu File -> Import... to import the content in a newly created project.

  2. Customized Labelers/Plugins written in legacy formats might be ignored.

  • If you are using vlabeler-textgrid, please update it to the latest version.
  • If you are using a self-made labeler/plugin, please check error logs for parsing errors. See the latest plugin development document or labeler definition as well for new specifications.

New feature

  • Project import (see the menu item File -> Import...). It can help you migrate data including vLabeler-specified items such as tags and stars.

Improvement

  • Add items (Root) Sample Directory and Cache Directory in Project Settings
  • Hide batch edit plugins that are not usable with the current project type by default. (You can toggle to revert to former behaviors in the menu Tools -> Batch Edit )

Fix

  • Fix chart width shifting for long audio files
    • After updating, the charts are displayed in the correct lengths. You need to fix the labels by hand if you find them shifting.
  • Fix UTAU singer labeler to include the only root folder by default (regardless of the use root directory settings)
  • Fix conditional crashes when writing cache files
  • Fix behaviors of the Output file item in Project Settings
  • Fix issues when changing the sample directory in Sample List
  • Fix modules editing in plugin executions

Full Changelog: 1.0.0-beta11...1.0.0-beta12