4
9
Fork
You've already forked libchewing
3

2025年07月13日 - 2026年07月13日

Overview

106 active pull requests
46 active issues
Excluding merges, 6 authors have pushed 165 commits to master and 188 commits to all branches. On master, 130 files have changed and there have been 16983 additions and 274283 deletions.

9 releases published by 2 users

Release v0.13.0 v0.13.0 2026年07月04日 01:10:52 +02:00

Release v0.12.0 v0.12.0 2026年04月06日 15:05:33 +02:00

Tag v0.12.0-alpha.1 2026年02月07日 13:31:55 +01:00

Release v0.11.0 v0.11.0 2026年01月10日 02:56:22 +01:00

Tag v0.11.0-alpha.1 2025年10月25日 13:31:21 +02:00

Release v0.10.3 v0.10.3 2025年08月24日 01:54:06 +02:00

Release v0.10.2 v0.10.2 2025年08月14日 14:23:23 +02:00

Release v0.10.1 v0.10.1 2025年08月02日 09:38:34 +02:00

Release v0.10.0 v0.10.0 2025年07月26日 03:26:34 +02:00

103 pull requests merged by 3 users

Merged #842 dict: remove sqlite support 2026年07月06日 14:52:28 +02:00

Merged #841 dict: remove uhash.dat support 2026年07月05日 14:40:23 +02:00

Merged #840 build: adjust cmake minimum required version to 3.27.0 2026年07月04日 14:04:00 +02:00

Merged #839 build: bump version to 0.13.0 2026年07月04日 00:54:59 +02:00

Merged #837 editor: fix cycling candiate via Tab key 2026年07月01日 14:11:01 +02:00

Merged #836 editor: add debug log for snapshot behavior 2026年07月01日 01:06:36 +02:00

Merged #834 conversion: change pathfinding algorithm to m-A* 2026年06月28日 08:58:44 +02:00

Merged #833 log: improve default logging 2026年06月27日 08:37:54 +02:00

Merged #832 ci: disable swift test until Fedora issue is fixed 2026年06月26日 14:13:14 +02:00

Merged #830 Fix git submodule command error 2026年06月26日 12:52:28 +02:00

Merged #829 Update build intruction in README 2026年05月09日 07:46:49 +02:00

Merged #828 fix(dict): partially revert eabfd89d ensure phrases use max of all freq 2026年05月05日 08:26:38 +02:00

Merged #826 chore: simplify version handling 2026年04月11日 01:36:34 +02:00

Merged #825 fix(dict): protect single character from being permanently excluded 2026年04月10日 15:26:33 +02:00

Merged #824 feat: add U+22EF to symbols list 2026年04月10日 15:01:27 +02:00

Merged #823 fix(dict): ensure user dictionary overrides other builtin dictionaries 2026年04月09日 01:23:03 +02:00

Merged #821 docs: remove minisign key from docs 2026年04月07日 00:42:25 +02:00

Merged #820 chore(release): bump version post release 2026年04月06日 16:38:35 +02:00

Merged #819 Prepare v0.12.0 release 2026年04月06日 14:41:12 +02:00

Merged #817 data: update to v2026.3.22 2026年04月06日 01:32:35 +02:00

Merged #815 chore(release): bump version to 0.12.0-alpha.4 2026年04月01日 01:00:57 +02:00

Merged #814 feat(editor): enhance auto snapshot heuristic 2026年04月01日 00:50:56 +02:00

Merged #813 ci: authenticate-commits workflow 2026年03月28日 03:20:38 +01:00

Merged #812 ci: adapt CI actions to forgejo 2026年03月28日 02:30:14 +01:00

Merged #811 ci: only report pgp lint on error 2026年03月22日 00:44:58 +01:00

Merged #810 chore: add a signing policy 2026年03月21日 02:52:13 +01:00

Merged #808 fix(dict): use max freq from all dictionaries as phrase freq 2026年03月04日 14:01:26 +01:00

Merged #807 refactor(rust): improve error reporting by adopting exn inspired extensioin 2026年02月11日 14:19:26 +01:00

Merged #806 chore(release): bump version to 0.12.0-alpha.2 2026年02月10日 12:34:47 +01:00

Merged #805 fix(dict): properly clear tombstone when re-adding phrases 2026年02月09日 16:52:53 +01:00

Merged #804 chore(release): bump version to 0.12.0-alpha.1 2026年02月07日 13:43:04 +01:00

Merged #803 feat(editor): introduce chewing.auto_snapshot_selections option 2026年02月07日 13:24:21 +01:00

