v1.21.1
1.21.1 (2024-07-05)
✨ New Features
🐛 Bug Fixes
- Links wont open to new tab if you put address in address field (PR #300 by @onemen) (
ebb8d60
) - Urls from History menu opens in the wrong window (closes #304) (
f862b0b
) - Firefox 126 context menus are messed up (closes #295) (
459a4ec
) - Left clicking on link open the link twice and set the focus on the new tab (closes #306) (
1fa7213
) - ReferenceError: Tabmix is not defined, when calling Tabmix.isAltKey in numberinput.js (
f93c938
) - Uncaught TypeError: can't access property "whereToOpenLink", lazy.BrowserUtils is undefined (
8e3c9e5
) - Update tabs count for last closed tabs count and selected tabs count (
638e544
) - The initial Ctrl+Tab tab list appears off-Center (
4e04389
) - Update to 1.21 broke reopen last closed tabs feature (closes #307) (
b09274b
)
🔧 Maintenance
- Fix lint error (
fb8fc91
) - Remove unused function (
57caa6e
) - Hide tabmix scrollbox when it no longer needed (
82d272a
) - Follow up bug 1886222 - Start reload by calling reload in the parent (
4622162
) - Follow up bug 1819675 and bug 1833522 - Expand recently closed tabs list to include all opened windows and recently closed windows (
f22faaa
) - Follow up bug 1900381 - Remove (direct) mainPopupset onpopupshowing inline event handlers (
9eddb69
) - Don't treat links with
button
class in github.com as buttons (55e3f79
) - Follow up bug 1891797 - Add ability to close duplicate tabs (
0ae27bd
)