7.8 KiB
7.8 KiB
Changelog
English | 中文
0.10.0 - 2026-01-18
Features
baoyu-slide-deck: expands style library from 10 to 15 styles with 8 new additions—dark-atmospheric,editorial-infographic,fantasy-animation,intuition-machine,pixel-art,scientific,vintage,watercolor.
Breaking Changes
baoyu-slide-deck: removes 3 styles (playful,storytelling,warm); changes default style fromnotiontoblueprint.
0.9.0 - 2026-01-17
Features
- Extension support: all skills now support customization via
EXTEND.mdfiles. Check.baoyu-skills/<skill-name>/EXTEND.md(project) or~/.baoyu-skills/<skill-name>/EXTEND.md(user) for custom styles and configurations.
Other
.gitignore: adds.baoyu-skills/directory for user extension files.
0.8.2 - 2026-01-17
Refactor
baoyu-gemini-web: reorganizes script architecture—moves modular files intogemini-webapi/subdirectory and updates SKILL.md with${SKILL_DIR}path references.
0.8.1 - 2026-01-17
Refactor
baoyu-gemini-web: refactors script architecture—consolidates 10 separate files into a structuredgemini-webapi/module (TypeScript port of gemini_webapi Python library).
0.8.0 - 2026-01-17
Features
baoyu-xhs-images: adds content analysis framework (analysis-framework.md,outline-template.md) for structured content breakdown and outline generation.
Documentation
CLAUDE.md: adds Output Path Convention (directory structure, backup rules) and Image Naming Convention (format, slug rules) to standardize image generation outputs.- Multiple skills: updates file management conventions to use unified directory structure (
[source-name-no-ext]/<skill-suffix>/).baoyu-article-illustrator,baoyu-comic,baoyu-cover-image,baoyu-slide-deck,baoyu-xhs-images
0.7.0 - 2026-01-17
Features
baoyu-comic: adds--aspect(3:4, 4:3, 16:9) and--langoptions; introduces multi-variant storyboard workflow (chronological, thematic, character-centric) with user selection.
Enhancements
baoyu-comic: addsanalysis-framework.mdandstoryboard-template.mdfor structured content analysis and variant generation.baoyu-slide-deck: addsanalysis-framework.md,content-rules.md,modification-guide.md, andoutline-template.mdreferences for improved outline quality.baoyu-article-illustrator,baoyu-cover-image,baoyu-xhs-images: enhanced SKILL.md documentation with clearer workflows.
Documentation
- Multiple skills: restructured SKILL.md files—moved detailed content to
references/directory for maintainability. baoyu-slide-deck: simplified SKILL.md, consolidated style descriptions.
0.6.1 - 2026-01-17
baoyu-slide-deck: addsscripts/merge-to-pdf.tsto export generated slides into a single PDF; docs updated with pptx/pdf outputs.baoyu-comic: addsscripts/merge-to-pdf.tsto merge cover/pages into a PDF; docs clarify character reference handling (image vs text).- Docs conventions: adds a “Script Directory” template to
CLAUDE.md; alignsbaoyu-gemini-web/baoyu-slide-deck/baoyu-comicdocs to use${SKILL_DIR}in commands so agents can run scripts from any install location.
0.6.0 - 2026-01-17
baoyu-slide-deck: addsscripts/merge-to-pptx.tsto merge slide images into a PPTX and attachprompts/content as speaker notes.baoyu-slide-deck: reshapes/expands the style library (addsblueprint/bold-editorial/sketch-notes/vector-illustration, and adjusts/replaces some older styles).baoyu-comic: adds arealisticstyle reference.- Docs: refreshes
README.md/README.zh.md.
0.5.3 - 2026-01-17
baoyu-post-to-x(X Articles): makes image placeholder replacement more reliable (selection retry + verification; deletes via Backspace and verifies deletion before pasting), reducing mis-insertions/failures.
0.5.2 - 2026-01-16
baoyu-gemini-web: adds--sessionId(local persisted sessions, plus--list-sessions) for multi-turn conversations and consistent multi-image generation.baoyu-gemini-web: adds--reference/--reffor reference images (vision input), plus stronger timeout handling and cookie refresh recovery.- Docs:
baoyu-xhs-images/baoyu-slide-deck/baoyu-comicdocument session usage (reuse onesessionIdper set) to improve visual consistency.
0.5.1 - 2026-01-16
baoyu-comic: adds creation templates/references (character template, Ohmsha guide, outline template) to speed up “characters → storyboard → generation”.
0.5.0 - 2026-01-16
- Adds
baoyu-comic: a knowledge-comic generator withstyle × layoutand a full set of style/layout references for more stable output. baoyu-xhs-images: moves style/layout details intoreferences/styles/*andreferences/layouts/*, and migrates the base prompt intoreferences/base-prompt.mdfor easier maintenance/reuse.baoyu-slide-deck/baoyu-cover-image: similarly split base prompt and style references intoreferences/, reducing SKILL.md complexity and making style expansion easier.- Docs: updates
README.md/README.zh.mdskill list and examples.
0.4.2 - 2026-01-15
baoyu-gemini-web: updates description to clarify it as the image-generation backend for other skills (e.g.cover-image,xhs-images,article-illustrator).
0.4.1 - 2026-01-15
baoyu-post-to-x/baoyu-post-to-wechat: addsscripts/paste-from-clipboard.tsto send a “real paste” keystroke (Cmd/Ctrl+V), avoiding sites ignoring CDP synthetic events.baoyu-post-to-x: adds docs for X Articles/regular posts, and switches image upload to prefer real paste (with a CDP fallback).baoyu-post-to-wechat: docs add script-location guidance and${SKILL_DIR}path usage for reliable agent execution.- Docs: adds
screenshots/update-plugins.pngfor the marketplace update flow.
0.4.0 - 2026-01-15
- Adds
baoyu-prefix to skill directories and updates marketplace paths/docs accordingly to reduce naming collisions.
0.3.1 - 2026-01-15
xhs-images: upgrades docs to a Style × Layout system (adds--layout, auto layout selection, and anotionstyle), with more complete usage examples.article-illustrator/cover-image: docs no longer hard-codegemini-web; instead they instruct the agent to pick an available image-generation skill.slide-deck: docs add thenotionstyle and update auto-style mapping.- Tooling/docs: adds
.DS_Storeto.gitignore; refreshesREADME.md/README.zh.md.
0.3.0 - 2026-01-14
- Adds
post-to-wechat: Chrome CDP automation for WeChat Official Account posting (image-text + full article), including Markdown → WeChat HTML conversion and multiple themes. - Adds
CLAUDE.md: repository structure, running conventions, and “add new skill” guidelines. - Docs: updates
README.md/README.zh.mdinstall/update/usage instructions.
0.2.0 - 2026-01-13
- Adds new skills:
post-to-x(real Chrome/CDP automation for posts and X Articles),article-illustrator,cover-image, andslide-deck. xhs-images: adds multi-style support (--style) with auto style selection and updates the base prompt (e.g. language follows input, hand-drawn infographic constraints).- Docs: adds
README.zh.mdand improvesREADME.mdand.gitignore.
0.1.1 - 2026-01-13
- Marketplace refactor: introduces
metadata(includingversion), renames the plugin entry tocontent-skillsand explicitly lists installable skills; removes legacy.claude-plugin/plugin.json. - Adds
xhs-images: Xiaohongshu infographic series generator (outline + per-image prompts). gemini-web: adds--promptfilesto build prompts from multiple files (system/content separation).- Docs: adds
README.md.
0.1.0 - 2026-01-13
- Initial release:
.claude-plugin/marketplace.jsonplusgemini-web(text/image generation, browser login + cookie cache).