Skip to content

Commit 0e6a0bd

Browse files
committed
Release 1.2.0
1 parent 14d3b08 commit 0e6a0bd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# Change Log
22
## 1.2.0
33
* Fixed a memory leak.
4+
* Fixed a long standing bug [#8](https://github.com/OpenBangla/OpenBangla-Keyboard/issues/8).
45
## 1.1.0
56
* Improve Phonetic support. Resolves issue [#2](https://github.com/OpenBangla/OpenBangla-Keyboard/issues/2). Now Phonetic support is mostly complete!
67
* A new button in TopBar for easily moving it.

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.0.2)
22

3-
project(OpenBangla-Keyboard VERSION 1.1.0)
3+
project(OpenBangla-Keyboard VERSION 1.2.0)
44
set(APP_NAME "OpenBangla-Keyboard")
55

66
## Set versions

0 commit comments

Comments
 (0)