Skip to content
Closed
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: 1 addition & 20 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,26 +4,7 @@ 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.

## [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
## [1.5] - Unreleased

### Added

Expand Down
Loading