diff --git a/stylebot/js/background.js b/stylebot/js/background.js
index 2a1eb60f..a1a314cc 100644
--- a/stylebot/js/background.js
+++ b/stylebot/js/background.js
@@ -1,6 +1,6 @@
/* Background JS for Stylebot */
-var CURRENT_VERSION = '1.4.2';
+var CURRENT_VERSION = '1.5';
var currTabId;
var contextMenuId = null;
diff --git a/stylebot/manifest.json b/stylebot/manifest.json
index 28ec1061..b6eb2b8c 100644
--- a/stylebot/manifest.json
+++ b/stylebot/manifest.json
@@ -1,6 +1,6 @@
{
"name": "Stylebot",
- "version": "1.4.2",
+ "version": "1.5",
"description": "Adapt the web's appearance",
"background_page": "background.html",
"options_page": "options.html",
diff --git a/stylebot/notification.html b/stylebot/notification.html
index 601959b3..6bf20df8 100644
--- a/stylebot/notification.html
+++ b/stylebot/notification.html
@@ -66,14 +66,12 @@
Stylebot
v 1.5
- - - Added support for wildcards
*
, **
and ,
.
- Examples: google.com, google.co.in
and docs*.google.com
.
- Please see the release notes for more details.
+ - - Added support for wildcards
**
, *
and ,
in URL. See release notes for details
- - - Added support for @-webkit-keyframes
- - - Styles are not applied to xml/json/pdf content
+ - - Stylebot Panel Appearance Tweaks
+ - - Added support for
@-webkit-keyframes
+ - - Styles are not applied to
xml/json/pdf
- - Improved Styles list in Options
- - - Bugfixes
View release notes