Releases: Cadlaxa/OpenUtau-Dictionary-Editor
Releases · Cadlaxa/OpenUtau-Dictionary-Editor
v1.1.5
New Features
- Directly edit the entry with double click or enterbutton
- 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 GUIwith an openEntry Viewerinstance 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 searchbutton 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
v0.9.0
v0.8.6
v0.8.5
New Features
- Usage for cache files (.y'all) (extension filename by @BagelHero 😭😭)
- Use compressed cache for loading dictionary files for better performance (startup will be slow on big files cuz of loading the file itself + creating the cache for the first time)
- Added loading message when loading files
Updates
- Update cache files when saving the dictionary files
- Improved treeviewer performance (somewhat)...
Fixes
- Fixed opening YAMLfiles throwing nographemeentry error when there's a blank line
- Fixed ruamel.yamlyaml width to prevent line breaks on long entries
- Other performance fixes
v0.7.8
v0.7.7
Updates
- Reworked YAML saving function to use Ruamel.yamlyaml.dump
- Merged 2 YAML saving buttons into 1 main button (standard banks and diffsinger banks both supports the yaml.org,2002:mapyaml map formats)
- Add YAML validation when saving symbols as a template
Fixes
- preparation for saving/loading message window when saving files
- Code optimizations and fixes
- Update to Localizations
v0.7.1
New Features
- Added Synthv Import and Export jsondictionary files
- Added Find nextandFind previousentries on regex dialog
- Split Replacebutton toReplaceandReplace All
Updates
- Automatically add extension filenames when saving
- Update View SymbolstoEdit Symbols(functions limited to: add/delete symbols, select/deselect, search the symbols, and save symbols to template)
- Added save symbols to templateyaml file and update templates combobox reads theTemplatesfolder when new file is saved throughsave symbols to template
- Update to all Localizations + Cebuano,Spanish (Latin America)localizations
Fixes
- Fixed phonemes with special characters not adding quotes with the entire string.
- Fixes to save DS yaml gets double quotes with ruamel.yaml boolean words
v0.6.3
v0.6.1
New Features
- Add select all function via Ctrl + aorCommand + a
- Added JapaneseLocalization (made with DeepL)
- Added index header on treeview
Updates
- Remove ask file dialog to find the templatesfolder and replace to automatically use thetemplatesfolder.
- Improved cut and delete entry performance
Fixes
- Fixed to TopLevel Window on Regex Dialog
- Fixes to Icon did not apply to TopLevel Windows
- Fixed delete entries also clears the entry box
- Fixed loading YAML after loaded a CMUDict file causes list indices must be integers or slices, not strerror
- fixed export CMUDict didn't export removed phoneme accents and lower-cased phonemes
- Fixed Localization combobox to update on the current local of the GUI and use a human readable option instead of the filename.
- Fixed to DS saving format

