Skip to content

v1.0.0-pre.14

Pre-release
Pre-release
Compare
Choose a tag to compare
@onemen onemen released this 14 Mar 15:48
· 84 commits to main since this release

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