Skip to content

v0.3.0

Compare
Choose a tag to compare
@maxmilton maxmilton released this 23 Oct 04:33
· 3759 commits to master since this release

Added

  • Better handle when to open and close bookmark folders for a smoother experience.
  • Error tracking. Async and non-invasive. Since the performance impact is low it's also on by default but is easy to opt-out of.

Changed

  • Higher priority main JavaScript file loading for better load performance.
  • Better CSS minification for smaller code final size and faster browser parsing.
  • Build and development process improvements.
  • Tighter CSP than Chrome defaults for better security.
  • JavaScript bundle size reductions.
  • General code clean up.

Fixed

  • Menu animation no longer stutters.
  • Menu is a bit more usable on small screens.
  • Bug where the document is loaded multiple times due to an incorrect <img> src attribute.