Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,28 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.4.0] - 2026-05-03

### Added

- **Update Notifier**: Automatic version checking with responsive UI and clipboard integration for seamless updates.
- **Embedded Key Shortcuts**: Bold key letters within help bar words for better accessibility on large screens.
- **Backlog.md Integration**: Full project management system with task tracking and AI agent workflows.
- **AI Agent Instructions**: Comprehensive documentation for Claude, Gemini, and GitHub Copilot agents.
- **Test Suite Improvements**: DAMP (Descriptive And Meaningful Patterns) principles with factory utilities and centralized mocks.

### Changed

- Enhanced visual regression test coverage with new update notifier UI states.
- Improved test organization with factory functions and mock utilities for better AI agent compatibility.
- Migrated from `_plans/` directory to `.backlog/` for structured task management.
- Strengthened pre-commit hooks with more comprehensive validation.

### Fixed

- Stabilized visual regression tests for deterministic update notifier behavior.
- Improved audio handling in test environments to prevent flaky tests.

## [1.3.0] - 2026-05-01

### Added
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "doro-cli",
"version": "1.3.0",
"version": "1.4.0",
"description": "Minimal terminal pomodoro timer with keyboard shortcuts and chiptune cues",
"files": [
"dist",
Expand Down
Loading