tabasco

Chrome Extension to Wrangle Tabs

MIT License

Stars
6

Bot releases are hidden (Show)

tabasco - v0.13.1 Latest Release

Published by donatj 4 months ago

Small hotfix - the actual button to add the sidebar accidentally got overwritten and did not make its way into the previous release.

Full Changelog: https://github.com/donatj/tabasco/compare/v0.13.0...v0.13.1

tabasco - v0.13.0

Published by donatj 4 months ago

What's Changed

Added Open Sidebar Button - Currently Broken - Awaiting Google Review so I can publish a v0.13.1

Full Changelog: https://github.com/donatj/tabasco/compare/v0.12.0...v0.13.0

tabasco - Sidebar!

Published by donatj 10 months ago

Features

  • You can now use Tabasco in the sidebar as well as the existing popup!

What's Changed

Full Changelog: https://github.com/donatj/tabasco/compare/v0.11.2...v0.12.0

tabasco - v0.11.2

Published by donatj over 1 year ago

Disables Windows Auto-scroll which was interfering with middle click to open in new window.

What's Changed

Full Changelog: https://github.com/donatj/tabasco/compare/v0.11.1...v0.11.2

tabasco - Corrects persnickety typo

Published by donatj over 1 year ago

I had misspelled Management as "Managment" in basically every use throughout. Corrects this.

Full Changelog: https://github.com/donatj/tabasco/compare/v0.11.0...v0.11.1

tabasco - v0.11.0

Published by donatj over 1 year ago

What's Changed

  • Added a unified system for managing the action controls allowing the action section to be hidden completely when no actions are available.
  • Update ci.yml by @donatj in https://github.com/donatj/tabasco/pull/95

Dependency Updates

Full Changelog: https://github.com/donatj/tabasco/compare/v0.10.2...v0.11.0

tabasco - Fix Move Tabs to New Window when Single Tab

Published by donatj over 2 years ago

Fix a bug when moving a single tab to a new window where it would pop under because the final chrome.tabs.move would fail because tabIds's was empty

What's Changed

Full Changelog: https://github.com/donatj/tabasco/compare/v0.10.1...v0.10.2

tabasco - Fix Flakey newWindowWithTabs Behavior

Published by donatj over 2 years ago

The previous PR fixing the race condition actually exacerbated the pre-existing bad behaviour on newWindowWithTabs making it less reliable. This fixes the behaviour of newWindowWithTabs.

Full Changelog: https://github.com/donatj/tabasco/compare/v0.10.0...v0.10.1

tabasco - Race Condition Fixes

Published by donatj over 2 years ago

Fixes

Fixes a handful of race conditions where the window could close before tabs were fully moved.

What's Changed

Full Changelog: https://github.com/donatj/tabasco/compare/v0.9.0...v0.10.0

tabasco - Bug Fixes

Published by donatj about 3 years ago

Fixed a number of bugs keeping tab state in sync between different ends of the application.

Unified tab state to a single model basically ensuring everything is always in sync.

tabasco - TabGroups!

Published by donatj over 3 years ago

  • Adds TabGroup Support.
  • Upgrades output to ES2017 (gives faster startup surprisingly)
  • Updates Manifest to v3
  • Lots of dependency updates
tabasco - Middle Click Opens Clicked in New Window

Published by donatj about 4 years ago

tabasco - Playing Games to Appease the Google

Published by donatj about 4 years ago

tabasco - Dark Mode

Published by donatj about 5 years ago

Adds dark mode support.

tabasco - Better Kept in Sync

Published by donatj over 5 years ago

Actively listens to Chrome tab events and rerenders rather than trying to keep track of changes itself for a much more reliable tab experience.

tabasco - Hotfix: Fixes Broken Build

Published by donatj about 6 years ago

v0.3.0 had updates to the build system that were not integrated into the release builder and thus broke the release.

This release fixes problems with the release builder as well as a few minor tweaks.

tabasco - Large Search Enhancement

Published by donatj about 6 years ago

Largely rewritten to allow for vastly more powerful search.

Should have a vastly more accurate model of the current tabs.

tabasco - Bug Fixes / Refactoring

Published by donatj over 6 years ago

Fixes a couple problems with newer versions of Chrome including the search input not automatically focusing as well as some problems with newer releases of TypeScript.

tabasco - Bug fix

Published by donatj about 7 years ago

Depending on the order of tabs moved, the "Move to New Window" functionality could sometimes halt mid operation because the extension had closed.

tabasco - Adds "Move to New Window" functionality.

Published by donatj about 7 years ago

Related Projects