<?xml version='1.0' encoding='UTF-8'?>
<rss xmlns:sparkle="http://www.andymatuschak.org/xml-namespaces/sparkle" version="2.0">
  <channel>
    <title>Pass Quick Access</title>
    <item>
      <title>v2026-06-30.1</title>
      <pubDate>Wed, 01 Jul 2026 12:37:45 +0000</pubDate>
      <sparkle:version>20260630.1</sparkle:version>
      <sparkle:shortVersionString>0.1.0</sparkle:shortVersionString>
      <sparkle:minimumSystemVersion>14.0</sparkle:minimumSystemVersion>
      <description>### Added
- Optionally show the logins you use most at the top of the list. Turn on "Show
  frequently used items first" under Settings → General and the app keeps a
  private count, on this Mac, of how often you pick each item and floats your
  most-used ones up, with your chosen order breaking ties. It's off by default,
  and nothing about your usage is stored unless you turn it on.
- A nine-hour option for how long an unlock lasts, under Settings → Security, for
  anyone who wants Touch ID just once a working day.

### Fixed
- Stop the Proton Pass session dropping on its own and sending you back to the
  sign-in prompt, even with an access token saved. pass-cli keeps one session on
  disk and rotates its token as it's used, so when the panel and the SSH agent
  both reached for it at once they rotated each other's token out and lost the
  session. Every pass-cli call the app makes now takes a shared lock, so they no
  longer overlap. When a session does drop, the panel quietly signs back in from
  the saved token, reusing the unlock you just did, instead of showing the
  signed-out screen. And a passing pass-cli error that only mentioned "session"
  no longer reads as a logout, which was sometimes throwing up the prompt for no
  reason.

</description>
      <enclosure url="https://github.com/bsramin/pass-quick-access/releases/download/v2026-06-30.1/PassQuickAccess.zip" sparkle:edSignature="ayxPu7SfaydC0WtTsqE0KbZcDJeDl3r1SIB9dH5lMqbD3H8MSmalQzHZNl7agLAL3mEYwVtftoMjyXJAKjWCDw==" length="4372319" type="application/octet-stream" />
    </item>
    <item>
      <title>v2026-06-25.1</title>
      <pubDate>Thu, 25 Jun 2026 16:24:38 +0000</pubDate>
      <sparkle:version>20260625.1</sparkle:version>
      <sparkle:shortVersionString>0.1.0</sparkle:shortVersionString>
      <sparkle:minimumSystemVersion>14.0</sparkle:minimumSystemVersion>
      <description>### Added
- Fill logins into the app you came from. Pick an item and the app types the
  username, a Tab, then the password into whatever field has focus, in any
  browser or app, by sending real keystrokes. There are separate Fill Username,
  Fill Password and Fill One-Time Code actions too, and an option to press Return
  afterwards to submit. Filling uses macOS Accessibility access, which the app
  asks for the first time you use it.
- Choose whether picking an item fills, copies, or both, under Settings →
  Autofill. Copy works exactly as before for anyone who prefers the clipboard.
- Suggest the item for the page you're on. Open the panel over a browser and the
  login matching the current tab is selected for you; when several logins match
  the same site, the list narrows to just those. Safari and Chromium browsers
  are read over Automation, which macOS asks to allow once per browser. Firefox,
  Zen and other web apps are opt-in, since reading them turns on their
  accessibility engine.

### Changed
- Redesigned Settings into a native preference window: a tab per area (General,
  Autofill, Security, Icons, Account, SSH Agent, About), with sub-tabs where a
  tab covers more than one thing, and the window resizing to fit each tab.
- Show a small spinner in the search field while the vaults are still indexing,
  so an item that hasn't loaded yet reads as "still indexing" rather than missing.
- Rank search results by where the match lands, so the most relevant item comes
  first. A hit in the title beats one in the username, which beats one buried in
  a URL or note, and a match at the start of a word beats one in the middle. The
  set of results is unchanged; only their order is more useful.

**Full Changelog**: https://github.com/bsramin/pass-quick-access/compare/v2026-06-24.1...v2026-06-25.1</description>
      <enclosure url="https://github.com/bsramin/pass-quick-access/releases/download/v2026-06-25.1/PassQuickAccess.zip" sparkle:edSignature="DCNTkb3ICrbvC150631fh/CmyFNq5Oqy2Dqdy7sxfUq3hvhKbDnT+OaAd9l2NJ9L+QDoknURx2phca53VKLsBQ==" length="4330507" type="application/octet-stream" />
    </item>
    <item>
      <title>v2026-06-24.1</title>
      <pubDate>Wed, 24 Jun 2026 16:29:14 +0000</pubDate>
      <sparkle:version>20260624.1</sparkle:version>
      <sparkle:shortVersionString>0.1.0</sparkle:shortVersionString>
      <sparkle:minimumSystemVersion>14.0</sparkle:minimumSystemVersion>
      <description>## v2026-06-24.1

