Skip to content

Releases: accentor/api

v0.22.0

09 Oct 15:53
Compare
Choose a tag to compare

🚀 Features

  • Precache actual files instead of storing lengths (#644) @chvp

🧰 Maintenance

  • Remove migrations that are more than 2 years old (#648) @robbevp
  • Remove obsolete check_file_attributes method (#647) @chvp
  • Remove use of codecov gem (#639) @chvp

v0.21.0

01 Sep 18:20
Compare
Choose a tag to compare

🚀 Features

  • Add optional application attribute to auth tokens (#622) @robbevp
  • Use resize_to_cover instead of resize_to_fit for all images (#618) @robbevp

🧰 Maintenance

  • Add rubocop explicitly as a dependency (#587) @chvp
  • Use explicit link to channel to fix download failure (#579) @chvp
  • Enable rails health check in routes (#565) @robbevp
  • Add ruby-lsp to development gems (#566) @robbevp

v0.20.0

20 Apr 09:52
v0.20.0
c9eff4c
Compare
Choose a tag to compare

🚀 Features

  • Add endpoint to create individual playlist items (#545) @robbevp
  • Add download action for tracks (#487) @chvp

🐛 Bug Fixes

  • Make sure that content-length header can never be deleted (#504) @chvp
  • Move recalculation of content lengths to background job (#498) @robbevp

🧰 Maintenance

v0.19.1

16 Sep 10:27
v0.19.1
ae7665b
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Fix error if tags contain null byte(s) (#471) @chvp

🧰 Maintenance

v0.19.0

06 May 15:25
v0.19.0
084c5fe
Compare
Choose a tag to compare

🚀 Features

🐛 Bug Fixes

  • Make sure we return all genres when filtering tracks by genre (#430) @robbevp
  • Pin install-nix-action to specific commit (#418) @robbevp

🧰 Maintenance

v0.18.2

14 Jan 12:14
v0.18.2
d32d49e
Compare
Choose a tag to compare

🚀 Features

  • Cache activestorage images forever (#359) @chvp

🐛 Bug Fixes

  • Don't fail on duplicate genre in tag (#412) @chvp
  • Always return some date in rescan runner (#371) @chvp
  • Return error when creating double playlist items (#352) @robbevp

🧰 Maintenance

v0.18.1

30 Jun 17:55
v0.18.1
18470a3
Compare
Choose a tag to compare

Placeholder release to fix version number in flake.nix.

v0.18.0

30 Jun 17:29
v0.18.0
b90a63e
Compare
Choose a tag to compare

🚀 Features

v0.17.3

21 Jun 16:40
v0.17.3
4722a2d
Compare
Choose a tag to compare

🐛 Bug Fixes

🧰 Maintenance

  • Fix pg:start when there is no DB yet (#344) @chvp
  • Add command to auto-update Gemfile.lock and gemset.nix (#339) @robbevp
  • Attribute automated commits to accentor bot (#338) @robbevp
  • Add actions to update flake.lock and build derivations (#336) @chvp

v0.17.2

30 Apr 10:47
v0.17.2
0be26bc
Compare
Choose a tag to compare

🐛 Bug Fixes

🧰 Maintenance

  • Add nix flake with devshell and package (#324) @robbevp
  • Allow database_host to be specified through ENV var (#319) @robbevp