Skip to content

Releases: stoically/temporary-containers

v1.9.2

08 Feb 15:02
Compare
Choose a tag to compare

Features

  • Set openerTabId to tabs opened from links (#471, thanks @piroor)
  • Export file zeroes padding for date and time (#468, thanks @TheBolliwood)
  • Moved MAC Isolation preference to advanced

Refactoring

  • Extract strings from isolation section for translation (#237, #462, thanks @louix)
  • Refactor Travis CI after_deploy git clone process (#475, thanks @PeterDaveHello)

v1.9.1

10 Aug 16:49
aba4a58
Compare
Choose a tag to compare

Bugfixes

  • Scripts now keep working after Firefox restart

v1.9

06 Aug 07:05
a19e634
Compare
Choose a tag to compare

Breaking changes

  • "Scripts" now require the "webNavigation" permission, needs to be granted in the preferences (#420)
  • No longer possible to explicitly open a tab in "No Container" while in Automatic Mode using the "Open Link in New Container Tab" context menu (#439, #453)

Features

  • Advanced preference to automatically re-enable isolation after a delay (#429, thanks @rkodey)

Bugfixes

  • Compatibility between Automatic Mode and Multi-Account Containers "Restrict" feature (#439)
  • Respect "Deletes History" mouseclick isolation preferences (#413)
  • Always reopen tabs in the same window (#400)

Refactoring

  • Switch to upstream @types/firefox-webext-browser (#448, thanks @jsmnbom)

v1.9beta2

24 Jul 17:22
824cc72
Compare
Choose a tag to compare
v1.9beta2 Pre-release
Pre-release

Features

  • Advanced Preference for automatic re-isolation after n seconds after toggling it globally (#429), thanks @rkodey!

v1.9beta1

10 Jun 12:32
b204210
Compare
Choose a tag to compare
v1.9beta1 Pre-release
Pre-release

Breaking change

  • "Scripts" now require the "webNavigation" permission, needs to be granted in the preferences (#420)

Bugfixes

  • Respect "Deletes History" mouseclick isolation preferences (#413)
  • Always reopen tabs in the same window (#400)

v1.8

21 Feb 09:42
80d13f0
Compare
Choose a tag to compare

Features

  • Advanced preference "Scripts" (#361)

Refactorings

  • Refactored UI for advanced preference "Cookies"

Bugfixes

  • Reopening in the same container shortcut now opens at last position (#369)
  • Don't jump-scroll when selecting domain filter box in popup (#325)

v1.8beta2

28 Jan 07:52
a84902f
Compare
Choose a tag to compare
v1.8beta2 Pre-release
Pre-release

feat(ui): edit cookies
feat(ui): edit scripts (#361)
refactor(ui): rename script to code
ci: fix deploy condition
refactor(scripts): untrusted source warning and wrappedJSObject tip

v1.8beta1

18 Jan 13:26
7451cc5
Compare
Choose a tag to compare
v1.8beta1 Pre-release
Pre-release

feat: advanced preferences "scripts" section which lets you execute user scripts (#361)

v1.7

30 Nov 08:06
d3590f4
Compare
Choose a tag to compare

Bugfixes

  • advanced preference "close leftover redirector tabs" could sometimes close wrong tab because of timing issue

Refactorings

  • trailing whitespaces get ignored for regexp domain patterns (#330)

v1.6

28 Nov 09:22
bfe498b
Compare
Choose a tag to compare

Version 1.6

Bugfixes

  • critical bug in the container cleanup refactoring (version 1.4) falsely deleted already open temporary containers upon add-on initialization

Version 1.5

Bugfixes

  • popup not being rendered and per domain isolation list drag&drop not working after switch to typescript refactoring

Version 1.4

Features

  • change pageaction icon when isolation is disabled (#329)
  • disable in incognito mode
  • ability to load preferences from managed storage (#303)
  • support icecat (#307)
  • new preference to hide container number (#281)
  • new preference to reset container number on startup (#280)
  • ability to reset container number (#280)
  • Alt+I keyboard shortcut to globally toggle Isolation (#314)

Bugfixes

  • don't reopen about:blank tabs (#321), possibly fixes #311

Refactorings

  • container cleanup (#305), possibly fixes #304
  • switch to typescript (#322)