- Make matching in the database case insensitive (#251)
- Remove accents for “input_phrase” when learning from a text file (#252)
- Make matching in dictionaries case insensitive (Resolves: #251)
- Cleanup user database when Typing Booster starts (Resolves: #239) Also use the sqlite3 “VACUUM” command to rebuild the database file, repacking it into a minimal amount of disk space
- Add tabstatistics.py, command line tool to display some information about the database contents
- Use python3-pycountry as a fallback to langtable (Resolves: #250)