Skip to content
This repository has been archived by the owner on Mar 20, 2019. It is now read-only.

Releases: denschub/firefox-tabgroups

v0.5.1

29 Oct 23:36
ef30f19
Compare
Choose a tag to compare

Set multiprocessCompatible to true!

v0.5.0

25 Oct 13:54
ba21d98
Compare
Choose a tag to compare

Bug fixes

  • Use the inverted toolbar icon if needed on high resolutions.

Refactorings

  • Use the default favicon instead of no favicon at all. (PR 35)
  • Removed the Panorama migration to avoid breakage in Firefox 52

v0.4.0

02 Apr 13:56
Compare
Choose a tag to compare

Features

  • You can now drag and drop tabs in the panel to move them between groups. Dragging a tab onto the "Create new group" button will create a new group with that tab. (PR 32)

v0.3.0

08 Mar 23:36
Compare
Choose a tag to compare

Bug fixes

  • Clicking the input field while renaming will no longer select the group. (PR 28)
  • Use label instead of visibleLabel since the latter was removed in bug 1247920.

v0.2.1

21 Feb 03:55
Compare
Choose a tag to compare

Don't try to set the groups active tab if an app tab is active.

v0.2.0

12 Feb 02:13
Compare
Choose a tag to compare

Features

  • Added a migration override so tab groups won't be migrated away.
  • Added compatiblity with Quicksavers Tab Groups add-on.
  • Added keyboard shortcuts to switch between groups. (PR #23)
  • Added option for alphabetic tab group sorting. (PR #24)

Refactorings

  • minVersion is now set to 44 so people have a chance to install the addon before the migration kicks in.
  • Tab Groups was renamed to Simplified Tab Groups to avoid confusion and conflicts with other add-ons.
  • Simpilified development by adding jake and some basic scripts.

v0.1.1

05 Dec 15:39
Compare
Choose a tag to compare

Initial release, available on AMO.

v0.1.0

20 Nov 09:06
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release
Prepare the first release

- Clarified comments for the add-on editors team
- Added homepage URL since there is a readme and an issue tracker
- Toggle the default hotkey preference to true
- Remove reused JS files from the devtools codebase...