Releases: ivanmaierg/github-refresh
Releases · ivanmaierg/github-refresh
v0.1.1
Install
From the Chrome Web Store: see README → Install.
Side-load the prebuilt zip:
- Download
github-refresh-v0.1.1.zip(asset below). - Unzip.
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 inbanner.css, so the host element fell back to the browser's default serif and shadow-tree descendants inherited it.
What's Changed
- test: add Playwright + Vitest harness with first E2E and unit suites by @ivanmaierg in #1
- Test/tick integration by @ivanmaierg in #2
- chore: release v0.1.1 by @ivanmaierg in #3
New Contributors
- @ivanmaierg made their first contribution in #1
Full Changelog: https://github.com/ivanmaierg/github-refresh/commits/v0.1.1