Skip to content

Releases: donatj/tabasco

v0.13.1

07 Jun 14:53
2e97c05
Compare
Choose a tag to compare

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

Full Changelog: v0.13.0...v0.13.1

v0.13.0

06 Jun 22:21
efef45d
Compare
Choose a tag to compare

What's Changed

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

Full Changelog: v0.12.0...v0.13.0

Sidebar!

22 Dec 15:52
ba40f3f
Compare
Choose a tag to compare

Features

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

What's Changed

Full Changelog: v0.11.2...v0.12.0

v0.11.2

03 Jul 22:09
3840c6f
Compare
Choose a tag to compare

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

What's Changed

Full Changelog: v0.11.1...v0.11.2

Corrects persnickety typo

24 May 04:45
cab7630
Compare
Choose a tag to compare

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

Full Changelog: v0.11.0...v0.11.1

v0.11.0

23 May 20:24
4e67a63
Compare
Choose a tag to compare

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 #95

Dependency Updates

Full Changelog: v0.10.2...v0.11.0

Fix Move Tabs to New Window when Single Tab

02 Mar 04:36
9c14808
Compare
Choose a tag to compare

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: v0.10.1...v0.10.2

Fix Flakey newWindowWithTabs Behavior

10 Feb 16:33
56caf68
Compare
Choose a tag to compare

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: v0.10.0...v0.10.1

Race Condition Fixes

10 Feb 03:00
8fd4eb3
Compare
Choose a tag to compare

Fixes

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

What's Changed

Full Changelog: v0.9.0...v0.10.0

Bug Fixes

23 Aug 21:40
95df5e1
Compare
Choose a tag to compare

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.