-
-
Notifications
You must be signed in to change notification settings - Fork 49
Open
Labels
Description
Description
View and search package changelogs and release notes.
Requirements
- Fetch package changelogs
- Display formatted changelogs
- Search through changes
- Compare versions
- Highlight security fixes
- Export changelogs
Acceptance Criteria
- Fetch package changelogs
- Formatted display
- Search functionality
- Version comparison
- Security highlight
- Export capabilities
- Unit tests included (>80% coverage)
- Documentation with changelog usage
Example Usage
$ cortex changelog docker
Docker 24.0.7 (2023-11-15)
π Security: CVE-2023-12345 fixed
π Bug fixes: Container restart issues
β¨ New: BuildKit 0.12 support
Docker 24.0.6 (2023-10-20)
...
$ cortex changelog compare docker 24.0.6 24.0.7
What's new in 24.0.7:
- Critical security fix (CVE-2023-12345)
- 12 bug fixes
- 3 new featuresSkills: Python, changelog parsing, text formatting
Bounty: $25 upon merge
Priority: Low