Skip to content

Releases: mozilla/multi-account-containers

8.0.4

15 Dec 23:24
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 8.0.2...8.0.4

Mozilla VPN integration + Custom proxy support

01 Nov 20:35
b8025f7
Compare
Choose a tag to compare

Now Containers can integrate with Mozilla VPN or your own proxy to create a secure, private connection that protects your activity.

What's Changed

New Contributors

Full Changelog: 7.4.0...8.0.0

7.4.0

09 Aug 15:03
50f5ebf
Compare
Choose a tag to compare

Summary

  • Added a new permission, unlimitedStorage. This should resolve issues with users who have larger configurations than sync can currently handle. (#2079)
  • Update the Development guide in the README. (#1926)
  • Revised text within the panel to more accurately reflect the actions performed (#2026)
  • Replace deprecated method, browser.extension.getURL, in anticipation of upgrading to Manifest v3.
  • Adjust confirmation page alignment of elements (#1231)
  • Links to AMO are no longer locale-specific. (#1620)

🎉 Thanks to the following contributors for their help on this project: @schra, @kiasatina, @rpl, @cammarin, @ncallaway, @Gitoffthelawn


Changelog

0b760ce Update version number to 7.4.0
56b85a8 fix: Add unlimitedStorage permission to make sure storage.local doesn't hit quota limits or IndexedDB QuotaManager data eviction
4e4ed39 Replace deprecated method
86edd8c Rename 'always open in' title
4d76c93 fix typos
649110e fix concerns
a1d01f8 Fix development instructions in README
2ed9eae fix lint
c03c3c1 fix alignment
4bd412a Improve accessibility by adjusting AMO links

7.3.0

22 Jan 16:05
66be5e2
Compare
Choose a tag to compare

Summary

⬇️ ⬆️ Container List Reordering

  • This release adds one of the most requested features for the add-on, Container List Reordering. You can now drag and drop the order in which the containers are listed. Special thanks to @sryze for their contribution.

mac-drag-and-drop

Changelog

7ebed45 Bump version from 7.2.0 to 7.3.0
89719f7 Implement container reordering

7.2.0

11 Jan 19:16
f4bcd30
Compare
Choose a tag to compare

Summary

  • 🌛 Dark Mode Support is finally here! Thanks to @dannycolin for their contribution. Currently, this feature matches whatever is set by your OS. We have an active issue (#1948) to better manage this behavior.

Changelog

c2ff3f0 Fix #1946 - Update package.json/manifest to 7.2.0
c371cd1 update web-ext to 5.4.1
0c04b83 fix css indentations
6b73cee fix gradient colors in open tabs list
d7688cb fix stylelint errors
c03df9d add a dark theme
9c80781 Remove automatic capitalization of container name

7.1.0

28 Sep 15:01
f0afc0d
Compare
Choose a tag to compare

Summary

  • Added functionality (#1765 #1704 #1590 #1837) where you can modify how links open into a new tab/container. When this option is selected, when opening a page which is assigned to another container, instead of keeping the current tab open (and creating a new tab with the same URL), you can replace the current tab. Thanks to @Moonloard for this work!

image

Changelog

fc070b2 Update version number for new release
518f1cc option name adjusted
997fe4d description of option adjusted
a5f6f83 remove unnecessary line breaks
46d76df new option to replace current tab when a assigned domain is opened

7.0.2

17 Jul 02:15
00a1ce9
Compare
Choose a tag to compare

Summary

If you have feedback on the recent UX changes, please see #1784

  • Fixed issue (#1781) where toggling the "Limit to designated sites" checkbox would update Site Isolation preferences for other containers than the current one.

image

Changelog

024fb03 Fixed #1781 - Reset checkbox listener to keep event queue to 0

7.0.1

15 Jul 01:52
de8d0b2
Compare
Choose a tag to compare

Summary

If you have feedback on the recent UX changes, please see #1784

This release addresses some bugs from the previous release:

  • Restored arrow key navigation
  • Fixed issue with Site Isolation
  • Revised UX of main Containers list to open new tab (inside that container) when clicked (#1810 )

Changelog

7f31a92 Fixed #1810 - Split container item functionality
8de231f fix space character typo in classList.add argument
28222e5 Fixed first panel keyboard arrow nav. Added second panel keyboard nav.
a2a11d0 fix #1788
5e99af0 Fixed #1779 - Added CSS override for favicons on the Manage Site List panel

7.0.0

09 Jul 19:34
94885de
Compare
Choose a tag to compare

Summary

  • Refactored UX and UI Experience for Multi-account Containers (Thanks to @kendallcorner)
  • Keyboard Shortcuts (including opening a site up in a specific container)
  • "Limit to Designated Sites" Site Isolation (Thanks to @mckenfra)
  • #1425: Facebook Container's "Fence" icon is now available as a selectable container icon (Thanks to @nathanhinchey)

Revised UI Overview:

Main Panel:

image

The main panel also shows how many tabs are open in a specific container:
image

Container Panel:

image

Limit to Designated Sites works similar to how going to or leaving Facebook in automatically opens/closes current tab and reopens inside the Facebook Container.
image

Shortcuts:

Added shortcut to the Address bar:
image

Set shortcuts in the add-on preferences panel: Ctrl + Shift + {Num}
image

Changelog

bcd3aae Fixed icon clipping where container icons are displayed. Added override for website favicons (listed in active container)
d0f7fc3 Bumped version number for new release
682d877 Updated lint errors, updated Stylelint library to latest version
d901ba9 Fixed issue where items with too-long page titles wrapped in tab list of specific container inside the panel
b47844b Added dark mode support on the settings page
765a0eb Linted Container Delete SVG
52749ee Show fence icon in popup
8654aef added keyboard shortcuts back (ctrl+. and then a number opens a new container in that tab)
7f91096 Removed options from new container menu. Tweaked new container menu to remove dupes from opening it twice.
ef66bee Implemented site isolation
707cec5 keyboard shortcuts working
8ef5cbd Fixed Assignement Toast on page.
0290eb1 css linting
50f5d92 added onboarding reset
807435c code review and feedback changes
2679c4e removed svgs not used anymore and added license to svgs that were missing a license
6bb3acb extraneous css removal
694b0f7 fixed mocha tests
db46e71 linting issues
486072b keyboard shortcuts
a33e358 Now can reopen in default container. Added an 'OK' button to new container panel. Fixed some css
a7f62b1 css linting
4f1e49b pulled out the picker panels
55f940d some edits to panels
8d8d7f2 fixed info panel
9d151f0 working on info panel
fe62ee3 updated browserAction icons to match default themes
18ed723 added info icon as ling to options page
b9084a9 updates to all panels
6abeb97 container info panel complete
33b40ce fixed picker panel
d050701 ReOpenIn Picker Panel functional
1870ce0 Page action assigns site to a container and simultaneously reopens site in container.
fbba6be testing keyboard shortcuts
97d4c46 Added Facebook Container Fence icon. Fixes #1425
0cbc987 Implemented UI/UX for container list Panel (first panel).

6.2.5

13 Apr 16:39
532abbf
Compare
Choose a tag to compare

19e694d Fixed 'open in current container button' not working