Skip to content
Open
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
3 changes: 0 additions & 3 deletions .changes/unreleased/Fixed-20260623-073650.yaml

This file was deleted.

7 changes: 7 additions & 0 deletions .changes/v0.10.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## [0.10.1] - 2026-06-23

Self-update now properly exits after replacing the binary, prompting you to re-run the command instead of continuing with the old in-memory version. This ensures you immediately work with the latest UI updates without confusion. Enjoy a smoother updating experience!

### Fixed

- Self-update now exits after replacing the binary and asks you to re-run, instead of silently continuing the command on the old in-memory binary (which showed the previous version's UI until you manually restarted).
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/).

## [0.10.1] - 2026-06-23

Self-update now properly exits after replacing the binary, prompting you to re-run the command instead of continuing with the old in-memory version. This ensures you immediately work with the latest UI updates without confusion. Enjoy a smoother updating experience!

### Fixed

- Self-update now exits after replacing the binary and asks you to re-run, instead of silently continuing the command on the old in-memory binary (which showed the previous version's UI until you manually restarted).

## [0.10.0] - 2026-06-21

The `thicket start` Plan page now features a horizontal color swatch picker allowing you to choose from eight vibrant colors, along with an optional one-line initial prompt that sends your message to Claude on first launch. Resumed workspaces skip this prompt, and your selected color tints the iTerm2 tab on each launch for a personalized experience.
Expand Down