Skip to content

Commit

Permalink
Merge pull request #849 from zonble/master
Browse files Browse the repository at this point in the history
Upgrades to McBopomofoWeb 1.6.1.
ottokang authored Dec 6, 2024
2 parents 3df0f7f + 71fbe40 commit 96c48b4
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -17,7 +17,7 @@ jobs:
with:
node-version: 21.x
- name: Use Install NSIS
uses: repolevedavaj/[email protected].1
uses: repolevedavaj/[email protected].2
with:
nsis-version: 3.08
- name: Run build.bat
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -15,4 +15,4 @@
url = https://github.com/chewing/libchewing.git
[submodule "McBopomofoWeb"]
path = McBopomofoWeb
url = git@github.com:openvanilla/McBopomofoWeb.git
url = https://github.com/openvanilla/McBopomofoWeb.git
2 changes: 1 addition & 1 deletion McBopomofoWeb
Submodule McBopomofoWeb updated 39 files
+7 −5 .github/workflows/ci.yaml
+1 −0 .gitignore
+35 −5 README.md
+3,171 −5,179 others/word_addin/package-lock.json
+15 −15 others/word_addin/package.json
+3 −4 output/chromeos/content-script.js
+1 −1 output/chromeos/help/help.css
+29 −0 output/chromeos/help/index.html
+1 −1 output/chromeos/manifest.json
+0 −1 output/chromeos/options.js
+2 −1 output/example/index.html
+2 −1 output/pime/css/help.css
+41 −55 output/pime/help.html
+6,901 −1,749 package-lock.json
+17 −16 package.json
+12 −2 src/BopomofoBraille/Converter.ts
+19 −0 src/BopomofoBraille/Tokens/BopomofoSyllable.ts
+1 −0 src/BopomofoBraille/Tokens/Digits.ts
+1 −1 src/BopomofoBraille/Tokens/FullWidthPunctuation.ts
+1 −0 src/BopomofoBraille/Tokens/HalfWidthPunctuation.ts
+8 −0 src/Gramambular2/ReadingGrid.ts
+4 −4 src/Mandarin/BopomofoKeyboardLayout.ts
+1 −1 src/Mandarin/BopomofoReadingBuffer.ts
+2 −1 src/Mandarin/BopomofoSyllable.ts
+8 −0 src/Mandarin/index.ts
+32 −0 src/McBopomofo/CandidateController.ts
+8 −0 src/McBopomofo/CtrlEnterOption.ts
+40 −5 src/McBopomofo/DictionaryServices.ts
+29 −55 src/McBopomofo/InputController.ts
+159 −11 src/McBopomofo/InputMacro.ts
+81 −15 src/McBopomofo/InputState.ts
+4 −0 src/McBopomofo/InputUI.ts
+132 −6 src/McBopomofo/Key.ts
+175 −11 src/McBopomofo/KeyHandler.ts
+37 −8 src/McBopomofo/Service.ts
+29,536 −28,644 src/McBopomofo/WebData.ts
+0 −32 src/chromeos_ime.ts
+129 −51 src/pime.ts
+70 −1 src/pime_keys.ts

0 comments on commit 96c48b4

Please sign in to comment.