fujie
856f76cd27
feat(smart-mind-map): v0.9.1 - Add Image output mode with file upload support
2026-01-06 21:35:36 +08:00
fujie
a0a4d31715
📝 版本号改为当天发布次数计数
2026-01-06 19:41:22 +08:00
fujie
f0017ffacd
⏰ 统计数据更新频率改为每小时
2026-01-06 02:14:26 +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
53f04debaf
✨ 添加 OpenWebUI 社区统计功能
...
- 新增统计脚本 scripts/openwebui_stats.py
- 新增 GitHub Actions 每日自动更新统计
- README 中英文版添加统计徽章和热门插件 Top 5
- 统计数据输出到 docs/community-stats.md 和 JSON
2026-01-06 01:32:38 +08:00
Jeff fu
6de0d6fbe4
feat(infographic-markdown): add new plugin for JS render to Markdown
...
- Add infographic_markdown.py (English) and infographic_markdown_cn.py (Chinese)
- AI-powered infographic generator using AntV library
- Renders SVG on frontend and embeds as Markdown Data URL image
- Supports 18+ infographic templates (lists, charts, comparisons, etc.)
Docs:
- Add plugin README.md and README_CN.md
- Add docs detail pages (infographic-markdown.md)
- Update docs index pages with new plugin
- Add 'JS Render to Markdown' pattern to plugin development guides
- Update copilot-instructions.md with new advanced development pattern
Version: 1.0.0
2026-01-05 17:29:52 +08:00
fujie
aee9c93bfb
docs: update documentation for Export to Word plugin (v0.2.0)
2026-01-04 02:40:46 +08:00
fujie
3680fcf39f
feat: 更新了多个插件版本,并同步更新了中英文文档和相关说明。
2026-01-03 18:43:22 +08:00
fujie
593a9ce22b
feat: 升级Excel导出插件,增加AI生成文件名、导出所有消息选项并优化样式
2026-01-03 17:57:27 +08:00
fujie
fe497cccb7
refactor: 将代理的 Git 操作规则引用到 copilot-instructions.md。
2026-01-03 16:27:37 +08:00
fujie
88aa7e156a
fix: check for files before gh release upload to prevent empty file error
2026-01-03 16:13:22 +08:00
fujie
dbfce27986
fix: explicitly add newlines before EOF in release workflow
2026-01-03 16:04:21 +08:00
fujie
782378eed8
fix: quote GITHUB_OUTPUT delimiter to prevent EOF error
2026-01-03 14:18:50 +08:00
fujie
b3cdb8e26e
fix: use gh cli for asset upload to support chinese filenames
2026-01-03 13:52:25 +08:00
fujie
0e6f902d16
chore: add debug steps and artifact upload to release workflow
2026-01-03 13:38:59 +08:00
fujie
c15c73897f
fix: enforce utf-8 and disable git path quoting in release workflow to support chinese filenames
2026-01-03 13:25:15 +08:00
fujie
b84ff4a3a2
chore: disable auto-release on push to main, use workflow_dispatch only
2026-01-03 13:18:36 +08:00
fujie
54c90238f7
fix: enforce utf-8 locale in release workflow to support chinese filenames
2026-01-03 12:42:26 +08:00
fujie
40d77121bd
docs: update plugin development standards for readme requirements
2026-01-03 12:37:05 +08:00
fujie
0c893ce61f
docs: 新增插件开发工作流程文档并更新了多个插件的版本信息
2026-01-03 12:22:14 +08:00
fujie
ac2cf00807
feat: 更新了异步上下文压缩插件版本,并优化了发布工作流以直接上传插件文件,同时排除了新的插件模板文件。
2026-01-03 11:54:17 +08:00
fujie
b9d8100cdb
docs: add consistency maintenance section to copilot instructions
2026-01-03 11:18:39 +08:00
fujie
bb1cc0d966
docs: update copilot instructions for consistency and sync READMEs
2026-01-03 11:17:54 +08:00
fujie
a4e8cc52f9
docs: 更新 Copilot 指令。
2026-01-03 10:57:21 +08:00
fujie
c8e8434bc6
feat: 引入选项以在发布说明中忽略已移除的插件。
2026-01-03 10:55:05 +08:00
fujie
3ee00bb083
docs(copilot-instructions): add release workflow guidelines
...
- Add release workflow section with automatic release process
- Document version numbering rules (semver)
- Add three release methods: direct push, PR, manual trigger
- Include commit message convention (Conventional Commits)
- Add release checklist
2026-01-01 04:23:22 +08:00
fujie
feeed7d332
添加用户上下文获取规范,确保插件安全提取用户信息并避免潜在错误
2026-01-01 04:10:32 +08:00
copilot-swe-agent[bot]
5b8750c438
Enhance release workflow with auto-release on merge and PR validation
...
Co-authored-by: Fu-Jie <33599649+Fu-Jie@users.noreply.github.com >
2025-12-31 12:06:31 +00:00
copilot-swe-agent[bot]
10bddd2026
Add plugin release workflow with version extraction and changelog management
...
Co-authored-by: Fu-Jie <33599649+Fu-Jie@users.noreply.github.com >
2025-12-31 11:14:41 +00:00
copilot-swe-agent[bot]
570381f5b3
Fix: Add extend_existing=True to prevent MetaData conflicts on plugin reload
...
Co-authored-by: Fu-Jie <33599649+Fu-Jie@users.noreply.github.com >
2025-12-31 04:14:16 +00:00
copilot-swe-agent[bot]
e510b3b580
Refactor async-context-compression to use OpenWebUI's internal DB connection
...
Co-authored-by: Fu-Jie <33599649+Fu-Jie@users.noreply.github.com >
2025-12-31 03:52:19 +00:00
fujie
73df5a0818
feat: Update smart mind map plugin with enhanced features and improved UI
...
- Renamed plugin title from "智绘心图" to "思维导图" and updated version to 0.8.0.
- Refactored user context extraction for better handling of user data.
- Improved CSS styles for better responsiveness and aesthetics.
- Added new control buttons for downloading and zooming functionalities.
- Enhanced JavaScript for dynamic theme detection and improved SVG handling.
- Updated documentation to reflect changes in plugin functionality and naming.
2025-12-30 23:53:26 +08:00
Jeff fu
4e5646ae94
添加插件文档和代码更新,支持可配置的文件标题来源,增强导出功能
2025-12-30 16:09:39 +08:00
copilot-swe-agent[bot]
17f63eb00a
Create copilot-instructions.md with plugin development guidelines
...
Co-authored-by: Fu-Jie <33599649+Fu-Jie@users.noreply.github.com >
2025-12-30 05:36:28 +00:00
copilot-swe-agent[bot]
3950846fa9
Add MkDocs documentation portal with Material theme and CI/CD workflow
...
Co-authored-by: Fu-Jie <33599649+Fu-Jie@users.noreply.github.com >
2025-12-29 10:03:23 +00:00