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
13 changes: 13 additions & 0 deletions ui/desktop/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

Canonical reference for changes, improvements, and bugfixes for Boundary Desktop.

## V2.6.0 [CLI 0.21.2] (2026.04.06)

### New & Improved

- Upgrade CLI to v0.21.2 ([PR](https://github.com/hashicorp/boundary-ui/pull/3217))
- Refactor session terminal rendering to restrict access ([PR](https://github.com/hashicorp/boundary-ui/pull/3190))
- Add sort by created time support to sessions ([PR](https://github.com/hashicorp/boundary-ui/pull/3174))
- Add sort by name support to targets ([PR](https://github.com/hashicorp/boundary-ui/pull/3168))

### Bug Fixes

- Fix flaky modal on user sign out or app quit ([PR](https://github.com/hashicorp/boundary-ui/pull/3148))

## V2.5.0 [CLI 0.21.0] (2025.12.11)

### New & Improved
Expand Down
2 changes: 1 addition & 1 deletion ui/desktop/electron-app/config/cli/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.21.0
0.21.2
Loading