We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b33433c commit 73fb5f2Copy full SHA for 73fb5f2
CHANGELOG.md
@@ -1,5 +1,5 @@
1
# Change Log
2
-## Master
+## 1.1.0
3
* Improve Phonetic support. Resolves issue [#2](https://github.com/OpenBangla/OpenBangla-Keyboard/issues/2). Now Phonetic support is mostly complete!
4
* A new button in TopBar for easily moving it.
5
* User can select candidate by clicking.
CMakeLists.txt
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.0.2)
-project(OpenBangla-Keyboard VERSION 1.0.0)
+project(OpenBangla-Keyboard VERSION 1.1.0)
set(APP_NAME "OpenBangla-Keyboard")
6
## Set versions
0 commit comments