Skip to content

Commit

Permalink
Release 1.5.1 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
mominul committed Oct 12, 2018
1 parent 1898ccd commit 45434d7
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Change Log
## 1.5.1
* Fixes a dictionary loading issue which was affecting in some scenarios. ([#73](https://github.com/OpenBangla/OpenBangla-Keyboard/issues/73))
* Polished some UI dialogs. ([#66][https://github.com/OpenBangla/OpenBangla-Keyboard/pull/66])
## 1.5.0
* 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))
* Performance update for Avro Phonetic suggestion making code. ([#42](https://github.com/OpenBangla/OpenBangla-Keyboard/pull/42))
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.0.2)
set(CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake")

project(OpenBangla-Keyboard VERSION 1.5.0)
project(OpenBangla-Keyboard VERSION 1.5.1)
set(APP_NAME "OpenBangla-Keyboard")

## Set versions
Expand Down
12 changes: 12 additions & 0 deletions data/io.github.openbangla.keyboard.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,18 @@
</p>
</description>
<releases>
<release version="1.5.1" date="2018-10-13" urgency="medium">
<description>
<ul>
<li>
Fixes a dictionary loading issue which was affecting in some scenarios.
</li>
<li>
Polished some UI dialogs.
</li>
</ul>
</description>
</release>
<release version="1.5.0" date="2018-06-30" urgency="medium">
<description>
<ul>
Expand Down

0 comments on commit 45434d7

Please sign in to comment.