Skip to content

v1.2.0

Compare
Choose a tag to compare
@paulijar paulijar released this 13 May 11:15
· 1046 commits to master since this release

Added

  • Desktop notification shown when the playing song changes (with a setting to opt out)
    #828
  • Alternative compact layout for the Albums view
    #840
  • Support for Windows-style relative paths when parsing playlist files
    #845

Changed

  • Clicking the song info area on player bar now activates the playing view and scrolls to the current track (instead of just scrolling to the current track if available in the current view)
  • Ampache/Subsonic: Trim whitespace from the begin and end of search query string
  • Play icon overlay on top of album cover modified to be clearly visible both on dark and light backgrounds

Fixed

  • Details icon not being shown after a truncated album title in the Albums view
  • Errors being spammed to the log on NC18+ with PHP older than 7.4 when config.php has 'debug' => true
    #849
  • Subsonic method getPlaylist breaking if the list has any invalid tracks
    #853
  • Ampache methods returning empty result sets to Amarok which passes (invalid) argument limit=0
    #854
  • Non-ASCII characters breaking scanning if PHP has been configured to use internal encoding other than UTF-8
    #846
  • Scanning with occ breaking if option --debug given
  • Scanning not working if the allow_url_fopen is disabled in php.ini
    #763