Skip to content

Commit

Permalink
Version bump 1.0.0
Browse files Browse the repository at this point in the history
fix a memory leak?
  • Loading branch information
mominul committed Sep 8, 2016
1 parent 970c27f commit c365a0e
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 5 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,16 @@
# Change Log
## 0.2.0
* New feature Tab to switch between the matches in candidate window
## 1.0.0
First release! All things are new!

**Changes after 0.1.0 beta:**
* New feature: Tab to switch between the matches in candidate window
* While typing numbers in phonetic method, pressing : should make it : not ঃ
* Old Reph feature in fixed typing method
* User can select the orientation of candidate window in Settings
* Icons for OpenBangla Keyboard by [@saaiful](https://github.com/saaiful)

**Known issues:**
* [Implement suffix phonetic suggestion](https://github.com/OpenBangla/OpenBangla-Keyboard/issues/2)

## 0.1.0
Beta release
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.0.2)

project(OpenBangla-Keyboard VERSION 0.1.0)
project(OpenBangla-Keyboard VERSION 1.0.0)
set(APP_NAME "OpenBangla-Keyboard")

## Set versions
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ Tested in Ubuntu 16.04
### Compiling on GNU/Linux
#### Build & Install procedures
OpenBangla Keyboard currently needs following libraries and binaries
* GNU GCC, G++ compiler
* GNU Make
* GNU GCC, G++ compiler or Clang
* GNU Make or Ninja
* CMake
* Qt 5 libraries
* iBus development library
Expand Down
1 change: 1 addition & 0 deletions src/frontend/TopBar.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ TopBar::~TopBar()
/* Dialogs */
delete layoutViewer;
delete settingsDialog;
delete aboutDialog;

delete ui;
}
Expand Down

0 comments on commit c365a0e

Please sign in to comment.