Releases: maliit/keyboard
Releases · maliit/keyboard
2.3.1
2.3.0
- Add CI build rule to build on KDE Neon
- Remove unused window flag setting code
- Replace remaining context properties with singletons
- Remove unused and useless install target
- Fix builds without Pinyin
- Fix the build of unit tests and enable them by default
- Fix a possible undefined error in CharKey
- Improve the PhoneNumber keyboard layout
- Fix the settings URL for Plasma Mobile kcm renaming
- Use new syntax for Connections components
- Rely on QQC2 styles insted of an internal themes implementation
2.2.1.1
2.2.1
- Remove the legacy CC-BY 3.0 licensed artwork.
- Simplify ActionsToolbar by removing need for states
- Visual spacing improvements for Keyboard and WordRibbon
- Add a visible separator between word suggestions
- Select a minimum width for word suggestion labels
- Make word suggestion font size proportional to WordRibbon height
- Hide WordRibbon when in cursor mode
- Make wordRibbon height proportional to Keyboard keys
- Only load emoji keyboard QML when state is EMOJI
- Fix typo in internal API (@sunweaver)
- Adjust glib deprecation fix to work with glib < 2.68
- Update Italian translation (@albanobattistella)
- Ensure all icon names are corrrect and using symbolic variants
- Fix some typos in QML imports (@surprized)
- Make sursor mode available for Japanese plugin (@Fuseteam)
- Enable use of anthy-unicode instead of anthy (@fujiwarat)
maliit-keyboard 2.2.0
Maliit Keyboard 2.1.0
CHANGES SINCE 2.0.0
- Remove label from language key on emoji keyboard
- Remove the unused and outdated styling support
- Support icon themes to load the icons
- Make sure Settings also work when running on Plasma
- left/right arrow keypress: Don't check for surrounding text
- Bypass argument count problem for newPredictionSuggestions and newSpellingSuggestions
- Clean up unused code
- Let language features customize primary candidate index
- Recalculate primary candidates after refreshing candidate list
- Process pinyin sequence properly
- Handle partial candidate words in pinyin properly
- Allow force refreshing candidate list
- Allow delaying committing text when a candidate word is selected
- Provide appstream information
- Use Q_ENUM
- Optimise symbols for Simplified Chinese
- Use only valid pinyin symbols on pinyin keyboard
- Fix incorrect key name in tablet.json
- Don't crash when no language plugin is loaded