File tree Expand file tree Collapse file tree 4 files changed +13
-5
lines changed Expand file tree Collapse file tree 4 files changed +13
-5
lines changed Original file line number Diff line number Diff line change 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
916Beta release
Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.0.2)
22
3- project (OpenBangla-Keyboard VERSION 0.1 .0)
3+ project (OpenBangla-Keyboard VERSION 1.0 .0)
44set (APP_NAME "OpenBangla-Keyboard" )
55
66## Set versions
Original file line number Diff line number Diff line change @@ -25,8 +25,8 @@ Tested in Ubuntu 16.04
2525### Compiling on GNU/Linux
2626#### Build & Install procedures
2727OpenBangla 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
Original file line number Diff line number Diff line change @@ -57,6 +57,7 @@ TopBar::~TopBar()
5757 /* Dialogs */
5858 delete layoutViewer;
5959 delete settingsDialog;
60+ delete aboutDialog;
6061
6162 delete ui;
6263}
You can’t perform that action at this time.
0 commit comments