Releases: sdercolin/vlabeler
1.0.0-beta11
If you have downloaded this release before and find your UTAU singer labeler
is not inside the UTAU
category, please redownload this version, or download the utau-singer.default.labeler.json
here and replace it.
Fix
- Fix the launching issue for macOS
- Reverts compose version to 1.2.2
- Fix labeler parsing issue when migrated with outdated labeler files, which causes crashing before the main UI is loaded.
Improvement
- Update Japanese texts in labelers and plugins
Full Changelog: 1.0.0-beta10...1.0.0-beta11
1.0.0-beta10
Improvement
- Add a selection box for sub-projects in
Sample List
to allow managing multiple sub-projects inside the dialog - Add
Output file
setting item inProject Settings
Fix
- Fix default entry creation by labelers
Full Changelog: 1.0.0-beta9...1.0.0-beta10
1.0.0-beta9
Improvement
New Project
UI and workflow overhual. Built-in labelers/plugins are updated accordingly.- Add
Cut at Current Cursor Position
key action (requires shortcut setup) - Show current project name in the title of window
Fix
- Fix an issue in
mark-oto-entries-in-ust
plugin
Removed legacy support
We have removed support for some legacy features in this release. If you have recently updated the app, you should have already migrated away from these features and should not experience any issues.
- Remove support for some outdated values in the app config. If you haven't been updated vLabeler and changed any configs for a long time, you may lose those settings. Including:
Fixed-drag
andScissors behavior
- Remove legacy support of labelers on
parser
andwriter
scripts. If you are using customized labelers, they may not work after this update. - Remove legacy support of batch edit plugins using
output
variable as output. If you are using plugins that are not developed according to the latest plugin development documentation, they may not work after this update.
Framework update
- Upgrade compose-multiplatform to 1.3.0
Full Changelog: 1.0.0-beta8...1.0.0-beta9
1.0.0-beta8
- Fix an issue about positive cutoff values in oto
- Do not copy default(built-in) labelers to user directory from this version
- Fix some Japanese texts
- Fix some other UI issues
Full Changelog: 1.0.0-beta7...1.0.0-beta8
1.0.0-beta7
- Add
Project Settings
in the menuFile
: basic settings and labeler settings of existing project - Add batch edit plugin
Mark oto entries used in ust
- Fix the issue of auto-save
- Fix the issue of the search bar in the entry list
- Update Japanese texts
Full Changelog: 1.0.0-beta6...1.0.0-beta7
1.0.0-beta6
- Add video integration feature (need extra application installation, see Video Integration section in README for details). Contributed by @cyclekiller
- Add
move current entry to ...
feature in menuEdit
- Add template generator plugin
ust2lab-any
, an updated version ofust2lab-ja-kana
that takes a customizable dictionary for parsing - Fix some UI issues when using
textgrid-labeler
(the labeler itself is not updated) - Fix crashing about multi-thread JavaScript engine usage
Full Changelog: 1.0.0-beta5...1.0.0-beta6
1.0.0-beta5
- New plugin:
Mark illegal entries
(Given a list of legal labels, mark the entries that have names not in the list) - Fix issues in the plugin
Lab generator with ust (ja-kana)
- Fix unexpected snapping behaviors when dragging parameter lines
- Fix crashes when exporting projects with illegal paths
- Use relative paths in project files and caches if possible
- Fix behaviors of directory picker on Linux
- Fix other potential crashes
Full Changelog: 1.0.0-beta4...1.0.0-beta5
1.0.0-beta4
- New plugin support: UTAU resampler test (synthesis test). Please check details in vlabeler-resampler-test.
- Enhancement: Allow export/import parameter presets to default/slot/file. Check the newly added buttons on the top right of all plugin/labeler configuration dialogs
- New feature: Property value setting by input. Click on the properties in the property view and enter your desired value. Actions are added but shortcuts are not set by default. Please search for
Input Value for Property
in the keymap and add shortcuts if you need them. - Add usage data tracking (optional). See details: About usage data tracking in vLabeler
- Enhancement: Make simple dialog automatically focus on the
OK
button (so that you can pressEnter
to continue quickly) - Fix issue: The keymap settings dialog could not correctly catch some key combinations
- Fix some issues about entry
end
with negative values (positive cutoff values in UTAU oto)
Full Changelog: 1.0.0-beta3...1.0.0-beta4
1.0.0-beta2
- Fix the issue that the whole cache directory is deleted when creating project, which causes that unrelated files are also deleted if the cache directory is set to another directory.
- Fix auto-scrolling of sub-project selector bar
- Turn off
Normalize Audio
in the default preferences (SeePreferences
->Charts
->Wavform
->Normalize audio
). Please change it manually after updating if you don't need it.
Full Changelog: 1.0.0-beta1...1.0.0-beta2
1.0.0-beta1
Beta released!
- Implement integretation with OpenUtau
- Fix some UI issues
- Beta demo video uploaded (please check README)
Full Changelog: 1.0.0-alpha29...1.0.0-beta1