Skip to content

Commit

Permalink
Changelog for 5.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mastef committed Jun 22, 2020
1 parent 72b9082 commit ea22b7e
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
5.2.0
=====
- Improves search! Searching for "google mail" will highlight tabs that have both words included #107
- Improves search! Searching for "google OR mail" will highlight tabs that have either of the worlds included #106
- Fix: Searching for the same string length would not trigger another search, but that could have stopped an accent selection #93
- Shift-right click will now select tabs in between the last selected tab #104 #94
- Design Fix: default font size set to 16px
- Firefox: Experimental Sidebar/Panel support added! #60
- Firefox: Restore sessions will throw warning when trying in the popup
- Default popup size increased to 800x600
- Default design changed to blocks
- Improvements: Background clean up added, to keep resources low
- Improvements: Don't render windows in the background while the color/title selection is active
- Improvements: Warn when trying to backup empty sessions #98
- Fix: Doesn't allow users to export empty session files, shows a warning instead
- Fix: Don't show import/export options for sessions if the feature is not enabled #98
- Fix: Make it more obvious that you can type right away #86
- Fix: Pluralization fixes when only 1 tab was selected #87
- Firefox: Fix: Don't allow to import from the popup due to a Firefox bug. Show warning instead #57 #96

5.1.6
=====
- Fix: Pressing "enter" or "return" when only one tab is selected, should focus that tab properly in Firefox
Expand Down
23 changes: 22 additions & 1 deletion changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<div class="logo-options">
<div class="logo-box">
<img src="images/browsers.svg" style="max-width: 3rem;">
<h2>Tab Manager Plus 5.1.6</h2>
<h2>Tab Manager Plus 5.2.0</h2>
</div>
</div>
<div class="toggle-options">
Expand All @@ -35,6 +35,27 @@ <h3>Here's what's planned for future versions</h3>
<h3>Here's what's new since the last time</h3>
<div class="toggle-box">

<h3>5.2.0</h3>
<ul>
<li>Improves search! Searching for "google mail" will highlight tabs that have both words included #107</li>
<li>Improves search! Searching for "google OR mail" will highlight tabs that have either of the worlds included #106</li>
<li>Fix: Searching for the same string length would not trigger another search, but that could have stopped an accent selection #93</li>
<li>Shift-right click will now select tabs in between the last selected tab #104 #94</li>
<li>Design Fix: default font size set to 16px</li>
<li>Firefox: Experimental Sidebar/Panel support added! #60</li>
<li>Firefox: Restore sessions will throw warning when trying in the popup</li>
<li>Default popup size increased to 800x600</li>
<li>Default design changed to blocks</li>
<li>Improvements: Background clean up added, to keep resources low</li>
<li>Improvements: Don't render windows in the background while the color/title selection is active</li>
<li>Improvements: Warn when trying to backup empty sessions #98</li>
<li>Fix: Doesn't allow users to export empty session files, shows a warning instead</li>
<li>Fix: Don't show import/export options for sessions if the feature is not enabled #98</li>
<li>Fix: Make it more obvious that you can type right away #86</li>
<li>Fix: Pluralization fixes when only 1 tab was selected #87</li>
<li>Firefox: Fix: Don't allow to import from the popup due to a Firefox bug. Show warning instead #57 #96</li>
</ul>

<h3>5.1.6</h3>
<ul>
<li>Fix: Pressing "enter" or "return" when only one tab is selected, should focus that tab properly in Firefox</li>
Expand Down

0 comments on commit ea22b7e

Please sign in to comment.