Skip to content

Commit

Permalink
Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mastef committed Oct 1, 2024
1 parent 5223d8e commit 6096be6
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
6.0.0
=====
- You can now open single tabs from your saved sessions
- Experimental: Try to restore window names and colors after a browser restart
- Fix: Vertical layout takes now the full width in popups
- Fix: Vertical view has now nicer separators when used in full window, that take the whole screen width
- Fix: Sometimes favicons would not load properly
- Fix: Make sure session tabs are fully restored before closing the popup
- Fix: Moving many tabs could stop early because of popup closing in the meantime
Expand All @@ -11,6 +14,18 @@
- Fix: Windows that were too big for the current monitor, would not be restored
- Fix: Don't animate scrolling if animations are disabled
- Fix: Dragging tabs would sometimes drop them in the wrong location, now they will be added to the closest tab in the new window
- Fix: Favicons sometimes stuck, based on browser cache
- Fix: Also use favicon url based on pending url if tab is loading
- Fix: Don't attempt to show empty favicon
- Fix: pending urls not being read when calculating window title
- Fix: window title not updating after tabs fully loaded
- Fix: IPs being shown as weird numbers in window title/name
- Fix: title being based on whole url, instead of hostname while tab was loading
- Fix: Try to find nicer window title if it matches hostname
- Fix: Group by top-Ips, like 192.168.*.*
- Fix: If you selected incognito tabs and normal tabs based on a search, and tried to move them to one window then it
would fail because they can't be mixed together. Now it will open 2 windows - one with normal tabs, one with incognito
tabs.

5.3.0
=====
Expand Down
15 changes: 15 additions & 0 deletions changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ <h3>Here's what's new since the last time</h3>
<h3>6.0.0</h3>
<ul>
<li>You can now open single tabs from your saved sessions</li>
<li>Experimental: Try to restore window names and colors after a browser restart</li>
<li>Fix: Vertical layout takes now the full width in popups</li>
<li>Fix: Vertical view has now nicer separators when used in full window, that take the whole screen width</li>
<li>Fix: Sometimes favicons would not load properly</li>
<li>Fix: Make sure session tabs are fully restored before closing the popup</li>
<li>Fix: Moving many tabs could stop early because of popup closing in the meantime</li>
Expand All @@ -49,6 +52,18 @@ <h3>6.0.0</h3>
<li>Fix: Windows that were too big for the current monitor, would not be restored</li>
<li>Fix: Don't animate scrolling if animations are disabled</li>
<li>Fix: Dragging tabs would sometimes drop them in the wrong location, now they will be added to the closest tab in the new window</li>
<li>Fix: Favicons sometimes stuck, based on browser cache</li>
<li>Fix: Also use favicon url based on pending url if tab is loading</li>
<li>Fix: Don't attempt to show empty favicon</li>
<li>Fix: pending urls not being read when calculating window title</li>
<li>Fix: window title not updating after tabs fully loaded</li>
<li>Fix: IPs being shown as weird numbers in window title/name</li>
<li>Fix: title being based on whole url, instead of hostname while tab was loading</li>
<li>Fix: Try to find nicer window title if it matches hostname</li>
<li>Fix: Group by top-Ips, like 192.168.*.*</li>
<li>Fix: If you selected incognito tabs and normal tabs based on a search, and tried to move them to one window then it
would fail because they can't be mixed together. Now it will open 2 windows - one with normal tabs, one with incognito
tabs.</li>
</ul>

<h3>5.3.0</h3>
Expand Down

0 comments on commit 6096be6

Please sign in to comment.