Skip to content

Commit

Permalink
v.1.0.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
andryou committed Jun 1, 2016
1 parent 92d0911 commit ded53b9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions html/updated.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,16 @@
<body>
<div id="message"></div>
<div id="main">
<h1>Updated to v<span id="versionno"></span>! (Tuesday, May 31, 2016)</h1>
<h1>Updated to v<span id="versionno"></span>! (Wednesday, June 1, 2016)</h1>
<br />
<hr>
<div style="text-align: left; line-height: 18px; font-size: 13px;"><br />
Hello, it's me again!<br /><br />
This update is a big one. It brings <b>noticeable performance improvements and completely written domain matching logic for more reliable, granular matching</b>. Feel free to take some time to read the changelog below:
The updates continue; the latest update fixes minor things and polishes up behaviour:
<ul>
<li><b>v1.0.7.2:</b><ul>
<li><b>v1.0.7.3:</b><ul>
<li><strong>IMPORTANT</strong> - due to the number of changes, <strong>I recommend that you restart Chrome AND also review your whitelist/blacklist (particularly trusted/distrusted domains)</strong></a></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>
<li>significant performance improvements from a major overhaul of the core domain matching logic and other tweaks throughout ScriptSafe</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.2"
"version": "1.0.7.3"
}

0 comments on commit ded53b9

Please sign in to comment.