Releases: getvictor/openblur
Releases · getvictor/openblur
v1.2.0
Bug fixes:
- check disabled domains before injecting CSS
- always unhide webpage (with CSS) after 2 seconds in case the injected script has issues
v1.1.0
Bug fixes
- Changed how site content gets hidden before content was loaded since it was causing issues on some sites.
- Fixed the on/off switch, which was not disabling the content hiding.
v1.0.0
New features:
- Items to blur are now case-insensitive
- Allow disabling OpenBlur for specific domains
- Allow to unhide literals in popup settings
- CSS selector is now validated before saving
Bug fixes:
- Fixed unblur when hierarchy or content changed
v0.7.0
Bug fixes:
- OpenBlur now works in all current tabs on startup/install
- Changes to secrets in popup page are saved automatically after 1 second without having to change focus
- Enable slider does not animate when opening popup page
v0.6.0
New features:
- Added icons
- Improved styling of popup and options pages
- Performance optimizations
Bug fixes:
- Fixed crash with bad CSS selector
v0.5.0
New features:
- Added option to blur by CSS selector
- Try going to Advanced options and entering a CSS selector, like
h2
Bug fixes:
- Fixed
select
element not being blurred
- Fixed issues with browser "Back" navigation
- Fixed issue where blur was being overwritten by page
- Fixed issues unblurring in optimization mode
v0.4.0
New features:
- Added support for blurring input and textarea elements.
Bug fixes:
- Unblur items when they are removed or modified in the extension popup settings
- Fixed infinite loop scenarios by adding a performance optimization mode
v0.3.0
New features:
- Settings are now updated in real-time -- no need to reload the page
Bug fixes:
- Blur large font text
- Blur all iframes on the page
- Page is hidden on the first load until blur filtering is applied. No more flicker revealing secrets
- Better error handling for dev tools console
openblur-v0.2.0
Bug fixes:
- Check the configuration at startup
- Do not allow all-blank items
- Properly save the on/off state