Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release 0.16.0 #370

Merged
merged 1 commit into from
Oct 9, 2023
Merged

chore: release 0.16.0 #370

merged 1 commit into from
Oct 9, 2023

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Sep 10, 2023

0.16.0 (2023-10-09)

Highlights

  • support for multi valued tags such as albumartists and genres found in audio metadata

    • this means a cleaner artist list, and the ability to find the same album by multiple artists in their respective artist pages
    • since there is no longer a direct relationship between guessed "artist dir" and album dir, a side effect of this change is that support for local artist covers on the filesystem has been dropped. however, last.fm artist images are working now
    • use a nice client like airsonic-refix for a nice experience when clicking artist names too
      image
    • see the readme for more details
  • much improved last.fm artist covers and info situation

    • full artist covers from last.fm are fetched and rendered
    • artist bio responses from last.fm are cached so visiting artist pages should be much snappier
  • playlists (including tracks and podcast episodes) are now backed by m3u files instead of the gonic database

    • this means having gonic playlists can be parsed and generated by external tools, we get import and export for free, and solves an issue of playlist entry pointers having ephemeral ids during rescans
    • (you will need to add a new playlist directory when starting gonic, the old database entries will be migrated)
  • closer integration and collaboration with the @opensubsonic project

  • many more features and fixes. see the granular changelog below

⚠ BREAKING CHANGES

  • build: bump to go 1.21
  • subsonic: drop support for guessed artist covers in filesystem
  • playlists-path option now required to start

Features

  • add .wav to list of supported audio types (#322) (ab07b87)
  • add option for /debug/vars endpoint to expose database and media stats (2a7a455), closes #372 #150
  • add support for wavpack (#380) (827baf2)
  • admin: sort transcode profile names (ae5bc2e), closes #288
  • admin: support application/x-mpegurl playlist uploads (6aa4c42), closes #282
  • admin: update stylesheet (222256c)
  • allow multi valued tag modes to be configurable (8f6610f)
  • ci: add a bunch more linters (e3dd812)
  • ci: update checkout and setup-go actions (#326) (6144ac7)
  • ci: update golangci-lint and action (#325) (85eeb86)
  • contrib: improve system related contrib files (ac74b35)
  • enable profile-guided optimization (e842b89)
  • lastfm: add user get loved tracks method (9026c9e)
  • podcast: parse podcast episode descriptions from HTML to plain text (#351) (7d2c4fb)
  • scanner: add a new option for excluding paths based on a regexp (1d38776)
  • scanner: support more cover types (906164a)
  • scanner: support non lowercase extensions like .Mp3 (d83fe56)
  • store and use m3u files on filesystem for playlists (7dc9575), closes #306 #307 #66
  • subsonic: add getOpenSubsonicExtensions endpoint and openSubsonic response key (2caee44)
  • subsonic: add support for multi-valued album artist tags (3ac7782)
  • subsonic: add support for podcast episodes in both playlists and play queues (aecee3d)
  • subsonic: cache and use lastfm responses for covers, bios, top songs (c374577)
  • subsonic: change frequent album list to use total time played per album instead of play count. (#331) (7982ffc)
  • subsonic: drop support for guessed artist covers in filesystem (657fb22)
  • subsonic: expose all album genres in a list of subsonic api (749233d)
  • subsonic: fetch artist images from lastfm opengraph (4757495), closes #295
  • subsonic: gracefully handle missing podcast episode paths when returning playlists (d5f8e23)
  • subsonic: improve search2 and search3 when there are multiple words searched on. (#335) (cbab68b)
  • subsonic: make it easier to add more tag reading backends (8382f61)
  • subsonic: order results from getStarred reverse chronologically based on star date (b3c863c)
  • subsonic: return artist cover ids for similar artists response (c15349f)
  • subsonic: scrobble to different scrobble backends in parallel (1ea2402)
  • subsonic: support timeOffset in stream.view (#384) (7eaf602)
  • subsonic: update track play stats on scrobble instead of stream (e0b1603)
  • sunsonic: expose type serverVersion in subsonic responses (b8fceae)
  • tags: support multi valued tags like albumartists (623d5c3)
  • transcode: add MP3 320 transcoding profile (#363) (a644f0f)
  • transcode: add opus 192 profile (5dcc8c1)
  • transcode: lock the destination transcode cache path (c9a2d2f)

Bug Fixes

  • admin: continue on track match error (16e6046)
  • podcasts: make sure we use safeFilename for podcast episodes too (#339) (5fb9c49)
  • podcasts: remove query parameters from URL when getting the extension (19be6f0)
  • scanner: fix watcher panic (78d0c52)
  • scanner: remove redundant mod time look up (e0a8c18), closes #293
  • subsonic: only return one bookmark entry per row in getBookmarks (efe72fc), closes #310

Miscellaneous Chores


This PR was generated with Release Please. See documentation.

@github-actions github-actions bot force-pushed the release-v0.16.0 branch 2 times, most recently from 3f09890 to 86237bb Compare September 13, 2023 20:04
@sentriz sentriz force-pushed the master branch 4 times, most recently from 22594b7 to c374577 Compare September 13, 2023 20:34
@github-actions github-actions bot force-pushed the release-v0.16.0 branch 3 times, most recently from 6b9295c to bccc761 Compare September 15, 2023 00:11
@github-actions github-actions bot force-pushed the release-v0.16.0 branch 3 times, most recently from 164772c to 874bb16 Compare September 25, 2023 11:00
@sentriz sentriz force-pushed the master branch 2 times, most recently from 2e332a4 to d203cc2 Compare September 25, 2023 18:33
@github-actions github-actions bot force-pushed the release-v0.16.0 branch 7 times, most recently from 86e2b2c to 35665d9 Compare September 28, 2023 20:20
@github-actions github-actions bot force-pushed the release-v0.16.0 branch 8 times, most recently from f2b349d to b2b027b Compare October 6, 2023 02:04
@sentriz sentriz merged commit d839959 into master Oct 9, 2023
@github-actions
Copy link
Contributor Author

github-actions bot commented Oct 9, 2023

@sentriz sentriz deleted the release-v0.16.0 branch October 10, 2023 02:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant