Skip to content
This repository has been archived by the owner on May 19, 2021. It is now read-only.

Releases: bharadwaj-raju/TextSuggest

4.0.2 - Remove unused code; better install.sh

01 Jun 13:50
Compare
Choose a tag to compare

Improvements release.

  • Remove unused class SuggestionScoreCounter from server/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

31 May 14:50
Compare
Choose a tag to compare

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

28 May 18:47
Compare
Choose a tag to compare

Rewritten textsuggest-server in C++ as promised, and now suggestions are 100x faster.

(0.0005 seconds from 0.05 before)

3.0.0 - Performance++

29 Apr 16:40
Compare
Choose a tag to compare

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

30 Apr 06:58
Compare
Choose a tag to compare
  • 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.