Skip to content

Releases: getreflect/reflect-chrome

reflect [1.4.0]

03 Dec 23:48
37b4b65
Compare
Choose a tag to compare

reflect 1.4.0

changes

  • add option to block exact website URL (e.g. google.com/search?q=)
  • treat subdomains as separate websites when blocking sites (e.g. if meet.google.com is blocked, google.com and mail.google.com will not be blocked)
  • enable keyboard shortcuts to toggle blocking with Ctrl + Shift + O (customizable in settings)

installation instructions

chrome

  1. unzip dist.zip
  2. go to extensions > enable developer mode (top right corner)
  3. click load unpacked, select the unzipped dist folder

reflect [1.3.0]

26 Dec 17:58
21a44ca
Compare
Choose a tag to compare

reflect 1.3.0

changes

  • various developer experience fixes (migration to SCSS and better use of modules)
  • 3D blobs option
  • ability to customize block message
  • improve https://getreflect.app/onboarding to enable setting initial configuration

installation instructions

chrome

  1. unzip dist.zip
  2. go to extensions > enable developer mode (top right corner)
  3. click load unpacked, select the unzipped dist folder

reflect [1.2.2]

21 Sep 06:44
9e6bd97
Compare
Choose a tag to compare

reflect 1.2.2

changes

  • made background script persistent again (should solve NLP model input delay issues on block page)

installation instructions

chrome

  1. unzip dist.zip
  2. go to extensions > enable developer mode (top right corner)
  3. click load unpacked, select the unzipped dist folder

reflect [1.2.1]

19 Sep 16:47
aa053fa
Compare
Choose a tag to compare

reflect 1.2.1

changes

  • changed block screen to have dynamically generated blobs! they can be disabled in options if needed (#74, #75)
  • remove support for firefox (more details in #76)
  • add whitelist for common link wrappers like l.facebook.com (#62)
  • fixed bug where blocked pages that were open before reflect is turned off, dont get refreshed when reflect is turned back on (#69)
  • performance && security:
    • manifest defined css injection rather than head forced
    • update dependencies with vulnerabilities

installation instructions

chrome

  1. unzip dist.zip
  2. go to extensions > enable developer mode (top right corner)
  3. click load unpacked, select the unzipped dist folder

reflect [1.2.0]

11 May 04:48
70310a2
Compare
Choose a tag to compare

reflect 1.2.0

changes

  • qol: check whether current page needs to be blocked when extension is toggled on/off
  • add current page display to popup
  • add ability to block page from popup
  • add sorting to analytics table

installation instructions

chrome

  1. unzip dist.zip
  2. go to extensions > enable developer mode (top right corner)
  3. click load unpacked, select the unzipped dist folder

reflect [1.1.1]

02 May 02:01
b05203f
Compare
Choose a tag to compare

reflect 1.1.1

changes

  • fixed bug where intents were not being logged
  • fixed bug where extension would toggle off after successful input

installation instructions

chrome

  1. unzip dist.zip
  2. go to extensions > enable developer mode (top right corner)
  3. click load unpacked, select the unzipped dist folder

reflect [1.1.0]

01 May 03:19
54aa72d
Compare
Choose a tag to compare

reflect 1.1.0

changes

  • improved nlp model
  • added analytics panel in options page that shows previous input intents
  • changed on/off toggle out for a popup panel
  • squashed bugs

installation instructions

chrome

  1. unzip dist.zip
  2. go to extensions > enable developer mode (top right corner)
  3. click load unpacked, select the unzipped dist folder

reflect [1.0.1]

22 Apr 06:41
5a1b59d
Compare
Choose a tag to compare

reflect 1.0.1

changes

  • added redirect to onboarding screen on extension install
  • added redirect to changelog on extension update
  • added redirect to uninstall survey on extension uninstall
  • added status badge displaying how long you have left before page is re-blocked

installation instructions

chrome

  1. unzip dist.zip
  2. go to extensions > enable developer mode (top right corner)
  3. click load unpacked, select the unzipped dist folder

usage

  • click on the icon the toggle the extension (blue is on)
  • right click the icon > Show Filter List to show/edit currently blocked sites

reflect [1.0.0]

13 Apr 00:48
4d6dc21
Compare
Choose a tag to compare

reflect 1.0.0

Welcome to reflect's first major release! Here's what's changed:

changes

  • made options page look decent
  • added option to customize amount of time to block for
  • fixed bug where pages would still be usable after whitelist expires
  • added some subtle drop shadows in places

installation instructions

  1. unzip dist.zip
  2. go to extensions > enable developer mode (top right corner)
  3. click load unpacked, select the unzipped dist folder

usage

  • click on the icon the toggle the extension (blue is on)
  • right click the icon > Show Filter List to show/edit currently blocked sites

v0.4a

07 Apr 07:03
ceb4fcd
Compare
Choose a tag to compare

CHANGELOG

  • move everything to tensorflow.js
  • remove delay from server requests
  • fully offline

installation instructions

  1. unzip dist.zip
  2. go to extensions > enable developer mode (top right corner)
  3. click load unpacked, select the unzipped dist folder

usage

  • click on the icon the toggle the extension (blue is on)
  • right click the icon > Show Filter List to show/edit currently blocked sites (looks garbage right now but will be fixed soon)