Skip to content

Commit

Permalink
1.15.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tumpio committed Mar 28, 2020
1 parent b942b07 commit 1d79c92
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,12 +1,15 @@
Version 1.15.2 Mar. 28, 2020
- Fix Filter rule not being applied when multiple filter rules were matching to a single request. #111

Version 1.15.1 Mar. 13, 2020
- Fix popup height when placed to overflow menu. #111
- Fix rule tester regexp escaping. #113
- Fix selected rules exporting.

Version 1.15.0 Mar. 11, 2020
- Add Secure rule to upgrade HTTP requests to HTTPS.
- Add new default rules: FBCLID stripping rule and FB redirection service rule. @AreYouLoco
- Fix text color when default color is changed. @Zocker1999NET
- Add Secure action to upgrade HTTP requests to HTTPS.
- Add new default rules: FBCLID stripping rule and FB redirection service rule. #110 by @AreYouLoco
- Fix text color when default color is changed. #112 by @Zocker1999NET
- Fix filter/redirect actions to be applied and logged separately.
- Remove Downloads API dependency for rule export.
- Update icons and badge color.
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "__MSG_extensionName__",
"description": "__MSG_extensionDescription__",
"default_locale": "en",
"version": "1.15.1",
"version": "1.15.2",
"manifest_version": 2,
"icons": {
"48": "icons/icon.svg",
Expand Down

0 comments on commit 1d79c92

Please sign in to comment.