Update FUTO Keyboard authored by Aleksandras Kostarevas's avatar Aleksandras Kostarevas
...@@ -16,7 +16,7 @@ Current features: ...@@ -16,7 +16,7 @@ Current features:
* * Voice input action * * Voice input action
* * Emoji action * * Emoji action
* Scrolling emoji menu, with modern emoji, categories and recent * Scrolling emoji menu, with modern emoji, categories and recent
* Theming using preset themes and dynamic colors * Theming with dynamic colors or a few preset themes, and togglable key borders
* Integrated voice input (using whisper.cpp and [faster models](https://github.com/ggerganov/whisper.cpp/issues/1951)) * Integrated voice input (using whisper.cpp and [faster models](https://github.com/ggerganov/whisper.cpp/issues/1951))
* Swipe the spacebar to move cursor, swipe the delete key to delete * Swipe the spacebar to move cursor, swipe the delete key to delete
* System personal dictionary gets prompted to transformer model and voice input * System personal dictionary gets prompted to transformer model and voice input
...@@ -34,11 +34,11 @@ Current limitations: ...@@ -34,11 +34,11 @@ Current limitations:
## Roadmap ## Roadmap
Short-term: Short-term:
* Basic swipe typing
* Stability improvements, bug fixes, quality of life improvements * Stability improvements, bug fixes, quality of life improvements
* F-Droid/Play Store publishing * F-Droid/Play Store publishing
Short to mid term: Short to mid term:
* Basic swipe typing
* Improved onboarding, explaining the various features * Improved onboarding, explaining the various features
* Automatic personal dictionary, take common user words and feed them to models automatically so that the user doesn't have to manually add them * Automatic personal dictionary, take common user words and feed them to models automatically so that the user doesn't have to manually add them
* Algorithm improvements, better dealing with plurals, etc * Algorithm improvements, better dealing with plurals, etc
... ...
......