Skip to content

v29.0

Compare
Choose a tag to compare
@sspanak sspanak released this 18 Mar 08:47
· 308 commits to master since this release

Long-awaited Popular Requests, Part 2

As a continuation from the previous release, this one introduces more long-awaited features: added word management (deleting and exporting to a CSV), changing the language while typing, Lithuanian language support, and more. As usual, there are some bug fixes and many small improvements.

What's Changed

  • Languages
    • Added Lithuanian language
    • Added a couple of new English words
  • New Stuff
    • It is now possible to change the language while typing a word. The digit combination will be preserved and the suggestions will be "converted" to the next language, whenever possible. Thanks to @flaviozavan for the idea and the initial work on this.
    • It is now possible to add new emoji using the Add Word function.
    • Added word management options: the words can now be deleted and exported to a CSV.
    • Documentation update (including a link to F-droid, thanks to @offa)
  • Bugs
    • fixed the navigation from dictionary loading notification to the Dictionaries screen
    • fixed the Next Suggestion and Previous Suggestion keys scrolling the wrong way for RTL languages
    • fixed OK and Next Language buttons being incorrectly swapped when the system language is RTL
    • fixed #444: adding words not working in Ukrainian, Hebrew and Yiddish
    • fixed #418: the Clear Filter key not breaking typing when no filter is active
  • Technical
    • Cleaned up the Settings code
    • The commit hash in the version string is now fixed to 8 characters to avoid discrepancies with the F-droid build.

Full Changelog: v28.0...v29.0