1.0.0-pre.14 (2023-03-14)
Features
- Show item's uri in the status bar from our closed tabs and windows popup (d5fe483)
Bug Fixes
- Content cutoff for 'File Type Editor' and 'Customize Styles' dialogs (966bfbc)
- Missing selectedTabIndex preference for selected pane (5fc01af)
- Our scrollbox buttons 'on right side' are missing when Firefox starts in overflow state (78385a8)
- Overflow indicator position when both scroll buttons are on the right side (c8a0317)
- Partly fix - pending tabs opened from bookmarks restores from cache (#184) (13a6dde)
- Preferences window content cutoff for some non-English languages (closes #213) (38cff0d)
- Regression from commit f70e4b9, dropped link open new tab (5a50022)
- Wrong tab title when we replace last tab with 'about:newtab' (301365f)
Refactor
- Simplify our openLinkIn wrapper after bug 1817443 landed (cfe3d2d)
- Update _notifyBackgroundTab function - light up right scroll button when new tab open out of view (closes #210) (4a82226)
Style
- Replace up arrow in preferences button (f1cbf80)
Maintenance
- Add lint-staged and commitlint (c4752a5)
- Follow up bug 1805694 - Simplify menulist popup layout (0e82f0c)
- Follow up bug 1808787 - Optimize drag-and-drop into tabbar with lots of tabs (f70e4b9)
- Follow up bug 1810141 - Loading URIs should be done with URI objects by default (79e7625)
- Follow up bug 1816472 - Try to remove setters for individual window size / position properties (4ed5ae0)
- Follow up bug 1817071 - Remove -moz-image-region (closes #211) (b00dc5e)
- Follow up bug 1817443 - Move openLink and friends into a module instead of utilityOverlay.js (cf512a7)
- Follow up bug 1820534 - Move front-end to modern flexbox (485b86a)
- Update isVersion function to support LibreWolf (70cd078)