Skip to content

v6.2.1

Compare
Choose a tag to compare
@black7375 black7375 released this 03 Oct 19:54
· 694 commits to master since this release

IMPORTANT

A typo mistake in the userChrome.compatiblity.os.linux_non_native_titlebar_button option has created a braking change.

Changed

Option

  • Typo fix: userChrome.compatiblity.os.linux_non_native_titlebar_button -> userChrome.compatibility.os.linux_non_native_titlebar_button #474
  • Padding - userChrome.padding.first_tab.always #475
  • Autohide - Sidebar speed option #462
#sidebar-box {
  --uc-autohide-sidebar-speed: 750ms;
  --uc-autohide-fullscreen-sidebar-speed: 1s;
  --uc-autohide-sidebar-delay: 600ms;
}
  • One Liner - Urlbar size custom #472
#urlbar-container {
  --uc-oneliner-urlbar-base-width: 50px;
}

Compatibility

  • Compatibility - Drag & Drop Indicator color #473
  • Compatibility - Menu color at v105 #477
  • Icons - Panel's update icon color, padding da8e4c2 19530cc
  • Tabbar Height - Makes non fixed #476
    • It may have an impact on the old browser

Bug Fixes

  • Fully Theme - Light alphen glow's hover background #459
  • One Liner - Prevent truncate url view #471
  • CI - PR's checkout #474