Skip to content

Commit b03155d

Browse files
committed
Release: Firefox v. 5.1.3, Chrome v. 2016.2.18
1 parent 23a6fc1 commit b03155d

5 files changed

Lines changed: 207 additions & 200 deletions

File tree

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

src/chrome/content/about.xul

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838

3939
<groupbox>
4040
<caption label="&https-everywhere.about.version;" />
41-
<label>5.1.2</label>
41+
<label>5.1.3</label>
4242
</groupbox>
4343

4444
<groupbox>

0 commit comments

Comments
 (0)