Releases: iorate/ublacklist
Releases · iorate/ublacklist
v3.1.2
v3.1.1
v3.1.0
Added
- 'Allow' rules. Rules prepended with '@' (e.g.
@*://example.com/*
) mean specified sites are not blocked. They can be used to unblock sites blocked by subscriptions.
Changed
- Update the design of the block/unblock dialog.
Fixed
- Twitter results were not blocked.
Internal Changes
- Most of the source code is now written in TypeScript or Sass.
v3.0.3
v3.0.2
v3.0.1
Changed
- Updated the options UI.
Fixed
- Did not work on Firefox for Android tablets. (ref: https://qiita.com/iorate/items/9ff65360fbdf4082476a#comment-25b4c770875a05e6719a)
v3.0.0
Added
- The SUBSCRIPTION feature. You can download blacklists regularly from specified URLs.
Changed
- Modernize the UI of the options page using Bulma.
- (Firefox) Access permission to www.googleapis.com , that is necessary to sync with Google Drive, is not required by default now. If you used the sync feature in a previous version, please turn off and turn on sync and permit access to www.googleapis.com .
Internal Changes
- uBlacklist is now built by webpack.
- The background page and the options page are rewritten by TypeScript and Sass.
- A Chrome version and a Firefox version are built from a single source.
TODO
- Implement 'Allow' rules. At this time, sites blocked by subscriptions cannot be unblocked.
- Update the UI of the content script and the popup by Bulma.
- Rewrite the code of them by TypeScript and Sass.
v2.5.1-firefox
Fixed
- Fixed inspector rules for mobile search page.
v2.5.0-firefox
Added
- Support for Firefox for Android. (thanks to @clvs7-gh)