Peek for YNAB
Release Notes
v0.25.2 - Apr 16, 2026
- Fix bug where filtered categories and accounts didn’t have a detail button
- Font is now bundled in extension, eliminating the slight shift that happens upon opening
- Dependency/security updates
v0.25.1 - Mar 30, 2026
Fix a bug in the v0.24.0 update that was causing the extension to ask for unnecessarily broad permissions.
v0.24.0 - Mar 27, 2026
- Approve transactions: In the account views, you can now approve transactions you recognize by clicking directly on the unapproved icon. If the transaction needs to be categorized/edited, you can open the account in YNAB directly by clicking on the link at the top of the extension next to the account name.
- Remember payees for websites: If you’ve enabled current tab access in the settings, the extension can optionally remember and pre-fill the payee for the specific website you’re on when entering transactions.
- Backend/auth updates (a.k.a. why you needed to login again): The OAuth exchange and refresh flows have been completely moved to the server, and the access and refresh tokens are now stored encrypted in the browser extension (more details in the GitHub PR). This adds a modest layer of security to those sensitive tokens, e.g. in case some random spyware starts snooping around your computer.
- Security updates: The extension has been moved to a new framework as the old one hadn’t received updates in a while. Many libraries/dependencies updated to latest versions.


v0.23.0 - Mar 7, 2025
- Detail views of categories and accounts, to see additional balances and recent transactions
- Ability to quickly move money between categories and to/from Ready To Assign (due to YNAB API limitations, these moves will not appear in Recent Moves in YNAB)
- Security updates
v0.22.1 - Oct 15, 2024
Minor fixes and security updates
v0.22.0 - Oct 9, 2024
- 🔎 A new search bar to quickly filter your categories and accounts (inspired by Toolkit for YNAB). You can also enter transactions directly from the search bar by typing
addortransfer. - 🎉 Optionally enable confetti celebrations after adding a transaction! You can set this up for categories that you choose in the settings page.
- 🪄 The transaction form is restored if you close the popup in the middle of adding a transaction, or if you open the form in a new window.
- ❓ Some helpful tooltips are added in the settings page to explain all the options.


v0.21.0 - Sep 24, 2024
- Redesigned navigation at the top of the popup window, with quick links to add a transaction, edit pinned items, and more. The dropdown menus are accessible and keyboard navigable thanks to the awesome open-source React Aria library 🙏.
- Now using YNAB’s delta requests under the hood, for fast and efficient data fetching
v0.20.1 - Sep 20, 2024
- The current budget settings are expanded when opening the settings page
- Small performance and accessibility improvements
v0.20.0 - Sep 17, 2024
- Setup customizable notifications and alerts in your settings! Alerts will show up at the top of the extension popup window, as well as when you hover over the extension icon (inspired by other extensions like the awesome Checker Plus). You can also optionally enable system notifications (currently an experimental feature).
- Choose a default account, or remember the last account used for transactions.
- The OAuth token now refreshes in the background, which should improve loading times.
- Privacy policy has been updated to clarify the role of the website/authentication server.
v0.19.1 - Apr 12, 2024
- Split transaction support!
- New button to open extension in a separate popup window
- Small bugfixes