Skip to content
Merged
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
21 changes: 20 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,26 @@ All notable changes to this project will be documented in this file.

Version history below is based on the repository tag history, local commit history, and the public release versions already published for this project. Earlier entries are backfilled from code history and may be less detailed than newer releases.

Copy link

Copilot AI Mar 26, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This update removes the top-level "Unreleased" section entirely. If the changelog is meant to track upcoming changes as well as released versions (as it did previously), consider adding a new "Unreleased" heading above 1.5.1 (e.g., for the next version) so future entries have a clear place to land before a release is cut.

Suggested change
## [Unreleased]
### Added
### Changed
### Fixed

Copilot uses AI. Check for mistakes.
## [1.5] - Unreleased
## [1.5.1] - 2026-03-25

### Added

- Added `updatehome` and `updatewarp` so existing homes and warps can be moved to the current location without recreating them.
- Added pagination support and page-picker navigation for `homes` and `warps`, with improved interactive list display for large result sets.

### Changed

- Refactored shared command execution, suggestion, pagination, and chat UI helpers to reduce duplication across `home`, `warp`, and related command flows.
- Refactored config handling by splitting `ConfigManager` responsibilities and updated command registration to the newer direct-registration path.
- Improved internal storage concurrency with synchronized asynchronous file I/O, asynchronous config writes, and safer shared-state handling.

### Fixed

- Fixed a shutdown cleanup issue that could terminate background threads unexpectedly while the server was closing.
- Fixed translation lookup fallback so missing keys now fall back to `en_us` immediately.
- Fixed teleport-related state cleanup and unsafe-block checking to improve reliability during teleport processing and shutdown.

## [1.5] - 2026-03-21

### Added

Expand Down
Loading