Skip to content

Releases: ivanmaierg/github-refresh

v0.1.1

09 May 15:33
70f6bae

Choose a tag to compare

Install

From the Chrome Web Store: see README → Install.

Side-load the prebuilt zip:

  1. Download github-refresh-v0.1.1.zip (asset below).
  2. Unzip.
  3. chrome://extensions → Developer mode on → Load unpacked → select the unzipped folder.

From source at this tag: git checkout v0.1.1 && pnpm install && pnpm build, then load dist/ as an unpacked extension.


What's changed

Added

  • Add Playwright E2E and Vitest unit test harnesses.

Fixed

  • Reminder banner now renders in GitHub's system font stack. Previously the inline host.style.all = 'initial' override took precedence over the :host { font-family } rule in banner.css, so the host element fell back to the browser's default serif and shadow-tree descendants inherited it.

What's Changed

New Contributors

Full Changelog: https://github.com/ivanmaierg/github-refresh/commits/v0.1.1