diff --git a/ChangeLog b/ChangeLog index ce576c8..8f8df68 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,21 @@ +* Sun Dec 03 2023 Hiunnhue - 1.6.2 +- Enhancement: + + GitHub Issue: #119 Refresh property list (language bar) only when needed + + GitHub Issue: #122 Add a setup button to the ibus indicator (and the language bar) + + GitHub Issue: #131 Port to GTK+-3 + Thank for contribution from cosimoc + + GitHub Issue: #147 Use arrow keys to choose candidate + + GitHub Issue: #148 Display page number of the lookup table + + GitHub Issue: #152 Show cursor on lookup table + + GitHub Issue: #165 Support vertical lookup table and optimize turn page keys + + GitHub Issue: #166 Tweak ibus-setup dialog window and replace some deprecated APIs + + GitHub Issue: #167 Add dropdown menu for Chi-Eng-Mode toggle key +- Fix: + + GitHub Issue: #130 Destroy *preEditText, *auxText and *outgoingText when disable to prevent leak + + GitHub Issue: #144, 149 Ignore keystrokes in English mode +- Acknowledge: + + Cosimo Cecchi contributed pull request #131 + * Mon Aug 07 2017 Ding-Yi Chen - 1.6.1 - Fixed RHBZ#1411189 - ibus-engine-chewing killed by SIGSEGV when receiving KP_Insert - Update cmake-fedora to 2.9.3 @@ -369,4 +387,4 @@ Fix the errors which Funda Wang as pointing out: * Fri Feb 20 2009 - Ding-Yi Chen - 1.0.0.20090220 - This is a barely working version for with IBus C. -- The build system is converted from autotool to CMake. \ No newline at end of file +- The build system is converted from autotool to CMake. diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index cf77308..c9cf367 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -1,7 +1,19 @@ -PRJ_VER=1.6.1 -SUMMARY=Fixed RHBZ#1411189 -REDHAT_BUGZILLA=1411189 +PRJ_VER=1.6.2 +SUMMARY=Port to GTK+-3 and support selecting candidate by cursor +REDHAT_BUGZILLA= [Changes] -- Fixed RHBZ#1411189 - ibus-engine-chewing killed by SIGSEGV when receiving KP_Insert -- Update cmake-fedora to 2.9.3 -- Fixed pre-commit so it does not chop directory +- Enhancement: + + GitHub Issue: #119 Refresh property list (language bar) only when needed + + GitHub Issue: #122 Add a setup button to the ibus indicator (and the language bar) + + GitHub Issue: #131 Port to GTK+-3 + + GitHub Issue: #147 Use arrow keys to choose candidate + + GitHub Issue: #148 Display page number of the lookup table + + GitHub Issue: #152 Show cursor on lookup table + + GitHub Issue: #165 Support vertical lookup table and optimize turn page keys + + GitHub Issue: #166 Tweak ibus-setup dialog window and replace some deprecated APIs + + GitHub Issue: #167 Add dropdown menu for Chi-Eng-Mode toggle key + +- Fix: + + GitHub Issue: #130 Destroy *preEditText, *auxText and *outgoingText when disable to prevent leak + + GitHub Issue: #144, 149 Ignore keystrokes in English mode +