Skip to content

Commit

Permalink
Update to 5.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mastef committed Aug 6, 2019
1 parent ba6ebf9 commit adf7273
Show file tree
Hide file tree
Showing 12 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
5.0.2
=====

- Fixes for Chrome to support the browser based api

5.0.1
=====

Expand Down
2 changes: 1 addition & 1 deletion lib/TabManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ var TabManager = React.createFactory(React.createClass({
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"] = "5.0.1";
if (typeof localStorage["version"] === "undefined") localStorage["version"] = "5.0.2";

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 5.0.1")];
React.DOM.h2({}, "Tab Manager Plus 5.0.2")];

return React.DOM.div({ className: "logo-options" }, React.DOM.div({ className: "logo-box" }, logo));
},
Expand Down
2 changes: 1 addition & 1 deletion lib/TabOptionsFirefox.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 5.0.1")];
React.DOM.h2({}, "Tab Manager Plus 5.0.2")];

return React.DOM.div({ className: "logo-options" }, React.DOM.div({ className: "logo-box" }, logo));
},
Expand Down
2 changes: 1 addition & 1 deletion manifest-firefox.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Tab Manager Plus for Firefox",
"short_name": "Tab Manager+",
"version": "5.0.1",
"version": "5.0.2",
"manifest_version": 2,
"description": "Quickly find open tabs, see all windows in one view, find duplicates and limit tabs per window. The best Tab Manager for Firefox.",
"author": "stefanXO",
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": "5.0.1",
"version": "5.0.2",
"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
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Tab Manager Plus 5.0.1
# Tab Manager Plus 5.0.2
This is an extended version of the old Tab Manager Google Chrome extension. Should work on both Chrome and Firefox. Malware free, with a new view type and many new features.

For a list of changes check out the [changelog](./CHANGELOG.md).
Expand Down
Binary file added tab-manager-plus-5.0.2.chrome.canary.zip
Binary file not shown.
Binary file added tab-manager-plus-5.0.2.chrome.crx
Binary file not shown.
Binary file added tab-manager-plus-5.0.2.chrome.zip
Binary file not shown.
Binary file added tab-manager-plus-5.0.2.firefox.xpi
Binary file not shown.
Binary file added tab-manager-plus-5.0.2.firefox.zip
Binary file not shown.

0 comments on commit adf7273

Please sign in to comment.