Skip to content

v0.3.9

Choose a tag to compare

@Cadlaxa Cadlaxa released this 04 May 10:13
· 337 commits to main since this release

New Features

  • Add entry deselection function via Right-Click
  • Add feature to export CMUdict text files
  • Add undo and redo function via Ctrl + z/Command + z Ctrl + y/Command + y
  • New Icon by me slayed

Updates

  • Update Chinese Simplified, Chinese Traditional, and Cantonese localizations (thanks to @Zout141 )
  • Add entries function now adds the entry below the selected entry instead on the end of the treeview, if no selected entry, it will add to the end of the treeview instead.
  • Search function now ignores , from the search, from hh, eh, l, ow to hh eh l ow same with the regex find and replace function.
  • Make background update start checking in a non-blocking way

Fixes

  • Fixed Lemon Ginger theme font color on accented buttons for better contrast
  • Fixed drag label getting stuck when dragging into something else than the entries
  • Fixed Update button failed to check update if the internet is temporary disconnected and reconnects again
  • Fixes to import of CMUdict text, now will ignore comments ;;;
  • Fixes to opening YAML files
  • More Fixes