Changelog
November 8, 2025 ยท View on GitHub
This page contains the complete changelog for the Vibetuner project.
๐ Complete Changelog
For the full changelog with all version history, release notes, and package-specific changes, see the main CHANGELOG.md file in the repository.
๐ How Updates Are Managed
Vibetuner uses Release Please for automated changelog management:
- PR Titles: Contributors use conventional commit format (e.g.,
feat: add OAuth support) - Automatic Detection: Release Please analyzes PR titles to categorize changes
- Smart Versioning: Determines MAJOR/MINOR/PATCH versions automatically
- Professional Notes: Generates clean, organized changelog entries
- Package Awareness: Groups changes by affected packages
๐ฆ Package-Specific Changes
The main changelog includes changes for all Vibetuner components:
- Python Package (
vibetuner): Core framework and CLI tools - JavaScript Package (
@alltuner/vibetuner): Frontend dependencies - Scaffolding Template: Project template and configuration
Changes are automatically categorized by which packages were affected in each release.
๐ค Contributing to Changelog
When contributing to Vibetuner, please follow the PR title guidelines to ensure proper changelog generation.
Quick Reference
# New Features โ MINOR release
feat: add new feature
feat(scope): specific feature
# Bug Fixes โ PATCH release
fix: resolve issue
fix(scope): specific fix
# Breaking Changes โ MAJOR release
feat!: breaking change
BREAKING CHANGE: description
# Documentation โ PATCH release
docs: update documentation
# Maintenance โ PATCH release
chore: update dependencies
refactor: improve code structure
๐ Related Links
- Main Changelog โ Complete version history
- GitHub Releases โ Release downloads and notes
- Contributing Guidelines โ How to contribute
- Agent Guidance โ Guidelines for AI assistants
This changelog system ensures transparent, professional release notes while maintaining development efficiency.