Skip to content

Commit

Permalink
Version 4.9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
mastef committed Jan 24, 2019
1 parent 84193b3 commit cee1d32
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
4.9.7
=====

- Fix small rendering issues
- Re-arrange some options

4.9.6
=====

Expand Down
2 changes: 1 addition & 1 deletion lib/TabManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
if (typeof localStorage["badge"] === "undefined") localStorage["badge"] = "1";
if (typeof localStorage["hideWindows"] === "undefined") localStorage["hideWindows"] = "0";
if (typeof localStorage["filter-tabs"] === "undefined") localStorage["filter-tabs"] = "0";
if (typeof localStorage["version"] === "undefined") localStorage["version"] = "4.9.6";
if (typeof localStorage["version"] === "undefined") localStorage["version"] = "4.9.7";

layout = localStorage["layout"];
tabLimit = JSON.parse(localStorage["tabLimit"]);
Expand Down
2 changes: 1 addition & 1 deletion lib/TabOptions.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
logo: function logo() {
var logo = [
React.DOM.img({ src: "images/browsers.svg", style: { "max-width": "3rem" } }),
React.DOM.h2({}, "Tab Manager Plus 4.9.6")];
React.DOM.h2({}, "Tab Manager Plus 4.9.7")];

return React.DOM.div({ className: "logo-options" }, React.DOM.div({ className: "logo-box" }, logo));
},
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Tab Manager Plus for Chrome",
"short_name": "Tab Manager+",
"version": "4.9.6",
"version": "4.9.7",
"manifest_version": 2,
"offline_enabled": true,
"description": "Quickly find open tabs, see all windows in one view, find duplicates and limit tabs per window. The best Tab Manager for Chrome.",
Expand Down

0 comments on commit cee1d32

Please sign in to comment.