Skip to content

Commit c6cda6c

Browse files
committed
docs: update changelog for v0.5.0
1 parent c459164 commit c6cda6c

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,23 @@
22

33
## [0.5.0] - 2026-03-04
44

5+
### Class Diagram and C4 Architecture Support
6+
- Added `classDiagram` guidance for OOP design and domain modeling
7+
- Documented relationships: association, composition, aggregation, inheritance
8+
- Added C4 architecture support using `graph TD` + `subgraph` (not native `C4Context` which ignores themes)
9+
- Added `.dir-tree` CSS pattern for file structures with tree connectors
10+
- Added quick-reference table for choosing Mermaid diagram types
11+
512
### Claude Code Plugin Support
613
- Added `.claude-plugin/plugin.json` manifest for Claude Code plugin installation
714
- Renamed `prompts/` to `commands/` (compatible with both pi and Claude Code)
815
- Claude Code: `claude /plugin install https://github.com/nicobailon/visual-explainer`
916
- Note: Claude Code namespaces commands as `/visual-explainer:command-name`
1017

18+
### OpenAI Codex Support
19+
- Added install instructions for OpenAI Codex to README
20+
- Uses `~/.agents/skills` and `~/.agents/commands` paths
21+
1122
### Share Command
1223
- New `/share` prompt and `scripts/share.sh` for instant sharing of visual explainer pages
1324
- Uses vercel-deploy skill — no account or authentication required
@@ -16,6 +27,8 @@
1627
- JSON output for programmatic use
1728

1829
### Bug Fixes
30+
- Fixed pi skill loading: scoped `pi.skills` to `./SKILL.md` instead of `./` (was trying to load README.md and CHANGELOG.md as skills)
31+
- Fixed Mermaid line breaks: use `<br/>` instead of `\n` in flowchart labels (renders as literal text otherwise)
1932
- Fixed `mermaid-flowchart.html` to match documented pattern: moved flex centering from `.mermaid-wrap .mermaid` to `.mermaid-wrap`, added `min-height: 400px`
2033
- Fixed `share.sh` to properly capture and display deployment errors (was silently exiting due to `set -e`)
2134

0 commit comments

Comments
 (0)