Changelog Generator

Paste git log --oneline output and get a Markdown changelog grouped by conventional-commit category (Added, Fixed, Changed, Removed, Internal).

6 commits parsed
Generated changelog
### Added
- add dark mode toggle
- **ui:** redesign navigation
### Fixed
- **auth:** handle expired tokens
- crash on empty input
### Internal
- update README
- bump dependencies