Skip to content

Collaborator 0.8.1

Choose a tag to compare

@yiliush yiliush released this 03 Jun 22:31
· 13 commits to main since this release

Collaborator 0.8.1

A patch release with three bug fixes.

Fixes

  • Viewer scrolls to the top when you open a different file. Previously the viewer kept the scroll position from the file you were just reading, so opening a new file dropped you partway down it. In-place refreshes (file change on disk, refocus, wikilink update) still keep your place.

  • Terminals recover when their working directory is gone. A terminal pointed at a directory that no longer exists — a moved repo or a deleted worktree — used to fail to start and silently close the tile. It now falls back to the nearest existing parent directory and shows a one-line notice instead.

  • The minimap no longer flickers into view while idle. Background updates were briefly flashing the minimap visible; now only an actual pan or zoom wakes it.