Skip to content

Version 0.8.6

Compare
Choose a tag to compare
@easymodo easymodo released this 15 Oct 07:26
· 790 commits to master since this release
  • Dramatically improved startup speed.

Core & MainWindow init (worst case scenario - windows, 5200rpm hdd):
v0.8.5 ~300ms
v0.8.6 ~25ms!

While this wasn't as much of a problem on linux, you will still see a noticeable difference.

This was achieved by using lazy initialization of many ui elements, as well as avoiding some less optimized Qt classes.

  • Added some missing hidpi icons