Skip to content

Commit

Permalink
chore: release 0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Sep 15, 2024
1 parent ac798ac commit 918ab67
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

## [0.17.0](https://github.com/sentriz/gonic/compare/v0.16.4...v0.17.0) (2024-09-15)


### Features

* **playlist:** assume playlists in the root dir without a user dir belong to admin ([#499](https://github.com/sentriz/gonic/issues/499)) ([f5893ea](https://github.com/sentriz/gonic/commit/f5893ea5ea4d47a82212b47e85a15d9defdc5eff))
* **scanner:** support full scan cleanups in watcher ([#496](https://github.com/sentriz/gonic/issues/496)) ([93ce039](https://github.com/sentriz/gonic/commit/93ce039963821dbfa0acec6ee9c92134ff479fcc))
* **scanner:** use wrtag/coverparse for cover selection ([453639e](https://github.com/sentriz/gonic/commit/453639ee34da28dc47f64865d490445968c23ce8)), closes [#338](https://github.com/sentriz/gonic/issues/338) [#516](https://github.com/sentriz/gonic/issues/516)
* **subsonic:** bump image cache expiration ([bbe16b7](https://github.com/sentriz/gonic/commit/bbe16b7555f1d7300f829171f73c8308ae506fd3))
* **subsonic:** expose replaygain tags ([0e45f5e](https://github.com/sentriz/gonic/commit/0e45f5e84cd650211351179edf3eed89a54c6c75))
* **transcode:** add cache pruning and config options ([bcb613c](https://github.com/sentriz/gonic/commit/bcb613c79c6a822adeafc802f19b7626bfb64009))


### Bug Fixes

* **admin:** better handing of resolve proxy path escaping ([7b21e82](https://github.com/sentriz/gonic/commit/7b21e82aaf511d36300fd9cf2dae32a1196a4f77)), closes [#493](https://github.com/sentriz/gonic/issues/493)
* **ci:** bump golangci-lint ([640d872](https://github.com/sentriz/gonic/commit/640d872f4c66d21b760590ae9413cc5b63b53cb6))
* **ci:** ignore gosec integer overflow conversion ([120fd79](https://github.com/sentriz/gonic/commit/120fd7959a8e360fdccc6bd1a47e8cc7ebdbb0d4))
* **dockerfile:** install abuild key ([#526](https://github.com/sentriz/gonic/issues/526)) ([fb36dbf](https://github.com/sentriz/gonic/commit/fb36dbf71991424879be85950ab508bcdf653902))
* **playlist:** fix non-admin users not being able to create playlists ([#524](https://github.com/sentriz/gonic/issues/524)) ([ac798ac](https://github.com/sentriz/gonic/commit/ac798ac2d2cdf936b653577d9acd4b7d1e22ecaf))
* **taglib:** support lower case filenames again ([8a0fa05](https://github.com/sentriz/gonic/commit/8a0fa05c7cdcb98066c263fea72af0715864bea5)), closes [#491](https://github.com/sentriz/gonic/issues/491)

### [0.16.4](https://github.com/sentriz/gonic/compare/v0.16.3...v0.16.4) (2024-03-20)


Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.16.4
0.17.0

0 comments on commit 918ab67

Please sign in to comment.