Skip to content

v6.2.0

Compare
Choose a tag to compare
@black7375 black7375 released this 18 Sep 15:12
· 651 commits to master since this release

Option

  • Autohide - Allow toolbar overlap layout shift option #457
    • userChrome.autohide.toolbar_overlap.allow_layout_shift
  • Autohide - Animation speed option #462
  :root {
    --uc-autohide-toolbar-speed: 0.25s;
    --uc-autohide-toolbar-delay: 600ms;
  }

Compatibility

  • RTL Support #387
  • Fully Color - Context menu color at FF v105 #466
  • Proton Color - Page accent color at windows #469

Bug Fixes

  • One Liner - URL View z-index efead89
  • Tab - transform for secondary label 9fd8594

Others

  • Git - gitignore 5e4aab5
  • CI - Remove unnecessary files at release #467
  • User.js - typo #464
    • New Contributor @roland-rollo