Skip to content
Nav0
Main Navigation HomeGuideInstallBlogRelease Notes
FAQ
Privacy Policy
Terms of Use
Disclaimer

Appearance

Sidebar Navigation

Release Notes

All Releases

v0.2.4

v0.2.3

v0.2.2

v0.2.1

v0.2.0

v0.1.2

v0.1.1

v0.1.0

v0.0.9

v0.0.8

v0.0.7

v0.0.6

v0.0.4

v0.0.5-alpha

v0.0.2-alpha

v0.0.3-alpha

v0.0.1-alpha

On this page

v0.2.4 ​

Latest

April 23, 2026

Settings ​

  • Settings Page Redesign — refreshed designs applied to the settings page, with updated tokens and layout
  • Favicons in Site Permissions — each origin in Site Permissions now shows its favicon alongside the origin name, sourced via a correlated subquery on the local browsingHistory table so no external favicon services are used. Falls back to a Lucide globe icon when no history match exists
  • Permission Favicon Styling — favicon spacing and palette aligned with the redesigned settings tokens
  • Renderer Type Fix — added optional faviconUrl to the renderer's PermissionRecord so the settings page can read it without a type error

Developer Tooling ​

  • Linters & Formatter — added Stylelint for CSS, HTMLHint for HTML, and Prettier as a unified formatter across TS/HTML/CSS/JSON/MD. ESLint config kept and extended with eslint-config-prettier so the two don't conflict
  • Pre-commit Hook — Husky + lint-staged run the configured linters and formatter on staged files only
  • New Scripts — lint, lint:ts, lint:css, lint:html, format, format:check
  • Repo-wide Prettier Pass — mechanical reformat under the new Prettier config, plus small pre-existing markup fixes (missing </body> tag in new-tab/index.html, self-closing <img /> in tab.html, unnecessary escape characters in ssl-warning-page.ts). No behavioral changes

Last updated:

Pager
Previous pageAll Releases
Next pagev0.2.3

Released under the MIT License.

Copyright Ketan Patil