Skip to content

Commit 45434d7

Browse files
committed
Release 1.5.1 🚀
1 parent 1898ccd commit 45434d7

File tree

3 files changed

+16
-1
lines changed

3 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Change Log
2+
## 1.5.1
3+
* Fixes a dictionary loading issue which was affecting in some scenarios. ([#73](https://github.com/OpenBangla/OpenBangla-Keyboard/issues/73))
4+
* Polished some UI dialogs. ([#66][https://github.com/OpenBangla/OpenBangla-Keyboard/pull/66])
25
## 1.5.0
36
* AutoCorrect item is shown as the first suggestion item if available when writing using Avro Phonetic method. ([#42](https://github.com/OpenBangla/OpenBangla-Keyboard/pull/42))
47
* Performance update for Avro Phonetic suggestion making code. ([#42](https://github.com/OpenBangla/OpenBangla-Keyboard/pull/42))

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.0.2)
22
set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake")
33

4-
project(OpenBangla-Keyboard VERSION 1.5.0)
4+
project(OpenBangla-Keyboard VERSION 1.5.1)
55
set(APP_NAME "OpenBangla-Keyboard")
66

77
## Set versions

data/io.github.openbangla.keyboard.metainfo.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,18 @@
1616
</p>
1717
</description>
1818
<releases>
19+
<release version="1.5.1" date="2018-10-13" urgency="medium">
20+
<description>
21+
<ul>
22+
<li>
23+
Fixes a dictionary loading issue which was affecting in some scenarios.
24+
</li>
25+
<li>
26+
Polished some UI dialogs.
27+
</li>
28+
</ul>
29+
</description>
30+
</release>
1931
<release version="1.5.0" date="2018-06-30" urgency="medium">
2032
<description>
2133
<ul>

0 commit comments

Comments
 (0)