Soulter
37142fd253
feat: enhance update dialog with progress tracking and localization updates
...
- Added advanced settings option in update dialog for better user control.
- Implemented detailed progress tracking for update stages including download size and speed.
- Updated localization files for English, Russian, and Chinese to include new strings for update progress and advanced settings.
- Improved UI for update dialog with better layout and responsiveness.
- Enhanced test coverage for update process including progress tracking.
2026-05-14 00:40:24 +08:00
エイカク
d1059cd504
fix windows updater zip root path normalization ( #8019 )
...
* fix: normalize updater zip root paths on windows
* refactor: share updater archive path normalization
* test: expand updater archive root coverage
* fix: guard empty updater archive roots
* refactor: share updater extraction safeguards
* refactor: simplify updater extraction cleanup
* refactor: inline updater root normalization
* fix: infer archive root from zip entries
2026-05-07 09:41:45 +09:00
Helian Nuits
0830f48ae0
fix: resolve path conflicts and improve self-healing during backup restore and plugin installation ( #7737 )
...
* fix(数据备份与恢复): 解决备份恢复和插件安装过程中的路径冲突及自愈问题
1. 修复备份导入时目录条目被误识别为 0 字节文件的问题。
2. 增加插件加载和数据目录创建时的路径冲突自动清理逻辑。
3. 增强插件解压安装过程对现有冲突文件的兼容性。
4. 优化 remove_dir 工具类使其支持同时处理文件和目录的删除。
* fix(core): 根据 CR 建议实现通用的路径冲突自愈机制并增强损坏符号链接的处理能力
2026-05-05 01:05:43 +08:00
エイカク
5be6536f0e
fix: support SOCKS proxies in updater requests ( #7615 )
...
* fix: support SOCKS proxies in updater requests
* fix: log updater HTTP status details
* fix: clean partial updater downloads on failure
* test: lock updater httpx client options
* refactor: harden updater httpx configuration
2026-04-17 13:13:21 +09:00
Dt8333
7dd95d8a59
chore: auto ann fix by ruff ( #4903 )
...
* chore: auto fix by ruff
* refactor: 统一修正返回类型注解为 None/bool 以匹配实现
* refactor: 将 _get_next_page 改为异步并移除多余的请求错误抛出
* refactor: 将 get_client 的返回类型改为 object
* style: 为 LarkMessageEvent 的相关方法添加返回类型注解 None
---------
Co-authored-by: Soulter <37870767+Soulter@users.noreply.github.com >
2026-02-09 00:22:24 +08:00
LIghtJUNction
0b7fc29ac4
style: add ruff lint module of isort and pyupgrade, and some ruff check fix ( #3214 )
...
Co-authored-by: Dt8333 <25431943+Dt8333@users.noreply.github.com >
Co-authored-by: Soulter <905617992@qq.com >
2025-11-01 13:26:19 +08:00
Soulter
d11f1d8dae
perf: enhance update checks to consider pre-release versions
2025-09-04 14:33:19 +08:00
Soulter
b1e4bff3ec
feat: 支持升级的同时更新到指定版本的 WebUI
2025-08-31 19:55:46 +08:00
Soulter
42839627e8
fix: 修复在设置了 GitHub 加速地址后,插件无法更新的问题
2025-06-10 22:12:46 +08:00
Soulter
b6b0fe3fff
perf: 优化 GitHub 仓库解析和下载的逻辑
2025-06-06 12:02:46 +08:00
Flartiny
8fed5bf2a1
feat: able to parse repo url of specific branch
2025-06-06 00:09:10 +08:00
Soulter
1d40b5a821
✨ feat(updator): 替换为采用 Semver 语义化版本来比较版本
2025-04-20 17:30:01 +08:00
Soulter
e3b0ca8ef6
🐛 fix: 改进版本号比较逻辑以支持任意长度的版本号
2025-04-12 10:00:25 +08:00
Soulter
1bb1bc2553
🐛 fix: remove error logging for empty result and refresh extensions after upload
2025-03-26 15:43:56 +08:00
Soulter
3cd10117dd
🎈 perf: 优化新版本时的信息显示
2025-03-26 14:14:01 +08:00
冰苷晶
4db14b905f
fix: fix error
2025-03-23 23:40:06 +08:00
pre-commit-ci[bot]
b669b31451
🎈 auto fixes by pre-commit hooks
2025-03-23 15:07:22 +00:00
冰苷晶
d10cb84068
fix: fix SSLCertVerificationError
2025-03-23 22:55:07 +08:00
Soulter
49bba9bf98
style: format codes
2025-03-03 13:30:55 +08:00
Soulter
8e2c633cd4
✨ feat: 前端支持以列表展示正式版和开发版的列表
2025-02-23 19:53:55 +08:00
Soulter
0481e1d45e
fix(core): github mirror not applied successfully
2025-02-11 01:10:17 +08:00
Soulter
212e114270
perf: 优化了一些提示
2025-02-08 15:55:46 +08:00
Soulter
5e4ba563cb
perf: 弱化更新报错 #267
2025-02-01 14:29:39 +08:00
Soulter
5dd1488b5d
perf: 优化webui和主程序更新的协调
...
fix: 修复某些请求不能正确应用代理的问题
2025-01-21 01:08:15 +08:00
Soulter
b72c69892e
test: dashboard test
2024-12-26 22:59:17 +08:00
Soulter
c6bdac8835
format: code lint
...
(ruff, uv 是个好东西)
2024-12-10 22:09:53 +08:00
Soulter
750a93a1aa
remove: 移除了 nakuru-project 库
...
但仍然使用其对 OneBot 的数据格式封装。
2024-12-02 19:31:33 +08:00
Soulter
f2efa022b4
feat: aipcqhttp 支持设置白名单
2024-11-27 23:45:23 +08:00
Soulter
6ab8114eee
feat: v3.4.0
2024-11-27 15:04:30 +08:00