Skip to content

Tags: rbb-dev/awesome-openwebui

Tags

v2026.01.04-6

Toggle v2026.01.04-6's commit message
export_to_docx: strip emoji from output filename

v2026.01.03-5

Toggle v2026.01.03-5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge branch 'Fu-Jie:main' into main

v2026.01.01-2

Toggle v2026.01.01-2's commit message
export_to_docx: Mermaid (Kroki), LaTeX math, real links, improved tables

- Update plugin metadata (version, requirements, description) and switch to python-docx-valutico with httpx, Pygments, latex2mathml, mathml2omml.
- Render Mermaid fences (mermaid code blocks) via Kroki PNG with caching, concurrency, timeouts/size limits, total image budget, and proper caption title extraction; strip Mermaid title before sending to Kroki.
- Convert LaTeX to real Word equations (inline \(…\) and display \[...\] / 41241...41241) with safe fallback.
- Add real clickable hyperlinks for Markdown links and bare URLs, including inside tables and inside inline-code spans (preserving code styling).
- Improve table formatting (compact sizing, margins/spacing, header repeat, zebra striping, alignment parsing, width heuristics) and refactor inline formatting parsing for correct nesting.
- Switch normal text to Word-default fonts (Normal style Calibri) and keep Consolas for code.

v2025.12.31-1

Toggle v2025.12.31-1's commit message
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