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

## [Unreleased]

## [0.2.9] - 2026-02-15

### Added
- File move/rename feature with `MoveDialog` component (Issue #162)
- Context menu "Move/Rename" option for files and directories
- Path validation and overwrite prevention
- File creation date (birthtime) display in `FileViewer` header and mobile view (Issue #162)
- `date-utils.ts` with locale-aware formatting
- Content copy button in `MarkdownEditor` toolbar (Issue #162)
- `useFileOperations` hook for file operation logic extraction

## [0.2.8] - 2026-02-14

### Fixed
Expand Down Expand Up @@ -432,7 +443,8 @@ _No changes recorded._
- `MCBD_DB_PATH` -> `CM_DB_PATH`
- `NEXT_PUBLIC_MCBD_AUTH_TOKEN` -> `NEXT_PUBLIC_CM_AUTH_TOKEN`

[unreleased]: https://github.com/Kewton/CommandMate/compare/v0.2.8...HEAD
[unreleased]: https://github.com/Kewton/CommandMate/compare/v0.2.9...HEAD
[0.2.9]: https://github.com/Kewton/CommandMate/compare/v0.2.8...v0.2.9
[0.2.8]: https://github.com/Kewton/CommandMate/compare/v0.2.7...v0.2.8
[0.2.7]: https://github.com/Kewton/CommandMate/compare/v0.2.6...v0.2.7
[0.2.6]: https://github.com/Kewton/CommandMate/compare/v0.2.5...v0.2.6
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": "commandmate",
"version": "0.2.8",
"version": "0.2.9",
"description": "Git worktree management with Claude CLI and tmux sessions",
"repository": {
"type": "git",
Expand Down