Skip to content

gonic v0.7.0 release

Compare
Choose a tag to compare
@sentriz sentriz released this 21 Feb 02:38
· 861 commits to master since this release
09d67e8

change since last "major"

  • query param refactor. now query params can be in the request body too
  • added logging for unfound views
  • fixed a bug in playlist item order
  • more robust playlist uploading
  • returning more "track_count" "album_count" "artist_count" etc stuff in views
  • added support for "proxy-prefix" variable for path reverse proxying
  • symlinks now are followed while scanning
  • audiobook/m4b improvments
  • implemented getPlayQueue
  • implemented setPlayQueue
  • implemented getSong
  • implemented getRandomSongs
  • implemented getArtistInfo (will return your similar artists too)
  • when requesting a json view, ids are now strings (still ints internally) to support some more clients
  • added db migrations
  • lots of bug fixes
  • lots of refactoring

also

  • did some work integrating with Sublime Music (native subsonic client for Linux, check it out)
  • transcoding very nearly on the way (thank you @spijet)