Releases: agiletalk/relnote
Releases · agiletalk/relnote
Release list
v0.2.0
v0.2.0 (2026-07-29)
✨ Curate release notes with Apple's on-device model — no installs, no cost
Added a new executor that runs curation locally using Apple's on-device foundation model (macOS 26+ with Apple Intelligence). It's free, works offline, and needs nothing extra installed. Pick it directly with --executor apple, or leave it on --executor auto and it'll be used automatically when Claude Code isn't available.
Best for smaller releases — the on-device model has a ~4k token context window, is strongest in English, and its curation sits noticeably below Claude's. For large ranges or nuanced notes, stick with --executor claude.
More updates
- More helpful warning when notes fall back to full history — If release notes end up covering the whole history instead of just recent changes, the warning now tells you the actual reason (like the only tag being at HEAD) instead of always saying no tags were found.
Not in these notes (1)
docs: add vhs demo GIF to READMEs— Just adds a demo GIF to the README — a documentation touch-up, not a change to how the tool works.
These notes were generated by relnote v0.2.0 itself (--executor claude, range v0.1.0..v0.2.0).
v0.1.0
Full Changelog: https://github.com/agiletalk/relnote/commits/v0.1.0