Skip to content

Commit

Permalink
Version 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
josh-berry committed Sep 29, 2024
1 parent 09b7193 commit e7c0cbf
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 3 deletions.
2 changes: 1 addition & 1 deletion assets/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifest_version": 2,
"name": "Tab Stash",
"version": "3.1",
"version": "3.1.1",
"description": "A no-fuss way to save and restore batches of tabs as bookmarks.",
"homepage_url": "https://josh-berry.github.io/tab-stash/",
"icons": {
Expand Down
4 changes: 2 additions & 2 deletions src/stash-list/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
@activate="go('whats-new.html')"
@dismiss="hideWhatsNew"
>
Tab Stash {{ my_version }} significantly improves performance,
especially when opening the UI. See what's new!
Tab Stash {{ my_version }} fixes a crash, a few bugs, and a performance
issue. See what's new!
</Notification>
<Notification
key="stash-root-warning"
Expand Down
36 changes: 36 additions & 0 deletions src/whats-new/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,42 @@
</header>

<ul class="forest one-column">
<Version v="3.1.1">
<L v="Fixed:" :issue="369"
>When stashing the active tab, an adjacent tab is now chosen as the
new active tab, instead of a random tab elsewhere in the window.</L
>

<L
v="Fixed"
subtext="I feel like it might be possible to build an entire career out of making drag-and-drop work well. It seems to be incredibly finicky and hard to get right."
:issue="524"
>an issue preventing drag-and-drop into an empty folder at the end of
a group, and made the drag-and-drop experience a little smoother in
general.</L
>

<L
v="Fixed"
subtext="We just keep loading and loading and loading and loading and"
:issue="533"
>a rare issue that could lead to high CPU usage when first opening the
Tab Stash UI.</L
>

<L
v="Fixed"
subtext="Tab Stash is probably not affected, but I pulled in the fix anyway out of an abundance of caution."
:pr="536"
>a security issue in one of Tab Stash's dependencies.</L
>

<L v="Fixed" :issue="537"
>a crash that could happen when closing and then opening a tab very
quickly.</L
>
</Version>

<Version v="3.1">
<L v="Improved" :issue="[97, 508]"
>performance in many areas of Tab Stash, especially when first loading
Expand Down

0 comments on commit e7c0cbf

Please sign in to comment.