Skip to content

Commit

Permalink
Version 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
josh-berry committed Feb 8, 2025
1 parent 73688bf commit b89233e
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 5 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.1",
"version": "3.2",
"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
8 changes: 4 additions & 4 deletions src/stash-list/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,17 @@
@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 }} improves drag-and-drop and makes it easier to
manage top-level groups. See what's new!
</Notification>
<Notification
key="new-fixes"
v-if="recently_updated === 'fixes'"
@activate="go('whats-new.html')"
@dismiss="hideWhatsNew"
>
Tab Stash {{ my_version }} fixes a crash, a few bugs, and a performance
issue. See what's new!
Tab Stash {{ my_version }} improves drag-and-drop and makes it easier to
manage top-level groups. See what's new!
</Notification>
<Notification
key="stash-root-warning"
Expand Down
23 changes: 23 additions & 0 deletions src/whats-new/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,29 @@
</header>

<ul class="forest one-column">
<Version v="3.2">
<L v="Added"
>the ability to select and operate on multiple top-level groups at
once.</L
>

<L v="Improved" :issue="407"
>drag-and-drop, especially for top-level and child groups. It is now
possible to drag top-level groups into child groups and vice versa.</L
>

<L v="Improved:"
>If a search is in progress, the search term will be used as the title
for newly-created groups, so such groups are immediately visible in
search results.
</L>

<L v="Fixed" :issue="542"
>an issue that could cause a crash if Firefox's bookmarks database
contains inconsistent information.</L
>
</Version>

<Version v="3.1.1">
<L v="Fixed:" :issue="369"
>When stashing the active tab, an adjacent tab is now chosen as the
Expand Down

0 comments on commit b89233e

Please sign in to comment.