### Fixed
- Stop the SSH agent from giving `Permission denied (publickey)` after the Mac
  has been idle or asleep, where the only fix was toggling the agent off and on
  in Settings. Two things were behind it. The upstream `pass-cli` agent does not
  survive a long idle or a sleep/wake, and recovery only restarted it in the
  background after the request had already failed, so the first `ssh` still
  failed; now, when a connection finds the agent gone, it is restarted and
  retried in place so that first `ssh` just works. And under heavy use the proxy
  served every connection from a shared thread pool with a hard ceiling, which
  long-lived forwarded sessions could exhaust, leaving new connections accepted
  but never answered; each connection now gets its own thread, so a new `ssh` is
  always served. A stalled agent reply also no longer pins a connection open
  indefinitely.

**Full Changelog**: https://github.com/bsramin/pass-quick-access/compare/v2026-06-19.4...v2026-06-24.1</description>
      <enclosure url="https://github.com/bsramin/pass-quick-access/releases/download/v2026-06-24.1/PassQuickAccess.zip" sparkle:edSignature="tsRn8sEiRQjn6bdsnota2x0KSJcLAUcOyXIr015EV1G+jHed2yuYie1+cZFhhkM847gAUGAzql7aE9zScI9jDw==" length="4066961" type="application/octet-stream" />
    </item>
    <item>
      <title>v2026-06-19.4</title>
      <pubDate>Fri, 19 Jun 2026 01:01:24 +0000</pubDate>
      <sparkle:version>20260619.4</sparkle:version>
      <sparkle:shortVersionString>0.1.0</sparkle:shortVersionString>
      <sparkle:minimumSystemVersion>14.0</sparkle:minimumSystemVersion>
      <description>- The first release with a working in-app updater, so new versions arrive as an Update pill instead of a manual download :)

- Show the real release version (the dated one, like 2026-06-19.4) in the update window and the "up to date" message, instead of the marketing version that never changes.

**Full Changelog**: https://github.com/bsramin/pass-quick-access/compare/v2026-06-19.2...v2026-06-19.4</description>
      <enclosure url="https://github.com/bsramin/pass-quick-access/releases/download/v2026-06-19.4/PassQuickAccess.zip" sparkle:edSignature="2hoI3R6HyZLklZG+169cegYXOPTyWQHl/VNPPGzZejtWXvBvoPe3BjOTEINlwfnN3PmLW1AF3S18sSQhZbthDg==" length="4058423" type="application/octet-stream" />
    </item>
    <item>
      <title>v2026-06-19.3</title>
      <pubDate>Fri, 19 Jun 2026 00:43:09 +0000</pubDate>
      <sparkle:version>20260619.3</sparkle:version>
      <sparkle:shortVersionString>0.1.0</sparkle:shortVersionString>
      <sparkle:minimumSystemVersion>14.0</sparkle:minimumSystemVersion>
      <description>### Fixed
- Fix a crash on launch. The previous release quit right away with a missing-library error, because the signed build would not load the bundled updater framework. It starts normally again.

**Full Changelog**: https://github.com/bsramin/pass-quick-access/compare/v2026-06-19.2...v2026-06-19.3</description>
      <enclosure url="https://github.com/bsramin/pass-quick-access/releases/download/v2026-06-19.3/PassQuickAccess.zip" sparkle:edSignature="o5ONrYdiTrKKB7ymMv3f3tqDe9erB5uTlMGZXsy05xcTtxTdC5rGERycan/96bpT/Gm55xdLxgErtt1NAk35DA==" length="4055476" type="application/octet-stream" />
    </item>
    <item>
      <title>v2026-06-19.2</title>
      <pubDate>Fri, 19 Jun 2026 00:28:26 +0000</pubDate>
      <sparkle:version>20260619.2</sparkle:version>
      <sparkle:shortVersionString>0.1.0</sparkle:shortVersionString>
      <sparkle:minimumSystemVersion>14.0</sparkle:minimumSystemVersion>
      <description>### Added
- Update itself when a new version is out, without getting in the way. A small
  "Update" pill shows up next to the menu-bar icon and at the edge of the search
  bar when a release is available, and the menu gains an "Update Now" item next
  to a "Check for Updates" one that's always there. Clicking a pill opens the
  release notes and lets you update on the spot. The check runs quietly at launch
  and every couple of hours, sends no account data, never installs on its own,
  and verifies each update's signature before applying it. Block the update host
  to turn it off (see SECURITY.md).

**Full Changelog**: https://github.com/bsramin/pass-quick-access/compare/v2026-06-19.1...v2026-06-19.2</description>
      <enclosure url="https://github.com/bsramin/pass-quick-access/releases/download/v2026-06-19.2/PassQuickAccess.zip" sparkle:edSignature="/4pAUUw17f/uIzNL4jZ3mmF1vHH+q9e1m4vJJoEFIXz8tUqv6wnD9yGfOHVk6+GFJjnnM/ah0R6HZkdZvRKEBQ==" length="4054677" type="application/octet-stream" />
    </item>
  </channel>
</rss>