Skip to content

Latest commit

 

History

History
63 lines (43 loc) · 5.47 KB

CHANGELOG.md

File metadata and controls

63 lines (43 loc) · 5.47 KB

Changelog

0.14.0 (2021-10-03)

Features

  • ci: add debug build workflow (2780dba)
  • ci: pin golangci-lint version (8f7131e)
  • ci: test before release please, and only run extra tests on develop and pull request (cd5771f)
  • ci: use GITHUB_TOKEN for release please (608504b)
  • create cache directory on startup (f3bc3ae), closes #127
  • encode: add hi-gain RG and upsampling support (616b152)
  • encode: add mime-type headers to cache handlers (4109b5b)
  • encode: use "true" (unconstrained) VBR for Opus profiles (b9f8ea7)
  • jukebox: reduce complexity and update dependencies (#154) (3938136)
  • support filter by genre in browse by folder mode (b56f00e)
  • support filter by year in browse by folder mode (6e2d4f7)
  • Support WMA files, including those with embedded album art (#143) (7100b2b)

Bug Fixes

  • build: add zlib (ccc0e3c)
  • ci: remove deprecated linters (3382af7)
  • ci: trim short hash (6f26974)
  • docs: update ubuntu / systemd service instructions (ef6dd6c), closes #126
  • encode: Strip EBU R128 gain tags when using forced-RG transcoding (#145) (5444d40)
  • return early before type switch in ServeStream (212a133), closes #152
  • scanner: refactor a bit and fix the issue of repeatedly adding and removing tracks 😎 (93608d0), closes #26 #63
  • scanner: spawn interval scans in a goroutine (c0ca6aa), closes #63
  • scanner: update changed cover files when scanning (f50817a), closes #158
  • show "gonic" not version in --help (3cf3bda)
  • trim newlines when rendering flag values (4637cf7)

0.13.1 (2021-05-08)

Bug Fixes

  • docker: bump alpine / go (1f941b2)

0.13.0 (2021-05-08)

⚠ BREAKING CHANGES

  • subsonic: don't return gonic version from responses
  • bump to go1.16 and embed version

Features

  • bump to go1.16 and embed version (6f15589)
  • ci: arm builds, push multiple registries (0622672)
  • ci: use ghcr and auto release (c2c7eb2)
  • subsonic: don't return gonic version from responses (58624f0)

Bug Fixes

  • ci: only test on go1.16 (e9743f0)
  • don't clutter db close in main (e6b7691)
  • trim newline from version (a565008)