Skip to content

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 03 May 22:34
· 17 commits to main since this release
v0.1.0

Added

  • A new-tab page for Chromium-based browsers and Firefox that shows GitHub Trending and Hacker News side by side.
  • GitHub Trending column with a daily / weekly / monthly filter — your last choice is remembered and reused on the next new tab. Each row shows the repo and owner, the language with its color dot, total stars, total forks, and the period's star delta.
  • Hacker News column with the top stories: title, domain, score (next to a small orange triangle so the number is self-explanatory at a glance), author, relative time, and comment count. Clicking the row opens the Hacker News discussion; clicking the domain opens the article.
  • Light and dark theme that follows your browser's preference, with item metadata (stars, comments, language, timestamps) kept muted but high-contrast in both modes.
  • Responsive layout: side-by-side columns on wider screens, single-column with a tab toggle on mobile.
  • Stale-while-revalidate caching: previously loaded items render instantly while fresh data is fetched in the background, and stay on screen if the upstream API hiccups. A "Couldn't load. Try again later." panel appears only when the cache is empty and the request fails too.
  • All requests go through the Hackdrop API. The extension's only required permissions are storage and access to that single host.