2 files changed
+5
-5
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2 | 2 |
| |
3 | 3 |
| |
4 | 4 |
| |
5 |
| - | |
6 |
| - | |
| 5 | + | |
| 6 | + | |
7 | 7 |
| |
8 |
| - | |
| 8 | + | |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
|
- .github/workflows/commit-ci.yml+3-3
- .github/workflows/macos-build.yml+18-31
- .github/workflows/release-ci.yml+5-3
- .github/workflows/windows-build.yml+15-29
- CHANGELOG.md+44
- CMakeLists.txt+5-1
- Makefile+3-2
- README-windows.md+15-13
- build.bat+18-19
- cmake/AddRCInfo.cmake+77
- install-boost.bat+1-3
- install-boost.sh+1-2
- package.json+1-1
- src/CMakeLists.txt+6
- src/rime.rc+62
- src/rime/algo/encoder.cc+4-4
- src/rime/common.h+5
- src/rime/config/config_component.cc+4
- src/rime/config/config_component.h+2
- src/rime/config/config_data.cc+6-2
- src/rime/config/config_data.h+2
- src/rime/context.cc+3
- src/rime/dict/dict_compiler.cc+2-2
- src/rime/dict/entry_collector.cc+2-2
- src/rime/dict/user_dictionary.cc+15
- src/rime/dict/vocabulary.cc-4
- src/rime/dict/vocabulary.h+7-1
- src/rime/engine.cc+13-15
- src/rime/gear/chord_composer.cc+29-20
- src/rime/gear/chord_composer.h+27-5
- src/rime/gear/contextual_translation.cc+2-1
- src/rime/gear/echo_translator.cc+3
- src/rime/gear/script_translator.cc+93-60
- src/rime/gear/simplifier.cc+1-1
- src/rime/lever/deployment_tasks.cc+7-7
- src/rime/lever/switcher_settings.cc+2-1
- src/rime/switcher.cc+9-1
- src/rime/switcher.h+3-1
- src/rime_api.cc+1-1
- tools/CMakeLists.txt+23-25
0 commit comments