Bug fixes
- Web clipper doesn’t work when the app is not running
Performance improvement
I found a big bottleneck in counting notes, which has been affecting especially on Android.
It has been taking a few seconds to display note counts if you have a few thousand notes.
This version solves this bottleneck to only take 100-200ms for it.
It also affected syncing speed because the sidebar UI tries to update note counts when detecting data changes.
It will require upgrading the local database on the first launch after updating the app.