v2.6.0
Changes
π Enhancements
- Support for multiple playlist folders @Borewit (#93)
- Add "Open in Explorer" for playlists @Borewit (#61)
π¨ Improvements
π Bug Fixes
- Closes playlist editor upon deletion from playlist directory component. @Borewit (#92)
- Fix
NullPointerException
inPlaylistEditCtrl
@Borewit (#89) - Fix
isModified
flag in playlist @Borewit (#90) - Fix progress bar @Borewit (#85)
- Fix reading UTF16-LE & UTF-16-BE encoded M3U files @Borewit (#82)
- Fix Exception thrown opening folder in "Playlist Directory" @Borewit (#76)
- Fix NullPointer exception when running Deep-fix button. @Borewit (#72)
π§ Under the hood
- Improve logging @Borewit (#95)
- Fix reading WPL playlists @Borewit (#86)
- Remove code duplication between M3UReader & WPLReader @Borewit (#78)
- Refactor playlist writers with logging @Borewit (#47)
β¬οΈ Dependencies
- Update dependencies:
javafx-gradle-plugin
0.0.13 &io.github.fvarrui:javapackager
1.7.0 @Borewit (#32) - Replace jar for JFontChooser with
com.rover12421.opensource:JFontChoose:1.0.5-3
@Borewit (#52) - Eliminate
com.jidesoft:jide-components
dependency @Borewit (#51)
ποΈ Remarks
Special thanks to @touwys for extensive testing after nearly every change