Skip to content

Commit

Permalink
Version bump to 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
josh-berry committed Sep 2, 2024
1 parent bc5673e commit cb052fd
Show file tree
Hide file tree
Showing 3 changed files with 27 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.0.1",
"version": "3.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
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 }} adds sub-groups and a popup view, and sports
a refreshed look and feel. See what's new!
Tab Stash {{ my_version }} significantly improves performance,
especially when opening the UI. 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 }} improves drag-and-drop performance and fixes
a few bugs. See what's new!
Tab Stash {{ my_version }} significantly improves performance,
especially when opening the UI. See what's new!
</Notification>
<Notification
key="stash-root-warning"
Expand Down
22 changes: 22 additions & 0 deletions src/whats-new/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,28 @@
</header>

<ul class="forest one-column">
<Version v="3.1">
<L v="Improved" :issue="[97, 508]"
>performance in many areas of Tab Stash, especially when first loading
the UI.</L
>

<L v="Fixed:" :issue="520"
>The Tab Stash icon was blurry when Tab Stash was not pinned to the
Firefox toolbar. A higher-resolution version of the icon is now
available for the browser to use in this situation.</L
>

<L v="" :issue="403"
><em
>If you'd like, you can now leave me a tip on my
<a href="https://github.com/sponsors/josh-berry">GitHub Sponsor</a>
page. Tab Stash is 100% free and open source, so there's no
obligation, just my gratitude. 🙇</em
></L
>
</Version>

<Version v="3.0.1">
<L v="Fixed" :issue="417"
>an issue that might cause Tab Stash to crash on startup if Firefox's
Expand Down

2 comments on commit cb052fd

@96jaco96
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

YES! this fixed the slow search bug! Thank you!

@josh-berry
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 Glad to hear it!

Please sign in to comment.