Skip to content

1.8.0

Latest
Compare
Choose a tag to compare
@broken broken released this 22 Nov 06:53

Major Changes

  • Added infinite scrolling of song search results.
  • Added description field for genres/styles.
  • Added ability to search by YouTube ID.

Changes

  • fix early disappearance of youtube sync alert
  • re-add alert if updating and it is already removed
  • fix sync of int arg changed not requiring an update
  • update calls to searchSongs with offset arg
  • search for basicGenre on song artist change
  • switch how to get filepaths due to electron 32 change
  • add infinite scrolling for song results
  • ignore single dash when searching
  • trim whitespace after removing non-ascii chars
  • remove declaration of unimplemented method
  • keep sync, but remove overwriting of blank fields
  • Revert syncing removal. Needed for saving new album.
  • do not load new genres & playlists when editing
  • fix alert msg when syncing all playlists
  • reload before edits to protect from no longer syncing
  • allow for error messages to be selectable
  • add failure alert for failing to add song to playlist
  • add ability to search by youtube id
  • log msg if unable to update song
  • removed model syncing before saving
  • remove youtube id from trashed songs
  • fix other misc warnings
  • fix hiding of overloaded virtual function
  • remove unused env variables
  • fix unecessary const return types
  • fix comparisons of different signs
  • fix more warning from missing return values
  • fix functions not returning a value
  • upgrade all package deps
  • lower padding of playlist list items
  • switch add playlist button to floating in place
  • check if song exists before clicking save
  • add ability to auto-open downloads
  • fix searching by playlist genres
  • modify description from varchar to text
  • edit description in genre-edit
  • add description to styles
  • fix song section not updating due to last mix change
  • fix spacing in common multiples alert
  • fix not being able to edit mix, and show its comments
  • do not try to delete prepared stmts on reconnect
  • set db when reconnecting mysql connection
  • update mysqlclient lib