Skip to content

Commit

Permalink
Bump version number to 3.8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
barijaona committed Apr 15, 2023
1 parent 553ad89 commit 1306be1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
10 changes: 8 additions & 2 deletions CHANGES
Expand Up @@ -8,10 +8,16 @@ most recent build should be at the top of this file.

Thanks!

3.8.5
3.8.6
-----
- Fix "Previous Tab / Next Tab" menu commands to cycle between open tabs
- Fix Command-W behavior according to tab count: closes window when only main tab is present
- Fix memory leak when closing tab with the new browser
- Fix toolbar search field to only start search when the user presses the enter key
- Fix status text in window's status bar

3.8.5
-----
- Fix "Previous Tab / Next Tab" menu commands to cycle between open tabs

3.8.4
-----
Expand Down
7 changes: 5 additions & 2 deletions notes.html
Expand Up @@ -108,10 +108,13 @@

<h1 id="toc_0">Version Notes</h1>

<h2 id="toc_1">3.8.5</h2>
<h2 id="toc_1">3.8.6</h2>

<ul>
<li>Fix &quot;Previous Tab / Next Tab&quot; menu commands to cycle between open tabs (did not work with new browser)</li>
<li>Fix Command-W behavior according to tab count: closes window when only main tab is present</li>
<li>Fix memory leak when closing tab with the new browser</li>
<li>Fix toolbar search field to only start search when the user presses the enter key</li>
<li>Fix status text in window&#39;s status bar</li>
</ul>


Expand Down

0 comments on commit 1306be1

Please sign in to comment.