Releases: imdj/HNRelevant
Releases · imdj/HNRelevant
v0.1.10
- Add
verbatim
search type for more precise results (Close to hn.algolia.com behavoir)
- Small UI Improvement
v0.1.9
- Hotfix for a bug that originated in v0.1.7 related to mismatching DOM elements that caused failure to instate the sidebar
v0.1.7
- Fix few bugs in firefox
- Improve DOM structure detection to withstand changes like adding black bar on occasions (Issue #12)
- Fix a bug related to fetching results in manual mode when a user change the "number of results" option
v0.1.6
- Show domain if the submission is a URL
- Link to submission page if there's no URL
v0.1.5
- 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
- Add support for preferences (click on the extension icon to access the popup)
v0.1.3
- Add support for manifest v2 (Firefox)
- Replace
insertAdjacentHTML
with insertAdjacentText
to avoid warnings
- Remove duplicated event handler for submitting custom query
v0.1.2
Add the option to run it as a userscript