https://github.com/0pandadev/changelog
Genereate beautiful changelogs for your github projects.
https://github.com/0pandadev/changelog
changelog changelog-generator changelogs conventional-changelog generator github release
Last synced: about 1 year ago
JSON representation
Genereate beautiful changelogs for your github projects.
- Host: GitHub
- URL: https://github.com/0pandadev/changelog
- Owner: 0PandaDEV
- License: mit
- Created: 2025-01-23T06:47:26.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-17T14:04:48.000Z (about 1 year ago)
- Last Synced: 2025-03-17T14:46:16.873Z (about 1 year ago)
- Topics: changelog, changelog-generator, changelogs, conventional-changelog, generator, github, release
- Language: Vue
- Homepage: https://changelog.pandadev.net
- Size: 105 KB
- Stars: 16
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# 🚀 GitHub Changelog Generator
Try it at: https://changelog.pandadev.net
A modern, fully client-side web application that generates beautiful changelogs from GitHub repositories.

## ✨ Features
- 📝 Generate changelogs from any public GitHub repository
- 🔒 Support for private repositories with GitHub token
- 🏷️ Filter by tags and commit types
- 😀 Gitmoji support
- ⭐ Markdown rendering with GitHub styling
- 📱 Mobile responsive design
- 📋 Copy to clipboard functionality
- 🌐 Fully client-side - no server needed
## 🛠️ Setup
```bash
# 📦 Install dependencies
bun install
# 🔥 Start development server
bun dev
# 🏗️ Build for production
bun run build && node .output/server/index.mjs
```