This repository has been archived by the owner on May 19, 2021. It is now read-only.
Releases: bharadwaj-raju/TextSuggest
Releases · bharadwaj-raju/TextSuggest
4.0.2 - Remove unused code; better install.sh
Improvements release.
- Remove unused class
SuggestionScoreCounter
fromserver/DataBase.hpp
- Fix install.sh to no longer mess with user home directories
4.0.1 - Fix auto-install.sh for Debian-based distros; cleanup
Bugfix release.
auto-install.sh
wasn't working for Debian based distros due to missing package, thanks @logix2.- Remove unneccesary Windows and macOS specific code files from
lib/clip
.
4.0.0 - Now 100x Faster
Rewritten textsuggest-server in C++ as promised, and now suggestions are 100x faster.
(0.0005 seconds from 0.05 before)
3.0.0 - Performance++
Rewritten the TextSuggest UI in C++ and Qt for much better speed now. Hopefully I'll soon rewrite textsuggest-server in C++ too.
2.0.0 - Qt UI, Python Server
- Rewritten TextSuggest UI in Python + switched to a server/UI design.
- More efficient history file format
- New feature: word ignore list
Result: much better performance and code quality.