Skip to content

2.0.0

Compare
Choose a tag to compare
@mtrevisan mtrevisan released this 24 May 16:42
· 697 commits to master since this release
  • made update process stoppable
  • added a linter for thesaurus
  • added a menu to generate Dictionary FSA (used in LanguageTools, for example)
  • added a section to see the PoS FSA execution
  • fixed a bug on hyphenation: when the same rule is being added (with different breakpoints), the old one is being lost
  • substituted charting library
  • added undo/redo capabilities on input fields
  • completely revised thread management
  • fixed a nasty memory leak
  • now the sort dialog remains open after a sort
  • categorized the errors in (true) errors and warnings, now the warning are no longer blocking
  • reduced compiled size by 52% (from 6 201 344 B to 3 002 671 B)
  • reduced memory footprint by 13% (for dictionary linter: from 728 MB to 630 MB)
  • increased speed by 53% (for dictionary linter: from 4m 44s to 2m 13s)
  • various minor bugfixes and code revisions