Merged #802 feat(dict): record deleted phrases in chewing-deleted.dat 2026年02月07日 10:33:06 +01:00

Merged #801 feat(dict): introduce the usage property 2026年02月06日 14:35:13 +01:00

Merged #800 refactor: adjust max output paths down to 10 2026年01月30日 14:08:26 +01:00

Merged #799 feat(sqlite): implement better error reporting and logging 2026年01月19日 14:35:36 +01:00

Merged #798 Prepare release 0.11.0 2026年01月10日 02:57:56 +01:00

Merged #796 feat: revert to use log and env_logger for logging 2026年01月08日 13:40:18 +01:00

Merged #795 chore(release): bump version to 0.11.0-alpha.7 2026年01月05日 12:55:15 +01:00

Merged #794 fix: keep last_key_behavior after cancel selecting or entering 2025年12月31日 12:39:56 +01:00

Merged #793 build: remove unused swift plugin file and update error message 2025年12月30日 16:20:54 +01:00

Merged #790 Introduce importability as a Swift package (C library). 2025年12月29日 11:34:12 +01:00

Merged #780 build(deps): bump actions/checkout from 5 to 6 in the github-actions group 2025年12月29日 03:23:00 +01:00

Merged #789 chore: make doc and data optional for cross build 2025年12月29日 03:14:52 +01:00

Merged #792 dict: fix building with rusqlite 0.38.0 2025年12月23日 13:23:21 +01:00

Merged #786 refactor: improve ergonomics of editor.set_editor_options 2025年12月07日 00:42:15 +01:00

Merged #785 refactor: use better PRNG 2025年12月06日 14:51:17 +01:00

Merged #784 refactor: chewing_new3 compatible constructor 2025年12月06日 13:36:33 +01:00

Merged #783 refactor!: the DictionaryMut trait is merged back to the Dictionary trait 2025年12月05日 14:11:39 +01:00

Merged #781 build: switch to tracing for logging 2025年12月04日 15:24:24 +01:00

Merged #779 conversion: prepare for embedding based reranking 2025年12月01日 16:40:34 +01:00

Merged #778 refactor: reimplement scoring algorithm to use global probability 2025年11月26日 00:31:32 +01:00

Merged #777 refactor: reimplement scoring algorithm base on conditional probability 2025年11月25日 13:43:19 +01:00

Merged #775 refactor: refine debug log for process kevent 2025年11月24日 00:37:44 +01:00

Merged #774 refactor: leverage native Any upcasting from rust 1.86 2025年11月23日 15:18:42 +01:00

Merged #773 refactor!: simplify dictionary API 2025年11月23日 14:02:11 +01:00

Merged #772 refactor!: remove SyllableSlice trait 2025年11月23日 08:52:15 +01:00

Merged #771 feat: autolearn new phrases both with and without break words 2025年11月23日 06:22:00 +01:00

Merged #770 refactor!: stop normalizing frequency of single word phrase to zero 2025年11月22日 14:00:22 +01:00

Merged #768 fix: frequency estimation function 2025年11月17日 14:13:38 +01:00

Merged #765 fix: handle the selkeys setting in chewing_handle_KeyboardEvent 2025年11月15日 01:21:46 +01:00

Merged #762 feat: support sorting candidates by frequency 2025年11月14日 13:19:59 +01:00

Merged #760 refactor!: manage all system dictionary loading via explicit list 2025年11月13日 00:40:22 +01:00

Merged #761 chore: skip chewing_testhelper if not BUILD_TESTING 2025年11月09日 23:51:31 +01:00

Merged #759 remove unused compile definition 2025年11月05日 10:03:23 +01:00

Merged #757 fix: reset state machine to Entering when switching language mode 2025年11月01日 01:43:25 +01:00

Merged #756 test: fix chewing_version test 2025年10月25日 13:50:37 +02:00

Merged #755 fix: map_keycode handles keypad code first 2025年10月20日 16:08:05 +02:00

Merged #754 fix: check modifiers instead of all state 2025年10月17日 17:21:00 +02:00

Merged #753 refactor: simplify keycode and keysym definitions 2025年10月10日 01:28:16 +02:00

Merged #752 Refactor input handling and KeyEvent types 2025年09月27日 16:43:18 +02:00

Merged #751 Merge release/0.10.x back to master 2025年09月27日 04:34:41 +02:00

Merged #750 cli: open SQLite dictionary with rw mode to perform migration 2025年09月25日 15:40:17 +02:00

Merged #748 Add option for compressing man-pages 2025年09月08日 11:54:44 +02:00

Merged #747 docs: merge capi public docs 2025年09月07日 13:43:05 +02:00

