This release includes an XPI file that is automatically generated after each push to the main branch.
dev-Build - 2024-11-02
✨ New Features
- Tab width fills rows on overflow (
b66311c
)
🐛 Bug Fixes
- Drag indicator pointing to next row when mouse position is below mid-Height (
d2b9f6e
) - Wrong version id for development build (
5affa3d
) - Blanktab.html should have 'New Tab' title (
6a24a50
) - Selecting tab in our option panel requires two clicks when last selected index was 0 (
254f379
) - Firefox 131 scrolling tab bar impossible (closes #335) (
63ed8a0
) - Tab resizing issue since v1.24.0 update (closes #348) (
31128d3
)
♻️ Refactors
- Remove all code that handled Firefox versions prior to version 115 (
d22012f
)
🎨 Code Style Changes
- Fix Waterfox position menulist width (
c5f2994
)
🔧 Maintenance
- Follow up bug 1923635 - Various MozTabbrowserTabs cleanup (
8125193
) - Follow up bug 1916622 - Remove the browser.tabs.tabmanager.enabled pref - Approved for 131 (
4a82e95
) - Follow up bug 1899598 - Hide the horizontal tab strip when vertical tabs are enabled (
506207c
) - Follow up bug 1886222 - Start reload by calling reload in the parent - Applied on Firefox ESR 128 (
8a7d6c2
) - Disable 'Scroll Delay' preference when 'Smooth Scroll' is enabled (
f870c96
) - Remove obsolete preference offsetAmountToScroll (
bebcbea
) - Reset widthCache after window resize (
c5c749a
) - Follow up bug 1924129 - Improve calculation of distance to shift for moving tabs (
cb2843d
) - Follow up bug 1908438 - Drag and drop support for creating a group (
b0d68fc
) - Cleantup after d22012f (
9d8f5d3
) - Add prefix to tabmix attribute for better compatibility with Firefox forks and theme (
7a42822
) - Follow up bug 1925842 - Rename _numPinnedTabs to pinnedTabCount (
8a5bcfe
) - Improve compatibility with Floorp v11.19.1 (closes #342) (
c8aad1d
) - Follow up bug 1926359 - Add tab group line to dragged tabs when dragging into a group (
aad451f
) - Update to eslint-Plugin-Mozilla 4.0.0; convert to ESM; cleanup config (
534c735
) - Follow up bug 1924129 - Improve calculation of distance to shift for moving tabs (2nd update) (
7ea7a31
) - Follow up bug 1926582 - Rename things related to moving multiselected tabs together (
5bc65a8
) - Notify when we need to add replacement to private method (
508e06e
) - Reset
--Tab-Block-Margin
when toggleing vertical/horizontal tabstrip (59d70d0
) - Follow up bug 1923052 - Show private browsing indicator icon in navbar when vertical tabs are enabled (
e572328
) - Follow up bug 1927111 - Don't rely on static position (top: auto) for urlbar position (
73fdfce
)