All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog.
0.5.1 - 2022-12-28
- Stop requesting the
tabs
permission, which is not needed
0.5.0 - 2018-04-16
- Option to automatically turn PawBlock back on x minutes after turning it off
- Delay turning off PawBlock from the toolbar popup
0.4.0 - 2018-01-22
- Rules are treated as JS regexes now
0.3.3 - 2017-09-03
- A basic test setup for the JS code
- Vendor the external assets (required by Firefox)
- Reorganize the styles and scripts
0.3.2 - 2017-08-10
- Just bumping the version number because I need to uncheck that this is compatible with Firefox for Android, but I can't do that without submitting a new version
0.3.1 - 2017-08-10
- Fix a typo in the manifest description
0.3.0 - 2017-08-10
- Firefox support
- Remove the instructions panel on the options page in favor of inline instructions
0.2.0 - 2017-08-09
- A landing page to explain PawBlock
- A changelog
- The ability to export rules to a JSON file and import them back in
- The ability to set the strictness of the block: hard means no there is no option to continue, and soft means there is a (configurable) number of seconds that must elapse before the user can continue
- The rule inputs now have placeholders to guide the user
- Show the blocked link on the block page
- When adding a rule, the domain and path are lowercased, and forward slashes are removed from the domain
- Fix closing the tab when there is forward history but no back history
- Fix navigating (through back, forward, or refresh) to a newly blocked page when PawBlock is turned on or a rule is added
- Initial implementation