📢 Follow @plannotator on X for updates
📋 Missed recent releases?
| Release | Highlights |
|---|---|
| v0.4.15 | Custom browser selection, custom agent switching, YAML frontmatter |
| v0.4.11 | Configurable plan saving, agent switching settings |
Claude Code users: Want "approve with notes"? Upvote these issues:
| Issue | Description |
|---|---|
| #16001 | Allow updated input on ExitPlanMode approve |
| #15755 | PermissionRequest allow doesn't exit plan mode |
What's New in v0.4.16
Dark Mode Contrast Improvements
Significantly improved dark mode readability based on community feedback:
- Better surface separation - Cards and popovers now have more distinct elevation
- Softer text - Foreground reduced from 95% to 90% lightness to reduce glare
- Visible borders - Border contrast increased for clearer UI definition
- Readable muted text - Muted foreground lifted from 65% to 72% lightness
- Annotation highlights - Boosted opacity in dark mode so highlighted text remains readable
New Design Tokens
Added --success and --warning design tokens, replacing hardcoded Tailwind colors for consistent theming across light and dark modes.
Thanks
- @greghughespdx - Dark mode contrast improvements (#53)
Install
Claude Code:
curl -fsSL https://plannotator.ai/install.sh | bashOpenCode: Add to opencode.json:
{
"plugin": ["@plannotator/opencode@latest"]
}What's Changed
- feat: improve dark mode contrast and add success/warning tokens by @backnotprop in #54
Full Changelog: v0.4.15...v0.4.16
What's Changed
- feat: improve dark mode contrast and add success/warning tokens by @backnotprop in #54
Full Changelog: v0.4.15...v0.4.16