1.22.0 (2024-08-07)
🐛 Bug Fixes
- Shortcut keys with F1-F12 stop working on version 1.21.1 (closes #309) (
e52b1af
) - Drag indicator is in the wrong place when dragging a tab to the end of a row (
664c7d8
) - Prevent preference window vertical overflow (
562ee44
) - Error when clicking 'Open All in Tabs' while holding shift key (
31a4dcc
) - Update to 1.21 broke reopen last closed tabs feature (closes #307) (
0e55729
) - Since Firefox 127.0, search bar arrow button no longer works ( closes #312) (
684d4f8
)
🔧 Maintenance
- Clean xhtml script (
a637141
) - Workaround bug 1905267 - Event.target.classList can be undefined when detaching tab by its label (
5c13311
) - Remove shortcuts
data-L10n-Id
for all windows not just the first window (2c9254b
) - Remove current blank tab in undoCloseTab (
a588b7b
) - Remove 'event' from eslint globals (
aa169fa
) - Follow up bug 1893656 - Fix vertical tabs drag and drop (
6f17ec5
) - Prepare for vertical tabs sidebar, update attributes after toggleTabstrip (
ef6bfce
) - Prepare for vertical tabs sidebar (2) (
c874342
) - Use sizeToContent function in PrefWindow class to replace usage of deprecated window.sizeToContent() (
02de557
) - Shortcut input should only transition border-Color and box-Shadow (
4684811
) - Update 'Recently Closed Tabs' and ' Recently Closed Windows ' in Application Menu > History (
e19f581
) - Update after Waterfox G6.0.17 (
792a841
) - Add type check with Typescript (
9ac7c5c
) - Workaround for bug 1868452 - Key key_undoCloseTab of menuitem could not be found (
eaad38d
) - Prevent preferences window overflow (2nd try) (
d471612
) - Follow up bug 1895563 - Update nsContextMenu to a system module (
821f0f0
) - Update single windows utilities (
3432617
) - Follow up bug 1899336 - Style pinned tabs and add new tab button with divider to vertical tabs (
dc85af7
) - Follow up bug 1910601 - Remove _verticalTabs property and use verticalMode instead (
0f69e58
)