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
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

### Fixed
- Inability to connect to a workspace after going back to the workspaces view.
- Remove version warning for 2.x release.

### Changed
- Add a message to distinguish between connecting to the worker and querying for
Expand All @@ -28,8 +29,8 @@
- Add status and start/stop buttons to the recent connections view.

### Changed
- Check binary version with `version --output json` (if available) since this is
faster than waiting for the round trip checking etags. It also covers cases
- Check binary version with `version --output json` (if available) since this is
faster than waiting for the round trip checking etags. It also covers cases
where the binary is hosted somewhere that does not support etags.
- Move the template link from the row to a dedicated button on the toolbar.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
minCompatibleCoderVersion=0.15.0
minCompatibleCoderVersion=0.12.9
maxCompatibleCoderVersion=3.0.0