Skip to content

Commit

Permalink
updated version to 1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ankit committed Jun 8, 2011
1 parent 3a0ad91 commit 485fc08
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion stylebot/js/background.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/* Background JS for Stylebot */

var CURRENT_VERSION = '1.4.2';
var CURRENT_VERSION = '1.5';

var currTabId;
var contextMenuId = null;
Expand Down
2 changes: 1 addition & 1 deletion stylebot/manifest.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
10 changes: 4 additions & 6 deletions stylebot/notification.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,14 +66,12 @@ <h1>Stylebot</h1>
<span id="version">v 1.5</span>
<div id="content">
<ul>
<li>- Added support for wildcards <code>*</code>, <code>**</code> and <code>,</code>.
Examples: <code>google.com, google.co.in</code> and <code>docs*.google.com</code>.
Please see the release notes for more details.
<li>- Added support for wildcards <code>**</code>, <code>*</code> and <code>,</code> in URL. See release notes for details
</li>
<li>- Added support for @-webkit-keyframes</li>
<li>- Styles are not applied to xml/json/pdf content</li>
<li>- Stylebot Panel Appearance Tweaks</li>
<li>- Added support for <code>@-webkit-keyframes</code></li>
<li>- Styles are not applied to <code>xml/json/pdf</code>
<li>- Improved Styles list in Options</li>
<li>- Bugfixes</li>
</ul>
<br>
<a href="javascript:openURL('http://stylebot.me/releases');window.close();">View release notes</a>
Expand Down

2 comments on commit 485fc08

@ankit
Copy link
Owner Author

@ankit ankit commented on 485fc08 Jun 8, 2011

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@rduenasf We are ready for release, right? Please let me know if there is anything left out

@rduenasf
Copy link
Contributor

@rduenasf rduenasf commented on 485fc08 Jun 8, 2011 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.