1.26.0 (2024-12-09)
🐛 Bug Fixes
- "Reload Tab Every..." Not Reloading on Waterfor 6.5.1 (closes #363) (ff188a0)
- Invalidate cache on restart after upgrade, Firefox loads scripts from the startup cache (closes #359) (52218e0)
- Several vertical tabs issues (fd2ba86)
🎨 Code Style Changes
- Preferences window - remove outline ring from pane selector on linux (371e595)
- Update css rules for tab inside tab-group (4f350c9)
- Update customize tabs style, apply selected color to close tab button (db7bb58)
🔧 Maintenance
- Ensure validation is performed when getting value from ChangeCode class (8644514)
- Faster typecheck (5921aaa)
- Follow up bug 1927094 - optimize lineScrollAmount so it doesn't iterate over all tabs (33a206b)
- Follow up bug 1927540 - drop tab into/out of end of tab groups (03e9ccf)
- Follow up bug 1927774 - Add closed tab groups to history menus (64188c1)
- Follow up bug 1929898 - Need to add a pause on drag and drop to create tab group (fbcbdc2)
- Follow up bug 1932425 - When dragging tabs, move other tabs over when hitting 70% of of their width (8d9fa68)
- Follow up bug 1932600 - Use customtitlebar rather than tabsintitlebar in front-end code (e2a7099)
- Replace deprecated
performance.timing.navigationStart
withperformance.timeOrigin
(e754b7f) - Stop tab mix from positioning pinned tabs on vertical tabs, missing change after bug 1899336 (63d630a)
- Update compatibility section on README.md (4ed5096)
- Update types (15b6be9)