Merged #746 build(deps): bump actions/checkout from 4 to 5 in the github-actions group 2025年09月02日 14:21:35 +02:00

Merged #743 Prepare for 0.10.3 release 2025年08月24日 01:53:40 +02:00

Merged #741 build: make sqlite optional and add sqlite-bundled feature 2025年08月23日 01:29:20 +02:00

Merged #738 fix: Fix quick symbol menu for | 2025年08月18日 13:51:01 +02:00

Merged #736 test: fix test-symbols 2025年08月14日 16:00:23 +02:00

Merged #733 dict: fix 風靡 missing bopomofo 2025年08月14日 14:07:54 +02:00

Merged #731 fix: auto shift cursor to next word when used with phraseChoiceRearword 2025年08月10日 06:49:12 +02:00

Merged #730 fix: auto shift cursor to next phrase phrase instead of next word 2025年08月10日 06:10:46 +02:00

Merged #729 build: replace data/ with submodule 2025年08月09日 05:08:20 +02:00

Merged #728 feat(cli): read and output embedded metadata 2025年08月09日 02:24:23 +02:00

Merged #725 test: add test for simple engine 2025年08月02日 15:13:36 +02:00

Merged #722 fix: add missing bopomofo to the GinYieh layout 2025年08月02日 08:15:34 +02:00

Merged #720 dict: make it compatible with old chewing-cli 2025年07月30日 14:16:23 +02:00

Merged #719 dict: import changes from libchewing-data 2025年07月27日 14:57:04 +02:00

Merged #718 build: bump MSRV to 1.88 2025年07月27日 05:29:11 +02:00

Merged #705 refactor: use less heuristic in path scoring 2025年07月27日 04:03:19 +02:00

Merged #716 Fix a couple compatibility bugs 2025年07月26日 01:13:53 +02:00

Merged #713 docs(cli): update cli manpages 2025年07月25日 16:28:49 +02:00

Merged #712 Prepare for 0.10.0 release 2025年07月25日 15:36:46 +02:00

Merged #710 dict: ensure userphrase takes precedence 2025年07月25日 01:02:10 +02:00

Merged #709 dict: remove some inconsistent phrases 2025年07月24日 17:04:13 +02:00

Merged #708 feat(cli): add --fix option to fix simple errors 2025年07月24日 16:53:46 +02:00

Merged #707 docs: add fcitx5-macOS to README 2025年07月24日 15:12:11 +02:00

Merged #706 fix: correctly allocate and free array returned to C FFI 2025年07月24日 14:35:04 +02:00

Merged #704 refactor: fix clippy warnings 2025年07月24日 13:24:19 +02:00

Merged #701 build: add upper bound to cmake_minimum_required version 2025年07月16日 15:53:33 +02:00

Merged #700 fix: handle special symbol input normally when easy symbol is enabled 2025年07月16日 15:37:53 +02:00

Merged #699 fix: skip malformed lines in abbrev table 2025年07月16日 01:00:08 +02:00

3 pull requests proposed by 2 users

Proposed #843 editor: add Shift+Enter quick phrase learning 2026年07月10日 18:55:02 +02:00

Proposed #844 editor: cycle phrase candidates with Space 2026年07月10日 18:55:40 +02:00

Proposed #846 add BARE and StringTable modules 2026年07月11日 13:11:46 +02:00

36 issues closed from 6 users

Closed #831 cmake version requirement makes error 2026年07月04日 14:04:01 +02:00

Closed #822 置中的刪節號「⋯⋯」 2026年07月04日 01:18:23 +02:00

Closed #838 Prepare for v0.13.0 release 2026年07月04日 01:18:02 +02:00

Closed #827 撰寫 build steps 2026年04月17日 06:08:40 +02:00

Closed #818 Prepare release 0.12.0 2026年04月07日 01:15:50 +02:00

Closed #758 Add an explicit config to control enabled dictionaries 2026年01月10日 03:21:02 +01:00

Closed #763 selkey setting is not handled by chewing_handle_KeyboardEvent 2026年01月10日 03:21:02 +01:00

Closed #530 Refine debug logging 2026年01月10日 03:21:01 +01:00

Closed #635 New APIs to manage dynamic dictionaries 2026年01月10日 03:21:01 +01:00

Closed #473 Redesign key mapping and event handling API 2026年01月10日 03:21:00 +01:00

Closed #476 希望選字選單可以依照常用字排序 2026年01月10日 03:21:00 +01:00

Closed #797 Prepare release 0.11.0 2026年01月10日 03:20:38 +01:00

