------------------------------------------------------------------- Thu Jun 17 07:27:33 UTC 2021 - andy great - Update to version 5.0.0. * Fixed * Greatly reduce memory usage. * Increase speed of spellchecking. * Fix long lagging when generating suggestions in edge cases. * Fix building on OS Haiku. * Changed * Split file dictionary.hxx/cxx into multiple files. The other files are implementation details and the public header dictionary.hxx is now clean of private details. * Removed * Remove functions and classes that were deprecated in v4.x. ------------------------------------------------------------------- Tue Jan 12 21:07:52 UTC 2021 - andy great - Update to version 4.2.0. * Deprecate functions that allowed non-Unicode encoding. In particular, Dictionary::imbue() and Dictionary::imbue_utf8(). * Completely remove dependency on Boost. The CLI tools were refactored to use ICU directly. ------------------------------------------------------------------- Thu Nov 26 08:42:53 UTC 2020 - andy great - Update to version 4.1.0. * Added: Add new API for finding dictionaries on the file-system. It is a set of free functions located in the file finder.hxx. * Fixed: Improve searching for dictionaries on the file-system. Fix finding them on Fedora. * Deprecated: Deprecate the old API for finding dictionaries, i.e. the class Finder in the file finder.hxx. - Updates since 3.1.2. * Fix handling CRLF line endings in .dic. Fixes #89. * Fix CMake scripts for unusual install prefixes. * Improve hash-table insertion, avoid temporaries. This improves loading times. * Switch man-page generator from Ronn to Pandoc. This changes the dependencies for building. See the README. * Fix lifetime issue (segmentation fault) in ngram-based suggestions. * Fix internal usage of std::codecvt in edge case in function to_wide() and to_narrow() * Fix not propagating recursion depth in spell_break(), which caused hangup. * Fix overwriting of PDB files when compiling with Visual Studio. This prevented debugging nuspell.dll. * Fix output of CLI tool to be more compatible to ispell and hunspell. * Boost is no longer a dependency of the library at all. It is still a dependency of the CLI tool. * Use std::string_view in the public API instead of const std::string&. Also use it internally at various places. * Build as shared library by default. Building as static is still possible via the CMake's variable BUILD_SHARED_LIBS. * The public API is annotated with dll-export/visibility attributes, and also some private functions are annotated needed for testing. This reduces the file size. * Use Unicode text segmentation by default in the CLI tool. Simple segmentation on white-space is still available via CLI option. * Delete deprecated functions in the class Finder. * Drop under-designed and undocumented feature in the CLI tool about personal dictionaries. ------------------------------------------------------------------- Sat Jul 11 17:52:37 UTC 2020 - andy great - Update to version 3.1.2. * Fixed: Internal refactorings that reduce function templates in utils and finder. * Changed: File utils.hxx is not installed any more. It is a private header. * Deprecated: Some functions for searching dictionaries in class Finder are deprecated as they were searching in directories that no longer contain dictionaries. ------------------------------------------------------------------- Sat Jul 11 17:49:40 UTC 2020 - andy great - Fix build for leap by enabling cmake rpath flag. ------------------------------------------------------------------- Thu Jun 4 15:48:03 UTC 2020 - Jan Engelhardt - Trim redundancies from description. - Drop redundant (autodetected) pkgconfig require. ------------------------------------------------------------------- Sat May 30 16:37:30 UTC 2020 - andy great - Add doxygen dependency, and build documentation. ------------------------------------------------------------------- Mon May 25 20:30:56 UTC 2020 - andy great - Add Catch2 dependeny for test. ------------------------------------------------------------------- Mon May 25 14:12:39 UTC 2020 - andy great - Enable build for share library. ------------------------------------------------------------------- Mon May 25 11:18:53 UTC 2020 - andy great - Update to version 3.1.1. * Updated description in README. * Moved Hunspell files from the directory "src" into the directory named "external" to clarify that it is third-party dependency. ------------------------------------------------------------------- Mon May 25 11:05:16 UTC 2020 - andy great - Enable testing. ------------------------------------------------------------------- Sat Apr 11 22:50:29 UTC 2020 - andy great - Initial package release.