HNRelevant Versions Save

A browser extension that shows relevant submissions on Hacker News

v0.1.10

4 months ago
  • Add verbatim search type for more precise results (Close to hn.algolia.com behavoir)
  • Small UI Improvement

v0.1.9

4 months ago
  • Hotfix for a bug that originated in v0.1.7 related to mismatching DOM elements that caused failure to instate the sidebar

v0.1.8

4 months ago
  • Add date range filters

v0.1.7

4 months ago
  • Fix few bugs in firefox
  • Improve DOM structure detection to withstand changes like adding black bar on occasions (Issue https://github.com/imdj/HNRelevant/issues/12)
  • Fix a bug related to fetching results in manual mode when a user change the "number of results" option

v0.1.6

10 months ago
  • Show domain if the submission is a URL
  • Link to submission page if there's no URL

v0.1.5

11 months ago
  • handle special characters in query
  • Improve quality of initial results by optimizing the query (remove stop words, apply stemming to keywords, etc)

v0.1.4

1 year ago
  • Add support for preferences (click on the extension icon to access the popup)

v0.1.3

1 year ago
  • Add support for manifest v2 (Firefox)
  • Replace insertAdjacentHTML with insertAdjacentText to avoid warnings
  • Remove duplicated event handler for submitting custom query

v0.1.2

1 year ago

Add the option to run it as a userscript

v0.1.1

1 year ago

UX improvements