Skip to content

Commit

Permalink
v1.0.7.9 RC
Browse files Browse the repository at this point in the history
  • Loading branch information
andryou committed Jun 9, 2016
1 parent abe1a6e commit 754cf0f
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 @@ -8,13 +8,13 @@
<body>
<div id="message"></div>
<div id="main">
<h1>Updated to v<span id="versionno"></span>! (__, __ __, 2016)</h1>
<h1>Updated to v<span id="versionno"></span>! (Thursday, June 9, 2016)</h1>
<br />
<hr>
<div style="text-align: left; line-height: 18px; font-size: 13px;"><br />
In this version you will find the following updates:
<ul>
<li><b>v1.0.7.9-DEV:</b><ul>
<li><b>v1.0.7.9:</b><ul>
<li><strong>Announcement: <a href="https://github.com/andryou/scriptsafe/issues/29" target="_blank">changes to ScriptSafe updates</a></strong></li>
<li>Significant performance increase, due to improved list checking (how significant? <a href="https://github.com/andryou/scriptsafe/issues/15#issuecomment-224732853" target="_blank">Check it out!</a>)</li>
<li>Added new option: <b>Paranoia Mode</b> - block allowed domains on unknown tabs <i>(default: disabled)</i><ul>
Expand Down
2 changes: 1 addition & 1 deletion js/scriptsafe.js
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ function statuschanger() {
chrome.browserAction.setIcon({path: "../img/IconDisabled.png"});
} else {
localStorage['enable'] = 'true';
chrome.browserAction.setIcon({path: "../img/Forbidden.png"});
chrome.browserAction.setIcon({path: "../img/IconForbidden.png"});
}
}
function tempHandler(request) {
Expand Down

0 comments on commit 754cf0f

Please sign in to comment.