1.27.0 (2025-02-07)
🐛 Bug Fixes
- Adjust window control buttons height and position for multi-row layouts (#387) (174928c)
- Align window controls to top in multi-row tabs (closes #378) (b6b8027)
- Can't reorder pinned tabs properly when multi-rows (#376) (7d450f1)
- Compatibility with Zen Browser (closes #371) (382260e)
- Error in version check for librewolf-133.0-3 (closes #369) (d489fbc)
- Reopen closed tabs don't work from context menu (35baa61), closes #391
♻️ Refactor
- Follow up bug 1881888 - Remove support for JSMs (closes #386) (acd0cec)
- Remove usage of unexported functions and globals from SessionStore, following JSM removal (4fe88f6)
- Replace inline event handlers with addEventListener. (closes #381) (42f1418)
🎨 Code Style Changes
- Update themes compatibility (f36eb2d)
🔧 Maintenance
- Add hover color to tab styles (8557115)
- Enable git hooks for only main branch (5523fb3)
- Follow up bug 1880913 - Move BrowserSearch out of browser.js (7ee168c)
- Follow up bug 1915174 - Restore closed tabs to their original tab group (4573a49)
- Follow up bug 1921857 and bug 1933813 (63afa46)
- Follow up bug 1926582 - Rename things related to moving multiselected tabs together (1e751af)
- Follow up bug 1932489 - Tab group label should shift over when dragging first tab out of group (0d67239)
- Follow up bug 1933485: Ensure tab groups always appear in history menus (3886a3d)
- Follow up bug 1939535 - TOM indicates collapsed groups and hides their tabs (b3dffec)
- Follow up bug 1940698 - Use popover for fullscreen / pointer-lock warning (closes #383) (3fdf31f)
- Follow up bug 1940752 - 'Reopen Closed Tab', undoCloseTab, support tab groups (2a192fc)
- Move
sorted tab
menu item above saved groups in All tabs popup (6db422f) - Update links to firefox-scripts (50aa1c7)
- Zen compatibility update (9e2da5a)