Skip to content

Releases: Cadlaxa/OpenUtau-Dictionary-Editor

v1.1.6

09 Jul 10:46
Compare
Choose a tag to compare

Fixes

  • Fixed critical saving bug that prevents the saving of the dictionaries (all formats)

v1.1.5

09 Jul 09:43
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

Fixes

  • Fixed security issue with windows executable file

v0.8.5

24 May 08:29
Compare
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
Compare
Choose a tag to compare

Fixes

  • Fixes to saving YAML dictionaries doesn't save

v0.7.7

20 May 03:23
Compare
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
Compare
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
Compare
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