File tree 4 files changed +13
-5
lines changed
4 files changed +13
-5
lines changed Original file line number Diff line number Diff line change 1
1
# 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
4
7
* While typing numbers in phonetic method, pressing : should make it : not ঃ
5
8
* Old Reph feature in fixed typing method
6
9
* 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 )
7
14
8
15
## 0.1.0
9
16
Beta release
Original file line number Diff line number Diff line change 1
1
cmake_minimum_required (VERSION 3.0.2)
2
2
3
- project (OpenBangla-Keyboard VERSION 0.1 .0)
3
+ project (OpenBangla-Keyboard VERSION 1.0 .0)
4
4
set (APP_NAME "OpenBangla-Keyboard" )
5
5
6
6
## Set versions
Original file line number Diff line number Diff line change @@ -25,8 +25,8 @@ Tested in Ubuntu 16.04
25
25
### Compiling on GNU/Linux
26
26
#### Build & Install procedures
27
27
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
30
30
* CMake
31
31
* Qt 5 libraries
32
32
* iBus development library
Original file line number Diff line number Diff line change @@ -57,6 +57,7 @@ TopBar::~TopBar()
57
57
/* Dialogs */
58
58
delete layoutViewer;
59
59
delete settingsDialog;
60
+ delete aboutDialog;
60
61
61
62
delete ui;
62
63
}
You can’t perform that action at this time.
0 commit comments