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
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.3.0] - 2026-05-01

### Added

- Volume indicator visibility even at 1-character terminal width with compact Unicode icons (⊘○ for lock, ✕♪♫ for volume).
- Visual regression tests for volume states at tiny and ultra-small terminal sizes.
- Strict commit approval system for AI agents to prevent unauthorized commits.
- Main branch protection via pre-commit hooks.

### Fixed

- Lock mode behavior to only allow quit, pause/unpause, and unlock operations.
- Volume indicator prioritization over lock state in ultra-tiny terminal widths.
- Blocked color scheme and volume changes when timer is locked.

### Changed

- AI agent workflow to require explicit user approval before committing changes.
- Configuration file protection for critical project files (.opencode/**, .husky/**, opencode.json).

## [1.2.1] - 2026-04-30

### Changed
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.2.1",
"version": "1.3.0",
"description": "Minimal terminal pomodoro timer with keyboard shortcuts and chiptune cues",
"files": [
"dist",
Expand Down
Loading