Skip to content

Commit 485fc08

Browse files
committed
updated version to 1.5
1 parent 3a0ad91 commit 485fc08

File tree

3 files changed

+6
-8
lines changed

3 files changed

+6
-8
lines changed

stylebot/js/background.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* Background JS for Stylebot */
22

3-
var CURRENT_VERSION = '1.4.2';
3+
var CURRENT_VERSION = '1.5';
44

55
var currTabId;
66
var contextMenuId = null;

stylebot/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Stylebot",
3-
"version": "1.4.2",
3+
"version": "1.5",
44
"description": "Adapt the web's appearance",
55
"background_page": "background.html",
66
"options_page": "options.html",

stylebot/notification.html

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -66,14 +66,12 @@ <h1>Stylebot</h1>
6666
<span id="version">v 1.5</span>
6767
<div id="content">
6868
<ul>
69-
<li>- Added support for wildcards <code>*</code>, <code>**</code> and <code>,</code>.
70-
Examples: <code>google.com, google.co.in</code> and <code>docs*.google.com</code>.
71-
Please see the release notes for more details.
69+
<li>- Added support for wildcards <code>**</code>, <code>*</code> and <code>,</code> in URL. See release notes for details
7270
</li>
73-
<li>- Added support for @-webkit-keyframes</li>
74-
<li>- Styles are not applied to xml/json/pdf content</li>
71+
<li>- Stylebot Panel Appearance Tweaks</li>
72+
<li>- Added support for <code>@-webkit-keyframes</code></li>
73+
<li>- Styles are not applied to <code>xml/json/pdf</code>
7574
<li>- Improved Styles list in Options</li>
76-
<li>- Bugfixes</li>
7775
</ul>
7876
<br>
7977
<a href="javascript:openURL('http://stylebot.me/releases');window.close();">View release notes</a>

0 commit comments

Comments
 (0)