Skip to content

Commit f7e4ae8

Browse files
committed
docs(changelog): update with recent improvements
Document new features added in unreleased version: - Ideas queue management (idea command and --ideas-list) - Enhanced conventional commit type detection - Documentation improvements for git configuration - Package metadata enhancements - Gitignore updates for metrics.json Keep changelog up-to-date with latest development work. Signed-off-by: leocavalcante <leo@cavalcante.dev>
1 parent 3f5392f commit f7e4ae8

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,30 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [Unreleased]
9+
10+
### Added
11+
- **Ideas Queue Management** - New CLI commands for managing the ideas queue
12+
- `opencoder idea <description>` command to quickly add ideas to the queue
13+
- `--ideas-list` flag to list all queued ideas without starting the loop
14+
- Automatic timestamped filenames for easy organization
15+
- Pre-filled markdown templates for quick editing
16+
- **Enhanced Conventional Commits** - Expanded commit message generation
17+
- Support for `perf`, `chore`, `ci`, `build`, and `style` commit types
18+
- Better pattern matching for refactor types (cleanup, reorganize, etc.)
19+
- Improved categorization of "improve" keyword to refactor
20+
21+
### Changed
22+
- **Documentation Improvements**
23+
- Added git-related environment variables to README
24+
- Updated config.json examples with all available options
25+
- Added examples for idea command usage
26+
- **Package Metadata** - Enhanced package.json with:
27+
- Repository, bugs, and homepage URLs
28+
- Keywords for npm discoverability
29+
- Author and license fields
30+
- **Gitignore Updates** - Added metrics.json to prevent tracking runtime statistics
31+
832
## [1.0.0] - 2026-01-18
933

1034
### Added

0 commit comments

Comments
 (0)