Closed #776 關於 chewing_clean_bopomofo_buf() 與 chewing_set_ChiEngMode() 的運作行為請益 2025年11月24日 03:24:40 +01:00

Closed #745 打"ㄒㄧㄥˋ"出現"舒適性" 2025年09月03日 09:17:10 +02:00

Closed #744 "ㄒㄧㄥˋ" wrongly outputs "舒適性" instead of "性". 2025年08月25日 05:32:12 +02:00

Closed #737 按 Shift+| 無法快速輸入↑↓(上下箭頭) 2025年08月24日 02:18:13 +02:00

Closed #742 Prepare 0.10.3 2025年08月24日 02:17:50 +02:00

Closed #734 Prepare v0.10.2 2025年08月14日 14:39:36 +02:00

Closed #732 輸入注音「ㄈㄥ」會立即輸出「風靡」 2025年08月14日 12:01:24 +02:00

Closed #211 tsi.src in repo libchewing is out of sync with repo libchewing-data 2025年08月09日 09:21:51 +02:00

Closed #721 精業鍵盤無法打出"ㄠ"和"ㄨ" 2025年08月07日 14:11:45 +02:00

Closed #723 Prepare for v0.10.1 release 2025年08月02日 09:53:04 +02:00

Closed #711 Prepare 0.10.0 2025年07月26日 04:18:21 +02:00

Closed #714 Return behavior is changed comparing to 0.5.1 2025年07月26日 01:13:54 +02:00

Closed #715 Can't reliably clean all buffer with chewing_clean_preedit_buf & chewing_clean_bopomofo_buf 2025年07月26日 01:13:54 +02:00

Closed #292 不明條件下 輸入法會死當 2025年07月25日 14:49:14 +02:00

Closed #283 WIN7 安裝完無法輸入中文 2025年07月25日 14:46:53 +02:00

Closed #286 關於WIN 7 64位元使用 IE 無法輸入中文 2025年07月25日 14:46:42 +02:00

Closed #293 libchewing does not support parallel make check 2025年07月25日 14:46:19 +02:00

Closed #323 新酷音輸入法PIME在LINE對話視窗中無法正確學習字詞 2025年07月25日 14:45:13 +02:00

Closed #643 Chewing C API should not override rust logger if another logger is already set 2025年07月25日 14:39:13 +02:00

Closed #653 內建詞庫中的「呆」 2025年07月24日 17:04:14 +02:00

Closed #655 chewing-cli 應該也要有注音修正功能 2025年07月24日 16:53:47 +02:00

Closed #666 README.MD 可記入 FCITX5-macOS 作為如今的 macOS 酷音輸入法實作範例。 2025年07月24日 15:12:12 +02:00

Closed #671 C API chewing_get_selKey returns pointer to static data 2025年07月24日 14:35:05 +02:00

Closed #672 什麼的「麼」注音打不出來 2025年07月24日 14:03:18 +02:00

30 issues created by 3 users

Opened #711 Prepare 0.10.0 2025年07月25日 14:52:05 +02:00

Opened #714 Return behavior is changed comparing to 0.5.1 2025年07月25日 22:46:11 +02:00

Opened #715 Can't reliably clean all buffer with chewing_clean_preedit_buf & chewing_clean_bopomofo_buf 2025年07月26日 00:10:40 +02:00

Opened #721 精業鍵盤無法打出"ㄠ"和"ㄨ" 2025年08月02日 03:58:49 +02:00

Opened #723 Prepare for v0.10.1 release 2025年08月02日 09:22:58 +02:00

Opened #726 關於 chewing_userphrase_remove() 的作用方式 2025年08月07日 05:50:56 +02:00

Opened #727 新 API 提案:chewing_userphrase_freq_increase()、chewing_userphrase_freq_decrease() 2025年08月07日 06:11:55 +02:00

Opened #732 輸入注音「ㄈㄥ」會立即輸出「風靡」 2025年08月14日 07:02:50 +02:00

Opened #734 Prepare v0.10.2 2025年08月14日 14:16:24 +02:00

Opened #737 按 Shift+| 無法快速輸入↑↓(上下箭頭) 2025年08月18日 04:40:06 +02:00

Opened #742 Prepare 0.10.3 2025年08月24日 01:48:38 +02:00

Opened #744 "ㄒㄧㄥˋ" wrongly outputs "舒適性" instead of "性". 2025年08月24日 16:46:21 +02:00

Opened #745 打"ㄒㄧㄥˋ"出現"舒適性" 2025年08月25日 16:12:18 +02:00

