Skip to content

v0.20.6

Choose a tag to compare

@github-actions github-actions released this 12 Aug 04:41
· 68 commits to main since this release

What's new

Added

  • Tooltips answer to a finger now.
  • Settings shows the version actually running.
Full notes

Added

  • Tooltips answer to a finger now. reka-ui ignores touch pointers on hover, so on a phone every
    tooltip in the dashboard was unreachable. Worst of all InfoHint, whose text is the only place a
    setting's description exists, which made that copy effectively invisible on mobile
    (#16). Info icons now open on a single tap and
    close on a tap outside, Escape, or a scroll; every other tooltip opens on a press-and-hold. A
    plain tap on an action button still just runs the action: the hold is what reveals, and the click
    it ends with is swallowed so nothing fires behind the tooltip. Sliding a finger abandons the hold,
    so scrolling past a tooltipped control is unaffected, as is mouse hover, keyboard focus, and the
    app-wide "show tooltips" switch. Info icons also gained a finger-sized tap target around their
    14px glyph, at no cost to layout.
  • Settings shows the version actually running. With auto-update enabled, the terminal and
    /api/health were the only ways to tell which build was live, neither of them reachable from an
    installed PWA (#15). General, then Updates,
    now leads with it and flags an update the daemon has already found. It reports the DAEMON's
    version rather than the page's, so it stays honest after a self-update and reconnect.

Install

Download the bundle for your platform, extract the whole folder, and run the RepoYeti executable.
No install step or runtime is required; keep the bundled web folder beside the executable.

Platform Asset
Linux (x64) repoyeti-linux-x64.tar.gz
macOS (Apple silicon) repoyeti-macos-arm64.tar.gz
Windows (x64) repoyeti-windows-x64.zip

Source checkouts can update in-app. Portable-bundle installs update by downloading and extracting
the newer archive; nothing is installed without your say-so.
Full history: CHANGELOG.md

Full Changelog: v0.20.5...v0.20.6