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
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ All notable changes to Tycho will be documented in this file.

## Unreleased

## 0.6.1 - 2026-06-21

### Bug Fixes

- Add a Remote UI token re-authentication path for existing remote servers, so
another browser or device can save the peer token locally after switching to a
token-protected server. (#42)
- Show a token recovery prompt when the active remote server rejects broker
credentials and tidy compact server-row actions on small screens. (#43)

## 0.6.0 - 2026-06-20

### Notable Releases
Expand Down
2 changes: 1 addition & 1 deletion lib/hq/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module HQ
VERSION = "0.6.0"
VERSION = "0.6.1"
end
Loading