fujie
e1c2261537
fix: implement safe badge keys and add dynamic upvote/save badges
2026-02-11 12:41:16 +08:00
fujie
93e8e3bee2
fix: remove duplicate saves entry and restore comments entry formatting
2026-02-11 12:37:51 +08:00
fujie
1fb2cccd58
fix: resolve type error in gist sync and implement full English localization for charts
2026-02-11 12:35:45 +08:00
fujie
49efcb7e4d
feat: implement Zero-Commit dynamic Mermaid charts via Kroki server-side rendering
2026-02-11 12:26:09 +08:00
fujie
8d334a48b9
feat: transition stats hosting to Gist-first model to minimize repository commits
2026-02-11 12:23:10 +08:00
fujie
dc0366aab2
feat: enable live stats for community reports via Gist dynamic badges
2026-02-11 12:19:16 +08:00
fujie
e50a55ee11
feat: enhance Mermaid visualizations with multi-series trends, distribution pie, and impact analysis
2026-02-11 12:13:29 +08:00
fujie
edbd75e5dc
fix: URL encode Gist raw endpoints for reliable Shields.io badge rendering
2026-02-11 12:12:37 +08:00
fujie
387ca8788b
feat: use dynamic badges for Top 6 plugin statistics in README
2026-02-11 12:10:46 +08:00
fujie
0424521380
feat: complete no-commit update system with dynamic badges and history sync
2026-02-11 12:08:05 +08:00
fujie
c2ea3b2479
feat: migrate stats display to dynamic Shields.io badges via Gist
2026-02-11 12:05:52 +08:00
fujie
a96a588141
style: reformat README stats section for better clarity and premium look
2026-02-11 12:01:54 +08:00
fujie
f34da0b263
feat: include per-post download stats in historical snapshots
2026-02-11 11:59:56 +08:00
fujie
80dce6e1de
fix: compatibility with Python < 3.12 for f-strings with backslashes
2026-02-11 11:58:44 +08:00
fujie
080534d03b
feat: implement Gist-based history tracking and enhanced stats categorization
2026-02-11 11:57:07 +08:00
fujie
a63d3e89ff
feat: implement stats history, growth tracking, and mermaid trend charts
2026-02-11 11:41:12 +08:00
fujie
447e791ab6
style: fix lint global errors and synchronize stats generator
2026-02-09 21:58:27 +08:00
fujie
6adbcd8d42
fix(scripts): resolve plugin scan NameError
...
Define metadata per file before use
2026-01-28 11:11:38 +08:00
fujie
163d8ce8bd
fix(scripts): exclude debug directory from release scanning
2026-01-28 02:30:38 +08:00
fujie
4e32e1a1da
fix(scripts): normalize plugin paths in version extraction to prevent false positives in release diffs
2026-01-28 02:28:20 +08:00
fujie
219ba83df3
feat(infographic): release v1.5.0 with smart language detection & organize debug tools
2026-01-28 02:14:30 +08:00
fujie
ac50cd249a
fix(pipes): sync copilot sdk thinking
...
- Fix thinking visibility by passing user overrides into streaming
- Harden UserValves handling for mapping/instance inputs
- Update bilingual README with per-user valves and troubleshooting
2026-01-27 04:22:36 +08:00
fujie
813b50864a
docs(folder-memory): add prerequisites section and enhance release workflow with README links
...
- Add 'Prerequisites' section to folder-memory README files clarifying that conversations must occur inside a folder
- Update docs/plugins/filters/folder-memory.md and folder-memory.zh.md with same prerequisites
- Enhance extract_plugin_versions.py to auto-generate GitHub README URLs in release notes
- Update plugin-development workflow to document README link requirements for publishing
2026-01-20 20:35:06 +08:00
fujie
6f874db000
feat: implement auto-sync plugin ID on publish
2026-01-13 23:17:49 +08:00
fujie
8511b7df80
feat: add version column to top plugins stats and optimize workflow
2026-01-12 01:57:15 +08:00
fujie
a44e80ce5b
fix: resolve syntax error in community client and refine error logging
2026-01-12 00:22:22 +08:00
fujie
c2815e13e9
chore: cleanup debug logs in community client
2026-01-12 00:22:05 +08:00
fujie
56bfa3a3ef
fix: provide function id in update payload to resolve 400 error
2026-01-12 00:18:58 +08:00
fujie
a13c915f27
fix: revert _find_images to _find_image to ensure API compatibility
2026-01-12 00:17:03 +08:00
fujie
fb2d35237e
fix: revert to single image support as API does not support multiple images
2026-01-12 00:16:47 +08:00
fujie
3f19ecfd20
feat: support multiple images and improve error logging for plugin updates
2026-01-12 00:13:32 +08:00
fujie
2fd96f07aa
fix: robust payload cleaning for plugin updates to resolve 422 error
2026-01-12 00:12:56 +08:00
fujie
a1c1ed9840
fix: resolve 422 error in plugin update by cleaning payload and fixing media format
2026-01-12 00:07:10 +08:00
fujie
08c0dd984c
docs: add 'Updated' column for each plugin in Top 6 table
2026-01-11 18:05:01 +08:00
fujie
e870ad8823
docs: add last updated time to Top 6 plugins section and update stats script
2026-01-11 17:59:08 +08:00
fujie
1ece648006
Update Async Context Compression docs to v1.1.1 and improve plugin update logic to detect README changes
2026-01-10 19:07:49 +08:00
fujie
51612ea783
Fix AttributeError in stats script: handle NoneType data field
2026-01-10 16:19:44 +08:00
fujie
96638d8092
feat: smart commit for community-stats - only commit when data changes
...
- Add generate_shields_endpoints() for dynamic badges
- Update workflow to check for significant changes before commit
- Support uploading badge JSON to GitHub Gist
- Reduce unnecessary commits from hourly to only when data changes
2026-01-08 22:29:02 +08:00
fujie
ca2e0b4fba
fix: convert media URLs to dict format for create_post API
2026-01-08 08:44:41 +08:00
fujie
10d24fbfa2
debug: add detailed error logging for create_post
2026-01-08 08:41:50 +08:00
fujie
322bd6e167
chore: cleanup legacy plugins and add plugin assets
...
- Remove deprecated summary plugin (replaced by deep-dive)
- Remove js-render-poc experimental plugin
- Add plugin preview images
- Update publish scripts with create_plugin support
2026-01-08 08:39:21 +08:00
fujie
cd3e7309a8
refactor: create OpenWebUICommunityClient class to unify API operations
2026-01-08 00:44:25 +08:00
fujie
54cc10bb41
feat: optimize publish script to skip unchanged versions
2026-01-08 00:34:49 +08:00
fujie
4a42dcf8de
chore: update extract_plugin_versions.py script
2026-01-08 00:14:32 +08:00
fujie
6d7a5b45cf
feat: bump export_to_word to v0.4.3 and automate plugin publishing
2026-01-08 00:12:17 +08:00
fujie
1e0f5fb65a
feat: improve release workflow and update community stats to Top 6
2026-01-07 22:35:24 +08:00
fujie
a477d2baad
🔧 移除时间显示中的时区标注
2026-01-06 19:38:54 +08:00
fujie
8471680efe
⏰ 时间显示改为北京时间并精确到分钟
...
- 所有时间戳使用北京时区 (UTC+8)
- 格式从 YYYY-MM-DD 改为 YYYY-MM-DD HH:MM
- 添加 '(北京时间)' 标注
2026-01-06 19:31:18 +08:00
fujie
65fe16e185
🔧 修复数据解析和添加英文报告
...
- 修正 data 字段解析路径:data.function.meta 而不是 data.meta
- 现在正确显示插件类型 (action/filter) 和版本号
- 添加英文版详细报告 (community-stats.en.md)
- generate_markdown 方法支持中英文切换
2026-01-06 02:02:26 +08:00
fujie
136e7e9021
✨ 添加作者统计信息
...
- README 统计区域新增作者信息:粉丝数、积分、贡献数
- 中英文版本分别使用对应语言的表头
- 从 API 返回的 user 对象中提取用户统计数据
2026-01-06 01:53:03 +08:00