We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14d3b08 commit 0e6a0bdCopy full SHA for 0e6a0bd
CHANGELOG.md
@@ -1,6 +1,7 @@
1
# Change Log
2
## 1.2.0
3
* Fixed a memory leak.
4
+* Fixed a long standing bug [#8](https://github.com/OpenBangla/OpenBangla-Keyboard/issues/8).
5
## 1.1.0
6
* Improve Phonetic support. Resolves issue [#2](https://github.com/OpenBangla/OpenBangla-Keyboard/issues/2). Now Phonetic support is mostly complete!
7
* A new button in TopBar for easily moving it.
CMakeLists.txt
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.0.2)
-project(OpenBangla-Keyboard VERSION 1.1.0)
+project(OpenBangla-Keyboard VERSION 1.2.0)
set(APP_NAME "OpenBangla-Keyboard")
## Set versions
0 commit comments