Skip to content

v0.8.5

Compare
Choose a tag to compare
@Cadlaxa Cadlaxa released this 24 May 08:29
· 160 commits to main since this release

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