Skip to content

2.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 01 Oct 18:05
· 37 commits to master since this release
77255c7

Github Releases (by Release)
If you had installed OpenBangla Keyboard 1.5.1 or earlier version, please uninstall it first.

Changes in this release:

  • Complete re-implementation of input method functionalities in Rust. (#107) It is ~1.2x faster in searching dictionary suggestions.
  • Dictionary suggestion is now available in Fixed Method Layouts(Provat, National etc.) (#61, #6)
  • Phonetic suggestion now includes the typed English word as the last item in the suggestion list. (#121, #124)
  • UI Refresh & Polish
    • Uses Material Design Icons. (#165)
    • Merges the About button and it's menu into the Icon button which is also used to move the TopBar. This shrinks the TopBar a little. (#165)
    • Redesign the Layout Viewer Dialog. (#115, #145)
    • Redesign the About Dialog. (#116, #155)
    • Redesign the Settings Dialog. This also merges all the available settings from the settings menu. (#159)
    • Polish the Auto Correct entries Dialog. (#164)
  • Introduces a new Fixed Keyboard layout format. (#143)
    • Now all of the keyboard layout we distribute are 58% smaller altogether.
    • Properly supports other system keyboard layouts instead of just the Qwerty layout.
    • Supports AltGr & ShiftAltGr layer of numerical keys.
    • Automatic conversion of old layout formats.
  • Now AltGr layer can be typed with the Right Alt key in Fixed Keyboard methods. (#152)
  • Bug Fix: Handle the BackSlash key in Fixed Keyboard methods. (#98)
  • Bug Fix: Crash when using the Arrow keys in phonetic method. (#123)
  • Bug Fix: Fix writing of Hasant + and য-ফলা(্য) in Fixed Keyboard methods. (#117, #163)
  • Bug Fix: Fix Window Manager losing the track of the TopBar issue. (#153, #171)
  • Follows XDG Directory Specification for storing user specific data. (#16) Automatically migrates user specific files into the new place.
  • Changes binary names to be more UNIX like. (#103)
  • Huge infrastructural change: We now use Github Actions and Bintray for automating our testing and package deployment. (#130)