Skip to content

Commit

Permalink
update(changelog) (#168)
Browse files Browse the repository at this point in the history
  • Loading branch information
hiunnhue authored Dec 2, 2023
1 parent 0178527 commit f823424
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 7 deletions.
20 changes: 19 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
* Sun Dec 03 2023 Hiunnhue <hiunnhue108 at ymail.com> - 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 <dchen at redhat.com> - 1.6.1
- Fixed RHBZ#1411189 - ibus-engine-chewing killed by SIGSEGV when receiving KP_Insert
- Update cmake-fedora to 2.9.3
Expand Down Expand Up @@ -369,4 +387,4 @@ Fix the errors which Funda Wang as pointing out:

* Fri Feb 20 2009 - Ding-Yi Chen <dchen at redhat.com> - 1.0.0.20090220
- This is a barely working version for with IBus C.
- The build system is converted from autotool to CMake.
- The build system is converted from autotool to CMake.
24 changes: 18 additions & 6 deletions RELEASE-NOTES.txt
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit f823424

Please sign in to comment.