Skip to content

Commit

Permalink
Needed to increment fully.
Browse files Browse the repository at this point in the history
  • Loading branch information
andryou committed Jun 2, 2016
1 parent 08259ec commit 70e4c00
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions html/updated.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ <h1>Updated to v<span id="versionno"></span>! (Thursday, June 2, 2016)</h1>
<hr>
<div style="text-align: left; line-height: 18px; font-size: 13px;"><br />
<ul>
<li><b>v1.0.7.4.1:</b><ul>
<li><b>v1.0.7.4.1</b> - noticeable performance increase, greatly reduced unwanted content providers false positives, improved ScriptSafe panel display, updated links to point to new documentation on Github (+ minor fixes for panel and trusting a domain)</li>
<li><b>v1.0.7.5:</b><ul>
<li><b>v1.0.7.4-5</b> - noticeable performance increase, greatly reduced unwanted content providers false positives, improved ScriptSafe panel display, updated links to point to new documentation on Github (+ minor fixes for panel and trusting a domain)</li>
<li><b>v1.0.7.3</b> - tweaked panel behaviour and handling of scenarios (e.g. whitelisting a temp. allowed domain), added check in ScriptSafe panel if ScriptSafe auto-updated to alert user to refresh the tab</li>
<li><b>v1.0.7.2</b> - better blocking (whitelisted domain resources loaded on a blacklisted domain will be blocked), more overall performance improvements, reduced ScriptSafe panel code by almost 20% while further tweaking its performance, and addressed a sporadic bug where the panel occasionally wouldn't completely display</li>
<li><b>v1.0.7.1</b> - optimized ScriptSafe panel performance, fixed one-time whitelist/blacklist update (for trusted/distrusted domains), and also from this version onwards ScriptSafe will notify you it will wait for a browser restart in order to auto-update</li>
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@
"options_page": "html/options.html",
"permissions": [ "http://*/*", "https://*/*", "tabs", "unlimitedStorage", "webRequest", "webRequestBlocking", "storage", "notifications", "privacy" ],
"update_url": "http://clients2.google.com/service/update2/crx",
"version": "1.0.7.4.1"
"version": "1.0.7.5"
}

0 comments on commit 70e4c00

Please sign in to comment.