Skip to content

v2.6.0

Compare
Choose a tag to compare
@Borewit Borewit released this 17 Feb 16:56
· 154 commits to main since this release
d0c102c

Changes

πŸš€ Enhancements

🎨 Improvements

  • Improve rename file in playlist directory @Borewit (#87)

πŸ› Bug Fixes

  • Closes playlist editor upon deletion from playlist directory component. @Borewit (#92)
  • Fix NullPointerException in PlaylistEditCtrl @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

⬆️ 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