Releases: getreflect/reflect-chrome
Releases · getreflect/reflect-chrome
reflect [1.4.0]
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
andmail.google.com
will not be blocked) - enable keyboard shortcuts to toggle blocking with Ctrl + Shift + O (customizable in settings)
installation instructions
chrome
- unzip
dist.zip
- go to extensions > enable developer mode (top right corner)
- click load unpacked, select the unzipped dist folder
reflect [1.3.0]
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
- unzip
dist.zip
- go to extensions > enable developer mode (top right corner)
- click load unpacked, select the unzipped dist folder
reflect [1.2.2]
reflect 1.2.2
changes
- made background script persistent again (should solve NLP model input delay issues on block page)
installation instructions
chrome
- unzip
dist.zip
- go to extensions > enable developer mode (top right corner)
- click load unpacked, select the unzipped dist folder
reflect [1.2.1]
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
- unzip
dist.zip
- go to extensions > enable developer mode (top right corner)
- click load unpacked, select the unzipped dist folder
reflect [1.2.0]
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
- unzip
dist.zip
- go to extensions > enable developer mode (top right corner)
- click load unpacked, select the unzipped dist folder
reflect [1.1.1]
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
- unzip
dist.zip
- go to extensions > enable developer mode (top right corner)
- click load unpacked, select the unzipped dist folder
reflect [1.1.0]
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
- unzip
dist.zip
- go to extensions > enable developer mode (top right corner)
- click load unpacked, select the unzipped dist folder
reflect [1.0.1]
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
- unzip
dist.zip
- go to extensions > enable developer mode (top right corner)
- 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]
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
- unzip
dist.zip
- go to extensions > enable developer mode (top right corner)
- 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
CHANGELOG
- move everything to
tensorflow.js
- remove delay from server requests
- fully offline
installation instructions
- unzip
dist.zip
- go to extensions > enable developer mode (top right corner)
- 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)