v1.2.0
This release has a faster startup time by loading the library data from a file which is saved each time a full scan is completed.
After startup, a background full scan is started asynchronously.
There is now a second type of continuous play mode called "Tag" which instead of random, will select a song sharing at least 1 tag with the current song, if one exists, falling back to random.
What's Changed
- add library persistence to csv file to speed up app startup by @wakingrufus in #11
- add TAG continuous mode by @wakingrufus in #12
Full Changelog: v1.1.0...v1.2.0