0.18.2-beta (2025-07-03)
Added
- ✨ 脚本编辑列表增加脚本搜索与批量置顶 #462 [7c6ba17]
- ✨ 根据浏览器内核版本显示对应的提示 [b0cb2b9]
- ✨ 脚本编辑列表中新增删除脚本按钮 #466 [4042845]
- ✨ 新增脚本储存面板支持批量编辑 (#458) [1d7800a] (by @DreamNya)
- ✨ 实现手动调整脚本执行顺序 (#452) [c6728c3] (by @DreamNya)
Changed
Fixed
- 🐛 修复i18n在没有支持语言下无法保存的问题 #485 Fixed the issue that i18n cannot be saved without supporting languages [5c012a3]
- 🐛 修复错误的UserConfig会导致脚本无法加载的问题 #483 fixed #483 [bdc681b]
- 🐛 固定 downloadMode 在 GM_info 總是 "native" (#476) [9c016db] (by @cyfung1031)
- 🐛 修复列项高度不一致的问题 #459 fixed #459 [2a1d3eb]
- 🐛 修正 GM_addElement 中 textContent 的處理 (#463) [aba6caa] (by @cyfung1031)
- 🐛 GM_addStyle 文檔及類型補充 (#465) [0977759] (by @cyfung1031)
- 🐛 修复 notification icon问题 #454 [64fe88e]
- 🐛 修复 popup新版本提示样式 (#453) [068ebc5] (by @DreamNya)
Miscellaneous
- 🌐 添加英文的贡献指南 [e311746]
- 🌐 恢复低版本浏览器提示 [e624bfc]
- 🌐 增加日语、德语翻译并设置默认语言为English #485 Add Japanese and German translations and set the default language to English [6a7f3a8]
- 📄 添加低版本浏览器提示 [679b38c]
- ⚡ 修正雙重Promise (double-wrapped) (#482) [c0e76ca] (by @cyfung1031)
- ⚡ loadScriptFavicons可異步更新不用await (#479) [c1164ce] (by @cyfung1031)
- 🌐 翻譯修正 (#477) [948e113] (by @cyfung1031)
- 🌐 en translation improvements (#469) [976020b] (by @Yay295)
- ⚡ 优化 GM_download 实现方式 (#455) [a345e97] (by @DreamNya)
- 🌐 添加繁体中文翻译 [510f228]
- 🌐 处理i18n问题 #456 [c70ca42]