Development Build
This release includes an XPI file that is automatically generated after each push to the main branch.
It compatible with all supported versions of Firefox. (see Browser Compatibility)
Supported Firefox versions: 128 ESR - 148.0a1 Nightly
dev-build - 2026-01-11
Section titled “dev-build - 2026-01-11”🐛 Bug Fixes
Section titled “🐛 Bug Fixes”- Tab minimum width seeming not working below a certain window-width (closes #498) (
3767e7b) - Preferences window Menu is missing
Add Tab to Group(4e71401,f21a6fe) - Missing option for open links from other apps (closes #501) (
e8fc2ad) - Unable to reorder or drag tabs into groups that are not in the top row (
9dc613b) - Layout issue when the first non-pinned element is a split view and there are some pinned tabs (closes #504) (
80b5213) - Wrong position of tab note icon (closes #505) (
ddd906e) - The overflowContainer of a group is not hidden during dragging (closes #508) (
7bffd29) - Layout issue when moving tabs to a collapsed group (closes #509) (
4c4d123) - Active tab becomes stretched when collapsing group (closes #507) (
165b250) - New Tab button appears at the start of Nav Bar (closes #512) (
a08f734) - Gap between pinned and normal tabs when using multi-row (closes #511) (
5a03539) - Handle dropping tabs into collapsed tab groups (
228accf) - Group line of split view disappeared when dragging (closes #514) (
67199a0) - Tab size issue after underflowing on multi-rows (closes #515) (
e83e8bf) - Moving collapsed group with active tab (closes #516) (
d4c87de) - Ensure split-view max-width accounts for tabs icons (closes #513) (
e5f2057) - Moving collapsed group with active tab (closes [#516] (
2dd5f06) - Missing window control buttons when tabs at bottom (closes #518) (
c784f2b)
♻️ Refactors
Section titled “♻️ Refactors”- Update drag and drop to handle new split-view (
5557019,a070411) - Update typescript files to support future typescript 7 (
77494e1,74e5cc4)
🎨 Code Style Changes
Section titled “🎨 Code Style Changes”- Replace all deprecated color variables with the new one (
09dbf6f) - Improve group line position for multi-row mode (
cc5b52d)
🔧 Maintenance
Section titled “🔧 Maintenance”- Follow up bug 1981197 - Tab group hover preview should have the correct positioning and hover state in vertical tab mode (
b5e6870) - Update dependencies (
5f582b1) - Show version update page in dialog window (
4f1956c,5f5d8f2) - Update eslint configuration (
9e80301,3060772) - Show version update page in tab (
31c2b4a,3d3c3ea) - Dont use tab.splitview in dragstart before Firefox 148 (
1bb1af8) - Handle dragging tab out of group (
7118600) - Adjust split-view tab height to match other tabs in multi-row layout (
40b5e20) - Do not open bookmarks into existing split view tabs (
bdddfe7) - Follow up bug 2008041 - Make XUL disabled / checked attributes html-style boolean attributes (
2511561) - Confirm before restore defaults (close #517) (
7ffd593)