Skip to content

Commit 19087f2

Browse files
committed
Merge pull request EFForg#4185 from EFForg/release-5.1.3
Release 5.1.3
2 parents 5e8eb9b + 39b21ac commit 19087f2

10 files changed

Lines changed: 625 additions & 607 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,4 @@ test_profile/
1313
.venv/
1414
Vagrantfile
1515
.vagrant
16+
src/chrome/content/rulesets.json

chromium/manifest.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"scripts": [
77
"rules.js",
88
"util.js",
9-
"background.js",
9+
"background.js",
1010
"incognito-cache-clearing.js"
1111
]
1212
},
@@ -26,9 +26,9 @@
2626
"16": "icon16.png",
2727
"48": "icon48.png"
2828
},
29-
"incognito": "spanning",
29+
"incognito": "spanning",
3030
"manifest_version": 2,
31-
"minimum_chrome_version": "45",
31+
"minimum_chrome_version": "45",
3232
"name": "__MSG_about_ext_name__",
3333
"permissions": [
3434
"webRequest",
@@ -39,5 +39,5 @@
3939
"<all_urls>"
4040
],
4141
"update_url": "https://www.eff.org/files/https-everywhere-chrome-updates.xml",
42-
"version": "2015.12.16"
42+
"version": "2016.2.18"
4343
}

src/Changelog

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
Firefox 5.1.3 / Chrome 2016.2.18
2+
* Performance & memory usage improvements for Chrome
3+
* Introduce temporary disable option on Chrome
4+
* Bugfix: make custom rules disableable
5+
* Improvements to tests
6+
* Switch to using JSON to store rulesets
7+
18
Firefox 5.1.2 / Chrome 2015.12.16
29
* Ruleset fixes
310

0 commit comments

Comments
 (0)