Skip to content

Commit

Permalink
Update to 5.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
mastef committed Oct 28, 2019
1 parent 6906697 commit 0c54eda
Show file tree
Hide file tree
Showing 10 changed files with 38 additions and 10 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
5.0.8
=====

- You can now backup and restore your saved windows
- You can now select multiple tabs by using right mouse click while holding shift/ctrl or command. Select the first tab with a right click, and then select the last tab with shift+right mouse click, to select all the tabs in between.
- You can now set in the options if you'd like to have the Tab Manager open as a popup by default, or in its' own tab
- Design fixes to have the right amount of tabs per row displayed in the block view
- Stops auto-scrolling to the first active tab, if the user has already started scrolling
- Some small fixes to make sure we load correctly also on slower machines
- Fixes to dark mode in its' own tab - the background was not displayed in the full window
- Removed buggy animation transitions that would get stuck on hover

5.0.7
=====

Expand Down
19 changes: 17 additions & 2 deletions changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<div class="logo-options">
<div class="logo-box">
<img src="images/browsers.svg" style="max-width: 3rem;">
<h2>Tab Manager Plus 5.0.7</h2>
<h2>Tab Manager Plus 5.0.8</h2>
</div>
</div>
<div class="toggle-options">
Expand All @@ -36,19 +36,34 @@ <h5>A free browser extension for your tabs - no tracking, open source and as muc

<h3>Here's what's planned for future versions</h3>
<ul>
<li>Saving and restoring of saved windows</li>
<li>Auto-backups</li>
</ul>

<h3>Here's what's new since the last time</h3>
<div class="toggle-box">

<h3>5.0.8</h3>
<ul>

<li>You can now backup and restore your saved windows</li>
<li>You can now select multiple tabs by using right mouse click while holding shift/ctrl or command. Select the first tab with a right click, and then select the last tab with shift+right mouse click, to select all the tabs in between.</li>
<li>You can now set in the options if you'd like to have the Tab Manager open as a popup by default, or in its own tab</li>
<li>Design fixes to have the right amount of tabs per row displayed in the block view</li>
<li>Don't auto-scroll to the first active tab, if the user has already started scrolling</li>
<li>Some small fixes to make sure we load correctly also on slower machines</li>
<li>Fixes to dark mode in its own tab - the background was not displayed in the full window</li>
<li>Removed buggy animation transitions that would get stuck on hover</li>

</ul>

<h3>5.0.7</h3>
<ul>

<li>Dark mode - you can now enable the dark mode in the options!</li>
<li>Close the popup when clicking on a tab, window or restoring a session, but don't close it when we're in a Tab Manager page of its own</li>

</ul>

<h3>5.0.6</h3>
<ul>

Expand Down
3 changes: 2 additions & 1 deletion lib/Session.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"use strict";var Session = React.createFactory(React.createClass({
getInitialState: function getInitialState() {
console.log(this.props.window.name);
//console.log(this.props.window);
//console.log(this.props.window.name);
var name = this.props.window.name;
return {
windowTitles: [],
Expand Down
2 changes: 1 addition & 1 deletion lib/TabManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ var TabManager = React.createFactory(React.createClass({
if (typeof localStorage["sessionsFeature"] === "undefined") localStorage["sessionsFeature"] = "0";
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.7";
if (typeof localStorage["version"] === "undefined") localStorage["version"] = "5.0.8";

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

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

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.7",
"version": "5.0.8",
"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.7",
"version": "5.0.8",
"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 package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tab-manager",
"version": "5.0.7",
"version": "5.0.8",
"description": "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.",
"main": "index.js",
"directories": {
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.7
# Tab Manager Plus 5.0.8
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

0 comments on commit 0c54eda

Please sign in to comment.