Skip to content

Releases: tabwrangler/tabwrangler

v5.3.0

30 Aug 15:29
Compare
Choose a tag to compare

NOTE: This version was never published. v5.3.1 was released shortly after this version to fix a lint error that made it into this version.

Enhancements:

#148: Allow restoring more than 15 tabs at a time
#141: Show result count when searching
#119: Increase close time granularity with seconds
#82: Don't reset timer until tab is visible for a few seconds

v5.2.0

21 Jun 16:00
Compare
Choose a tag to compare

Big thanks to @ingorichter for implementing import/export functionality, a feature that has been requested for a long time. If you're moving computers, export your closed tabs from one and import them into the other.

See the Import / Export instructions in the README for full instructions.

Enhancements:

#104: Import / Export

v5.1.1

29 May 22:33
Compare
Choose a tag to compare

No functional changes at all; this is a follow up to v5.1.0 to tag the correct commit on GitHub. The version needed to be incremented in the 'package.json' as well.

v5.1.0

29 May 22:30
Compare
Choose a tag to compare

Focus on features for the corral tab: sorting closed tabs alphabetically and chronologically and being able to multi-select many tabs to remove them all at once.

Enhancements:

#127: Change X to checkbox
#117: Feature: Multiple selection
#109: "Restore all" is dangerous for a long list
#88: Alternate sorts for the corral.

v5.0.1

27 Mar 00:20
Compare
Choose a tag to compare

Issues:

  • Correctly toggle # of closed tabs overlaying icon in URL bar (commit 0406f98)

v5.0.0

26 Mar 00:42
Compare
Choose a tag to compare

This is primarily a cosmetic release with an upgrade from Bootstrap 2 to Bootstrap 3. The UI should feel more familiar to Chrome.

Enhancements:

#116: Feature: add "Remove All" next to "Restore All"

v4.2.0

10 Mar 21:22
Compare
Choose a tag to compare

Enhancements:

#69: Shortcut key for "Close tab and save to corral"

Issues:

#115: Bug: Must move mouse off icon and back on to get "close" action
#110: Tabs get negative countdown

v4.1.0

22 Feb 07:21
Compare
Choose a tag to compare

Enhancements:

  • Decreased time-to-popup (dramatically for slow connections) by delaying when favicons are loaded
  • #14: Store the # of tabs "wrangled" over time

Issues:

  • #111: Incorrect default auto-lock example

v4.0.2

11 Feb 20:08
Compare
Choose a tag to compare

Issues:

  • #101: Opening tab corral context menu can be very slow with 30+ closed tabs
  • #98: Fix secondsToMinutes where seconds%60 is 10
  • #97: Don't auto-close if I only have X tabs setting does not save "0"
  • #85: Allow inactive time to be higher than 720 minutes