Lithium-7
2bd2983c6c
dict: 增改词汇 ( #1523 )
2026-04-14 00:00:00 +08:00
Lithium-7
ec9fcfc1da
dict: 增改词汇 ( #1522 )
2026-04-06 17:48:58 +08:00
Lithium-7
4c15933d98
dict: 增改词汇 ( #1519 )
2026-04-02 20:23:31 +08:00
cccc
48789c26d9
fix(lua): avoid assigning to const for-loop variable for Lua 5.5 compat ( #1517 )
...
follow 18cb213d9f
2026-03-31 12:15:11 +08:00
Mirtle
5b8455b7e4
dict(tencent): 清理一些词汇
2026-03-29 19:33:21 +08:00
Mirtle
f3abf963ff
test: failed if lua plugin fails to load
2026-03-29 19:27:19 +08:00
Mirtle
07eca7256d
chore: update docs and bump version to 2026-03-26
2026.03.26
2026-03-26 18:41:18 +08:00
Mirtle
ff1da70fbd
chore: clean code
2026-03-26 17:52:31 +08:00
mirtlecn
17a04afe39
test: add lint scripts. ( #1512 )
...
* ci: add lint scripts
* fix(lint): handle luacheck summary with ansi colors
* fix(ci): use luarocks to install luacheck
* fix(ci): add sudo
* test: 调整用例顺序
2026-03-26 17:20:57 +08:00
Mirtle
3a3e76c82d
ci: run only when repo is iDvel/rime-ice
2026-03-26 13:57:40 +08:00
Mirtle
dd67c351d0
fix: require opt-in for destructive smoke cleanup
2026-03-26 13:56:56 +08:00
mirtlecn
fbcd597726
test: add rime smoke framework ( #1511 )
...
* test: add config smoke framework
* ci: add smoke test before packing
* ci: add cache
2026-03-26 13:02:38 +08:00
Mi Ramon
4e54d7edb1
fix(lua): 修正 PM / AM 的时间展示 ( #1507 )
2026-03-23 11:31:57 +08:00
Karlbaey
20b21a0ebe
fix(lua): 修复时区问题( #1501 )
...
* fix: 修复时区错误显示的问题
2026-03-21 03:24:58 +08:00
Lithium-7
85c0b0f6c2
dict: 增改词汇 ( #1504 )
2026-03-17 23:37:19 +08:00
chenxu
18cb213d9f
fix(lua): search.lua autoload failed after lua 5.5 ( #1503 )
...
Removed unnecessary increment of 'i' in the loop.
2026-03-16 12:24:32 +08:00
Mirtle
4fe519c81e
dict(radical): 添加扩展区 b - j 字符
2026-03-11 20:54:16 +08:00
Lithium-7
938fed9375
dict: 增改词汇 ( #1499 )
2026-03-11 19:25:46 +08:00
Riversity
2ab21de90a
dict: 增加半角分币符号 ( #1497 )
2026-03-11 17:49:28 +08:00
Mirtle
6319944ea9
dict(radical): bump version
2026-03-09 12:53:39 +08:00
Mi Ramon
a69a11559e
fix: typos in #1476 ( #1495 )
2026-03-08 17:59:45 +08:00
Dvel
042906d04e
dict: 日常更新 #666
2026-03-08 06:27:43 +08:00
Loyalsoldier
f716f0aff8
dict: 更新 Apple 相关英文词汇 ( #1494 )
2026-03-08 05:26:14 +08:00
tfly
21c8a20a3d
feat(fcitx4): add Linux fcitx4 compatibility mode and docs ( #1491 )
2026-03-08 05:13:01 +08:00
Karlbaey
dda6d8cd46
feat: 加入一些时间和日期的自定义展示 ( #1485 )
2026-03-08 04:45:36 +08:00
Mi Ramon
375db0b1df
dict: 增加易错音词汇及注音 ( #1476 )
2026-03-08 03:40:22 +08:00
Lithium-7
83b641e74e
dict: 增改词汇 ( #1493 )
2026-03-07 02:28:59 +08:00
Lithium-7
9228654ecf
dict: 增改词汇 ( #1489 )
2026-03-02 19:06:02 +08:00
Lithium-7
4b09feb9b7
dict: 更新大字表 ( #1487 )
2026-03-02 12:44:07 +08:00
Lithium-7
7d9415cc20
dict: 增改词汇 ( #1486 )
2026-02-26 23:15:24 +08:00
github-actions[bot]
598f73e824
build(ci): auto build for -> 增改词汇 ( #1482 ) <-
2026-02-26 13:30:36 +00:00
深鸣
8f455e7cbf
dict: 增改词汇 ( #1482 ) [build]
2026-02-26 21:27:28 +08:00
Dvel
23f0c39a0b
dict: 「赢驷」→「嬴驷」 #666
2026-02-06 22:01:50 +08:00
Dvel
788b2058d6
feat: navigator,selector 配置示例
2026-02-06 21:55:41 +08:00
Dvel
368570aaab
fix: uuid.lua ensure randomseed() works on both Lua 5.3 and 5.4 #1473
2026-02-06 15:08:16 +08:00
Dvel
42b6aa4f1c
dict: 日常更新 #666
2026-02-04 19:28:38 +08:00
Vanadiry
923db26e21
doc: 同步新版鼠须管前端,更新部分说明 ( #1471 )
2026-02-04 18:50:55 +08:00
Mi Ramon
3bfac2c8a6
feat: ascii_composer set/unset_ascii_mode ( #1472 )
2026-02-04 18:45:32 +08:00
Yuri Sequoia
739a87af0a
fix(uuid): resolve duplicate UUID generation by improving random seeding ( #1473 )
...
- Moved math.randomseed() from the generation function to the initialization phase.
- Replaced os.time() with a more precise seed (os.time + os.clock) to prevent identical sequences when calls occur within the same second.
2026-02-04 18:42:18 +08:00
Mi Ramon
05f040d700
dict(en_ext): add new words ( #1475 )
2026-02-04 18:38:59 +08:00
WilliamK7
17c1f2559c
style: Fix comment formatting in default.yaml ( #1469 )
2026-01-31 07:51:34 +08:00
Vanadiry
02b6b24153
fix: 将小键盘回车映射到主键盘回车 ( #1468 )
2026-01-31 07:49:00 +08:00
Dvel
7232b17ca4
fix: 英文方案不再派生出小写单编码 close #1465
2026-01-30 16:24:57 +08:00
Dvel
6f1a6588cd
feat: dictionary_exclude 排除词语 close #1429
2026-01-29 16:57:09 +08:00
奶茶说
e78ca1a42c
dict: 补充数学逻辑运算符 ( #1455 )
2026-01-28 23:20:46 +08:00
Lithium-7
2265e52ecf
dict: 增改词汇 ( #1461 )
2026-01-28 18:36:23 +08:00
Dvel
9d29a18917
dict: 日常更新 #666
2026-01-26 20:08:08 +08:00
Dvel
e16858d248
dict: 删除 emoji 集合 close #1401
2026-01-26 19:15:11 +08:00
Mike Unknown
b727ee1cf4
conf: 将 ` 映射到 · ( #1452 )
2026-01-26 18:35:10 +08:00
morse.hsiao
86a5819521
feat: T9 方案支持计算器 ( #1456 )
2026-01-23 06:53:24 +08:00