Opened #758 Add an explicit config to control enabled dictionaries 2025年11月04日 04:49:13 +01:00

Opened #763 selkey setting is not handled by chewing_handle_KeyboardEvent 2025年11月15日 01:00:47 +01:00

Opened #764 selkey setting is not handled natively 2025年11月15日 01:02:19 +01:00

Opened #767 Allow customize all symbols input 2025年11月16日 13:41:09 +01:00

Opened #776 關於 chewing_clean_bopomofo_buf() 與 chewing_set_ChiEngMode() 的運作行為請益 2025年11月24日 02:58:44 +01:00

Opened #788 提議發想:黑名單詞庫 2025年12月15日 16:57:40 +01:00

Opened #791 prim 1.3.0 stable version, win11 , 個人使用倚天41鍵: 無法打出ㄘ, 結果是 ' , 另外也無法打出ㄦ, 結果是 = 2025年12月22日 09:16:07 +01:00

Opened #797 Prepare release 0.11.0 2026年01月10日 00:53:03 +01:00

Opened #809 chewing "simple" conversion mode should allow auto commit first word 2026年03月20日 06:02:35 +01:00

Opened #816 支援「短打詞彙」 2026年04月01日 16:04:19 +02:00

Opened #818 Prepare release 0.12.0 2026年04月06日 14:09:07 +02:00

Opened #822 置中的刪節號「⋯⋯」 2026年04月07日 02:53:46 +02:00

Opened #827 撰寫 build steps 2026年04月17日 05:41:52 +02:00

Opened #831 cmake version requirement makes error 2026年05月15日 07:10:05 +02:00

Opened #835 Conversion engine architecture re-design 2026年06月28日 16:54:54 +02:00

Opened #838 Prepare for v0.13.0 release 2026年07月04日 00:29:54 +02:00

Opened #845 無法載入 user dict [ERROR chewing::dictionary::loader] Dictionary file not found: chewing.dat 2026年07月11日 09:06:34 +02:00

25 unresolved conversations

Open #21 Define SUCCESS and ERROR return type 2026年06月27日 10:22:14 +02:00

Open #589 First letter flies to front of line in pinyin 2026年03月28日 13:06:23 +01:00

Open #541 Automatically generate DEB and RPM packages for testing 2026年03月28日 13:04:40 +01:00

Open #96 Implement has_userphrase with chewing_userphrase_lookup 2026年03月28日 13:04:23 +01:00

Open #600 Emoji 關聯詞輸入 2026年03月28日 12:56:04 +01:00

Open #619 Add option to use Shift key to toggle english/chinese mode 2026年03月28日 12:56:04 +01:00

Open #630 New APIs for remappable keybindings 2026年03月28日 12:56:04 +01:00

Open #640 Add option to use Shift key to move cursor when typing in buffer 2026年03月28日 12:56:04 +01:00

Open #658 快速切換常用字的功能 2026年03月28日 12:56:04 +01:00

Open #503 Provide API to tune the balancing factors used in conversion 2026年03月28日 12:56:01 +01:00

Open #586 chewing-tools should also be able to dump chewing settings 2026年03月28日 12:56:01 +01:00

Open #143 Add new userphrase by phrase only 2026年03月28日 12:56:00 +01:00

Open #195 Need public APIs to reload symbols.dat and swkb.dat. 2026年03月28日 12:56:00 +01:00

Open #214 Validate tsi.src and phone.cin 2026年03月28日 12:56:00 +01:00

Open #370 feat: expose dictionary block list via C API 2026年03月28日 12:56:00 +01:00

Open #385 希望能提高新增詞彙時的freq值跟手動調高的方式 2026年03月28日 12:56:00 +01:00

Open #125 Add description for look-alike symbol 2026年03月28日 12:56:00 +01:00

Open #36 Create mid-level API for internal use and external use 2026年03月28日 12:55:54 +01:00

Open #77 Let userphrase optional 2026年03月28日 12:55:54 +01:00

Open #8 跨平台詞庫編輯工具 2026年03月28日 12:55:53 +01:00

Open #642 多音字 for 拙 2026年03月28日 12:46:05 +01:00

Open #303 [建議] 讀到大量無效輸入時自動切換成英文,或在列出注音選字時留下英文選項 2025年11月24日 00:41:06 +01:00

Open #609 Design callback based API 2025年11月24日 00:39:19 +01:00

Open #659 沒辦法用tab新增詞彙 2025年07月24日 15:12:56 +02:00

Open #670 新酷音PIME穩定版 輸入法 1.3.0移除後重新安裝不會自動出現 2025年07月24日 15:01:02 +02:00