Skip to content

v0.1.35

Choose a tag to compare

@hadefication hadefication released this 13 Aug 17:12
· 55 commits to main since this release

What's new

Fixed

  • The file peek is no longer blank on macOS 15. ⌘-clicking a path (or
    zetty view) opened the read-only viewer with the file loaded, correctly
    coloured — and nothing drawn, because the text view was laid out zero points
    wide. It now gets a width to lay out into. If you saw an empty peek panel on
    macOS 15, this is that bug; macOS 26 was never affected, which is why it took
    a diagnostics paste to find.
  • The clone copy-back diff (Merge to Source… on a clone whose source isn't a
    git repo) could render blank on macOS 15 for the same reason. Fixed alongside.

Thanks to everyone who sent a "Copy diagnostics" paste from the peek footer —
that button is what turned four rounds of guessing into a one-line fix.