Skip to content

Commit c365a0e

Browse files
committed
Version bump 1.0.0
fix a memory leak?
1 parent 970c27f commit c365a0e

File tree

4 files changed

+13
-5
lines changed

4 files changed

+13
-5
lines changed

CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,16 @@
11
# Change Log
2-
## 0.2.0
3-
* New feature Tab to switch between the matches in candidate window
2+
## 1.0.0
3+
First release! All things are new!
4+
5+
**Changes after 0.1.0 beta:**
6+
* New feature: Tab to switch between the matches in candidate window
47
* While typing numbers in phonetic method, pressing : should make it : not ঃ
58
* Old Reph feature in fixed typing method
69
* User can select the orientation of candidate window in Settings
10+
* Icons for OpenBangla Keyboard by [@saaiful](https://github.com/saaiful)
11+
12+
**Known issues:**
13+
* [Implement suffix phonetic suggestion](https://github.com/OpenBangla/OpenBangla-Keyboard/issues/2)
714

815
## 0.1.0
916
Beta release

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
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 0.1.0)
3+
project(OpenBangla-Keyboard VERSION 1.0.0)
44
set(APP_NAME "OpenBangla-Keyboard")
55

66
## Set versions

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ Tested in Ubuntu 16.04
2525
### Compiling on GNU/Linux
2626
#### Build & Install procedures
2727
OpenBangla Keyboard currently needs following libraries and binaries
28-
* GNU GCC, G++ compiler
29-
* GNU Make
28+
* GNU GCC, G++ compiler or Clang
29+
* GNU Make or Ninja
3030
* CMake
3131
* Qt 5 libraries
3232
* iBus development library

src/frontend/TopBar.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ TopBar::~TopBar()
5757
/* Dialogs */
5858
delete layoutViewer;
5959
delete settingsDialog;
60+
delete aboutDialog;
6061

6162
delete ui;
6263
}

0 commit comments

Comments
 (0)