Skip to content

Releases: Cadlaxa/OpenUtau-Dictionary-Editor

v1.1.5

09 Jul 09:43

Choose a tag to compare

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 open Entry 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

30 Jun 04:06

Choose a tag to compare

New Features

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

v0.9.0

21 Jun 12:19

Choose a tag to compare

New

  • Fixes to fonts for different languages
  • Added download progress bar

Fixes

  • Fixed to system exit after propting the user to manually move the files after download
  • Code Fixes and Updates

Updates

  • Updates to ZH readme by @Zout141

v0.8.6

06 Jun 09:55

Choose a tag to compare

Fixes

  • Fixed security issue with windows executable file

v0.8.5

24 May 08:29

Choose a tag to compare

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 YAML files throwing no grapheme entry error when there's a blank line
  • Fixed ruamel.yaml yaml width to prevent line breaks on long entries
  • Other performance fixes

v0.7.8

20 May 14:12

Choose a tag to compare

Fixes

  • Fixes to saving YAML dictionaries doesn't save

v0.7.7

20 May 03:23

Choose a tag to compare

Updates

  • Reworked YAML saving function to use Ruamel.yaml yaml.dump
  • Merged 2 YAML saving buttons into 1 main button (standard banks and diffsinger banks both supports the yaml.org,2002:map yaml 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

17 May 04:24

Choose a tag to compare

image

New Features

  • Added Synthv Import and Export json dictionary files
  • Added Find next and Find previous entries on regex dialog
  • Split Replace button to Replace and Replace All

Updates

  • Automatically add extension filenames when saving
  • Update View Symbols to Edit Symbols (functions limited to: add/delete symbols, select/deselect, search the symbols, and save symbols to template)
  • Added save symbols to template yaml file and update templates combobox reads the Templates folder when new file is saved through save 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

13 May 01:39

Choose a tag to compare

Fixes

  • Fixed regex dialog, copy, cut, paste, delete, search broken on v0.6.1
  • changes to keybinds so that windows and macos doesn't overlap

v0.6.1

12 May 13:21

Choose a tag to compare

image

New Features

  • Add select all function via Ctrl + a or Command + a
  • Added Japanese Localization (made with DeepL)
  • Added index header on treeview

Updates

  • Remove ask file dialog to find the templates folder and replace to automatically use the templates folder.
  • 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 str error
  • 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