Skip to content

Commit

Permalink
πŸ“ Add CHANGELOG.md for version 0.7.0
Browse files Browse the repository at this point in the history
Document changes, additions, and removals for version 0.7.0

Create CHANGELOG.md to track project changes:
- Add sections for removed features, new additions, and fixes
- Include notable changes and refactoring efforts
- List performance optimizations and documentation updates
- Provide metrics on total commits, files changed, and line modifications
  • Loading branch information
hyperb1iss committed Aug 31, 2024
1 parent 62a043e commit 2cbc567
Showing 1 changed file with 45 additions and 0 deletions.
45 changes: 45 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.7.0] -

### πŸ—‘οΈ Removed

- πŸ”₯ Remove tracking of unstaged files across multiple modules (db9db44)
- πŸ”₯ Delete legacy interactive and old TUI commit modules (630aa21)

### ✨ Added

- ✨ Introduce cosmic-themed TUI for commit message creation (99c9428)
- ✨ Add support for pre and post commit hooks (43c8b56)
- ✨ Implement retry mechanism for LLM requests with exponential backoff (b798758)
- πŸš€ Integrate Gitmoji support in TUI for commit messages (217ed78)
- πŸ“ Create TODO.md file with project roadmap and goals (3e18ffa)
- 🎨 Enhance instruction presets with emojis for visual appeal (7927873)

### πŸ› Fixed

- πŸ› Fix TUI message editing and rendering issues (538552f)
- πŸ› Correct binary file detection in git status parsing (a95c228)
- πŸ› Address CI/CD release issues and improve asset handling (da7b239)

### πŸ”„ Changed

- ♻️ Refactor project structure for improved modularity and maintainability (f1d60bf, e67206d, b48d37a)
- ⚑️ Optimize performance by parallelizing metadata extraction and caching git context (3a8163d, f1d60bf)
- πŸ”§ Update logging configuration for flexible log file paths and optional stdout logging (d738d89)
- πŸ“ Revise README to reflect new Git workflow focus and update project description (c404eb5)

### πŸ“Š Metrics

- Total Commits: 70
- Files Changed: 257
- Insertions: 9691
- Deletions: 6079

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

0 comments on commit 2cbc567

Please sign in to comment.