Turn raw git commits or task lists into a clean, publishable changelog in seconds.
Run one of these commands in your terminal, then paste the output below.
cd ~/YOUR_PROJECT && git log --oneline -20
git log --oneline $(git describe --tags --abbrev=0)..HEAD
git log --oneline v3.2.0..v3.3.0
feat: add pwsh support on Windows
fix: prevent tab content flicker on close
fix: handle image paths with spaces
refactor: stabilize treeview state
chore: minor UI polish
👉 Ask the AI:
Generate a md code block to generate the output. Keep a Changelog compliant in Markdown. Group entries into Added / Changed / Fixed. Remove noise (chores), keep it concise and user-facing.