You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cover thumbnails are now generated with Electron's built-in image support
instead of a third-party library. They are produced 26x faster (61ms
vs 1.6s per cover, measured over 50 real covers), come out slightly
smaller, and look the same. The removed library was also the last piece of
the app that ran a JavaScript image decoder over cover art taken from your
audio files — which is arbitrary data the app doesn't control — and it
carried an unfixed advisory for exactly that situation. The app now ships
with no known vulnerable dependencies.