Releases: Cadlaxa/OpenUtau-Dictionary-Editor
Releases · Cadlaxa/OpenUtau-Dictionary-Editor
v1.6.1
New
- G2p combobox are now alphabetically arranged
- Add support for Diffsinger Phoneme Replacement entries on Symbols Editor
- Add saving window for template saving
- Add entry drag for Symbols Editor
- Add
Get Symbols
function (gets the phonemes on the Entry Editor and adds and guesses the phoneme type to the Symbols Editor) - Add Tooltips and Tooltips toggle
- Add cache cleaner
- Added Russian HHSKT G2p by @Megageorgio
Updates
- Ensure ascii is false when dumping the data on JSON
Import CMUdict
now supports tabs instead of 2 spaces word-phoneme separation- Proper YAML block style
- Revamp Template mechanics
- Revamp
Append YAML file
toAppend Dictionary
(now supports all of the current dictionary formats) - Update Localizations @LOLSALT
Fixes
- Fixes to YAML dump
- Font fixes
- Fixes to numbered phonemes gets int-str error when processing
- Fixes to Copy and paste function to validate YAML entries first
- Code fixes
v1.4.2
New
Add file drag and drop file support to open them directly
- Adds
open with
function to edit the dictionary files without opening the application first - Get lyrics from the track and add them to the treeview with the predicted phonemes from the selected G2p model
- Import voicebank yaml dictionary (Can be used only when the GUI is used as an OpenUtau Plugin)
- Added Regenate YAML template from reclist function
- Added Phonetic System replace (Users can add other phonetic systems by editing the
phoneme systems.csv
on theTemplates
folder)
Updates
Fixes
- Update Localizations and fixes to the code
- Fix loading window and saving window delay
- Retranslated Tagalog to Filipino
v1.2.9
Updates
- Regex find and replace now directly iterates and edits the self.dictionary (the data that holds the graphemes and phonemes) instead of the treeview
Fixes
- [JA Monophone G2P] Add missing phonemes @lottev1991
- Fixes to JA Monophone G2P splitting graphemes to phonemes
- Fixes fonts on treeview
v1.2.5
v1.2.1
v1.1.6
v1.1.5
New Features
- Directly edit the entry with double click or
enter
button - Button for G2P suggestions on direct entry edit
- Update Localizations (@LOLSALT )
- New keyboard shortcut: [
Enter
= adding new entry/symbol,Ctrl/Command + f
= search,Ctrl/Command + h
= Replace window,Esc
= close the windows] - New 5 themes: (
Sunny Yellow
,Yellow Green
,Payne's Gray
,Sky Magenta
,Light See Green
) - Update Localizations + New Localizations (
French
,Russian
) - Add localizations for messageboxes
- Show Context Menu on
Right-Click
(Only available on Entry Editor)
Updates
- Copy entry function can now copy the data through the system's clipboard
- Paste function can now paste the data on the system's clipboard (only yaml and cmudict format is accepted)
Note for this feature: If you're going to use the .pyw file, install again the requirements.txt
- Improved Treeview performance especially on bigger dictionary files
- Revamp drag message UI
- Set default theme and accent to
Mint Dark
- Closing the
Main GUI
with an openEntry Viewer
instance will prompt a message instead of closing the GUI immediately
Fixes
- Fixed Blank combobox on the G2p suggestions
- G2p Suggestion switch is now also saved on
settings.ini
- Code fixes and cleanup
- Fixes to G2p combobox, updates also the phoneme entry automatically when changing the models
v0.9.7
New Features
- Added G2p Suggestions (onnx model fixes by @Astel123457 )
- Arpabet-plus G2p (@Cadlaxa)
- French G2p
- Germern G2p (@lottev1991)
- Italian G2p (@lottev1991)
- Japanese Monophone G2p (@lottev1991)
- Millefeuille G2p (UFR https://utaufrance.com/)
- Portuguese G2p
- Russian G2p
- Spanish G2p (@lottev1991)
Updates
- Update Localizations
- Preparing 11 New themes: (
Sunny Yellow
,Moonstone
,Beaver
,Dark Red
,Liver
,Yellow Green
,Payne's Gray
,Hunter Green
,Sky Magenta
,Light See Green
,Middle Green Yellow
) - Revamp search function to select the closest value instead of filtering them, clicking the
search
button will iterates the closest search value
Fixes
- Fixed word and entry bug when typing with a g2p suggestions
- Fixed batch loading performance of Entry window
- Fix keyboard bindings to not overlap with other systems