DDSRem
0312a500a6
refactor(plugin): replace deprecated pkg_resources with importlib.metadata
...
- Use distributions() in __get_installed_packages for installed packages
- Use packaging.requirements.Requirement, drop pkg_resources dependency
- __standardize_pkg_name: normalize dots to underscores (PEP-style)
- Keep max version when multiple distributions exist for same package
Made-with: Cursor
2026-03-11 14:53:15 +08:00
Attente
6755202958
feat(cache): 使用 fresh 和 async_fresh 统一缓存控制方式
...
- 修复因缓存导致的插件更新后仍有更新提示的问题
- 统一使用 fresh/async_fresh 控制缓存行为
- 调整 TMDb 模块缓存策略,优化异步请求缓存清除机制
- 移除冗余的缓存方法封装,减少调用层级
- 简化 PluginHelper 中的缓存方法结构,移除 force 参数
2025-11-03 07:41:42 +08:00
jxxghp
1145b32299
fix plugin install
2025-09-18 22:32:04 +08:00
jxxghp
fb137252a9
fix plugin id lower case
2025-09-18 18:00:15 +08:00
jxxghp
f57a680306
插件安装支持传递 repo_url 参数
2025-09-18 17:42:12 +08:00
jxxghp
59a54d4f04
fix plugin cache
2025-09-08 13:27:32 +08:00
jxxghp
89b0ea0bf1
remove monitoring
2025-09-04 11:23:22 +08:00
Aqr-K
0947deb372
fix plugin.py
2025-09-03 14:27:24 +08:00
Aqr-K
9c9ec8adf2
feat(plugin): Implement robust dependency installation with embedded wheels
...
- 通过在插件中嵌入轮子来支持安装依赖项
2025-09-03 14:13:32 +08:00
jxxghp
19efa9d4cc
fix #4795
2025-08-27 16:15:45 +08:00
jxxghp
6664fb1716
feat:增加插件和日历的自动缓存
2025-08-25 16:37:02 +08:00
jxxghp
724c15a68c
add 插件内存统计API
2025-08-22 09:46:11 +08:00
jxxghp
db72fd2ef5
fix
2025-08-21 09:07:28 +08:00
jxxghp
1ab2da74b9
use apipathlib
2025-08-17 09:00:02 +08:00
jxxghp
184e4ba7d5
fix 插件Release安装逻辑
2025-08-10 13:26:22 +08:00
jxxghp
917cae27b1
更新插件release安装逻辑
2025-08-10 13:06:03 +08:00
jxxghp
60e0463051
fix
2025-08-10 12:53:42 +08:00
jxxghp
c15022c7d5
fix:插件通过release安装
2025-08-10 12:45:38 +08:00
jxxghp
fddbbd5714
feat:插件通过release安装
2025-08-10 10:00:13 +08:00
jxxghp
1e61e60d73
feat:插件查询协程处理
2025-07-31 16:58:54 +08:00
景大侠
f642493a38
fix
2025-07-11 21:25:10 +08:00
景大侠
8931e2e016
fix 仅安装用户需要使用的插件依赖
2025-07-11 21:04:33 +08:00
jxxghp
378777dc7c
feat:弱引用单例
2025-07-08 21:29:01 +08:00
jxxghp
33fb692aee
更新 plugin.py
2025-07-03 22:20:04 +08:00
Attente
0f0c3e660b
style: 清理空白字符
...
移除代码中的 trailing whitespace 和空行缩进, 提升代码整洁度
2025-06-29 22:49:58 +08:00
jxxghp
cbf1dbcd2e
fix 恢复插件后安装依赖
2025-06-28 21:42:03 +08:00
jxxghp
82ec146446
更新 plugin.py
2025-06-28 16:49:09 +08:00
jxxghp
cf7bca75f6
fix res.text
2025-06-27 17:23:32 +08:00
jxxghp
8d695dda55
fix log
2025-06-27 17:16:08 +08:00
jxxghp
e2febc24ae
feat:插件市场支持强制刷新
2025-06-09 20:33:06 +08:00
jxxghp
13f9ea8be4
v2.5.3
2025-06-05 20:28:43 +08:00
DDSRem
12760a70a1
fix(plugin): dependency dynamic refresh
2025-05-24 09:23:47 +08:00
wumode
90fc4c6bad
Use sys.executable -m pip for env-safe package installation
2025-05-14 23:19:40 +08:00
jxxghp
f9b0db623d
fix cython type error
2025-03-23 21:39:37 +08:00
jxxghp
d3ecbef946
fix warnings
2025-03-09 08:37:05 +08:00
InfinityPacer
efd046d2f8
fix(plugin): handle None response for online plugins retrieval
2025-02-22 00:34:35 +08:00
InfinityPacer
ad0241b7f1
feat(cache): set default skip_empty to False
2025-01-18 02:44:56 +08:00
InfinityPacer
6d2059447e
feat(cache): enhance get_plugins to skip empty during network errors
2025-01-18 02:14:01 +08:00
InfinityPacer
b4e3dc275d
fix(proxy): add proxy for MP_SERVER_HOST
2024-12-24 10:10:19 +08:00
InfinityPacer
823b81784e
fix(setup): optimize logging
2024-10-24 16:50:03 +08:00
InfinityPacer
0a2ce11eb0
fix(setup): adjust dir name
2024-10-24 12:48:54 +08:00
InfinityPacer
2470a98491
fix(setup): remove pkg_resources import and add working_set
2024-10-24 11:21:37 +08:00
InfinityPacer
86dec5aec2
feat(setup): complete missing dependencies installation
2024-10-24 02:55:54 +08:00
InfinityPacer
e233bc678c
feat(plugin): add force install option and backup/restore on failure
2024-10-17 11:24:27 +08:00
InfinityPacer
346c6dd11c
fix(plugin): optimize exist check and cleanup on installation failure
2024-10-17 10:51:14 +08:00
InfinityPacer
90603fa2a9
fix(install): optimized logging
2024-09-25 17:52:22 +08:00
InfinityPacer
28f7a409f9
fix(plugin): improve logging
2024-09-17 18:31:27 +08:00
InfinityPacer
5136698617
feat(plugin): improve online plugin retrieval
2024-09-17 17:26:06 +08:00
InfinityPacer
4d2e77fc51
feat(plugin): improve plugin version upgrade and compatibility
2024-09-17 16:05:16 +08:00
InfinityPacer
220fef5c9b
feat(plugin): optimize logging with detailed debug info
2024-09-14 17:55:18 +08:00