Tags

Tags give the ability to mark specific points in history as being important
  • 0.1.17

    protected
    Changes:
    * Reverted a change in the previous release that made model inference multithreaded due to performance issues with background tasks
    * Fix for navigation bar appearing white on white with light themes
    * Numerical settings now use a slider
    * Swipe deletion now offers undo
    * Fixed an issue where stuff would get autocorrected to a previous word during stress
    * Credits menu
    * Payments WIP
  • 0.1.16

    protected
    Changes:
    * The app is now on Play Store in open testing! https://play.google.com/store/apps/details?id=org.futo.inputmethod.latin.playstore
    * Some unnecessary permissions were cleaned up/removed
    * An initial swipe typing algorithm was implemented, it still needs more work but you can already swipe stuff!
    * You can now re-arrange the order of items in the action bar
    * GPU memory leak was fixed whenever the keyboard was recreated due to theme change
    * Fixed a crash related to large llama prompt size
  • 0.1.15

    protected
    Changes:
    * Fixed an issue where the language model wouldn't get deallocated
    * Enter key no longer turns into an emoji key in IM text fields
    * Added a dedicated emoji key (this can be disabled in settings)
    * Added theme options for key borders and disabling popup hints
    * Added experimental "touch typing mode" in developer settings (tap the version code a bunch of times), which hides all keys. Useful to reduce OLED burn-in, but does not affect suggestion bar currently
    * Removed some potentially sensitive native logging
    * Added pre-alpha text to spacebar (if not overrided by language name)
  • 0.1.14.1

    protected
    eb97ee37 · Enable logging in builds ·
    Small patch to enable native logging to better debug native errors
  • 0.1.14

    protected
    5460d696 · Update dictionary URL ·
    Changes:
    * Added links to the chats and email
    * You can now import dictionaries, voice input models and manage them (in preparation for making the app fully offline)
    * As a consequence, you can now also use voice input with other languages after importing a multilingual model
  • 0.1.13

    protected
    bec40d16 · Fix log assertions ggml ·
    Patch release:
    * Fixed Voice Input bug that would cause infinite processing if the recording length was over 27.04 seconds but below 30 seconds
    * WIP Languages screen in preparation for language-specific settings
  • 0.1.12

    protected
    a9b8e9de · Update CI ·
    Patch release that fixes a few bugs
    Changelog:
    * Screen stays awake during voice input now
    * Fixed JNI code returning invalid modified utf-8
    * Fixed a race condition where the voice input model could get freed during inference
    * Fixed keyboard logic conflicting with voice input, causing duplicate text if cursor is moved/updated
    * Made native inference cancellable early