Releases: wakingrufus/JaMM
Releases · wakingrufus/JaMM
v1.7.0
v1.6.2
fix modules (#21)
v1.6.1
upgrade beryx plugin for jdk19 compat (#20)
v1.6.0
remove csv library (#19) improve tagging UI upgrade to javafx 21 upgrade pgradle plugins upgrade to kotlin 1.8
v1.5.0
sync playcounts from last.fm (#17)
v1.4.0
track play counts (#16) better incremental library updates
v1.3.0
What's Changed
- improve album artist view for artists with many albums by @wakingrufus in #15
Full Changelog: v1.2.2...v1.3.0
v1.2.2
What's Changed
- Allow shuffle sorting of the album list by @wakingrufus in #14
- improve library refreshes to not lose selection in album view and tag view
Full Changelog: v1.2.1...v1.2.2
v1.2.1
What's Changed
- fix tag view not refreshing after loads by @wakingrufus in #13
Full Changelog: v1.2.0...v1.2.1
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