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