Skip to content

Releases: blackcandy-org/blackcandy

v3.0.0

31 May 15:01
584b18a
Compare
Choose a tag to compare

Hi, It's been a long time since the last stable release. Thank you to everyone who tried and gave feedback on the edge version of Black Candy. You helped a lot with this release.

There are a lot of improvements since v2. Most importantly, the official Black Candy mobile apps are finally released with Black Candy v3. You can go to the README to see download options.

If you upgrade from v2 release, please check V3 upgrade guide to upgrade.

If you upgrade from edge release, please check Edge upgrade guide to upgrade to stable v3.

Full Changelog: v2.1.1...v3.0.0

v2.1.1

09 Aug 06:32
Compare
Choose a tag to compare

What's Changed

Improved

Fixed

  • Fix docker compose file for v2 by @gemmaro in #185
  • Fix can not persist cookies on non-HTTPS environment

New Contributors

Full Changelog: v2.1.0...v2.1.1

v2.1.0

15 Jul 02:43
Compare
Choose a tag to compare

What's Changed

New

Improved

Fixed

New Contributors

Full Changelog: v2.0.1...v2.1.0

v2.0.1

17 Jan 08:46
Compare
Choose a tag to compare

What's Changed

Fixed

  • Fix error of can not found SECRET_KEY_BASE on worker by @aidewoode in #122

Full Changelog: v2.0.0...v2.0.1

v2.0.0

31 Dec 08:43
Compare
Choose a tag to compare

What's Changed

New

  • Add support for Media Session API by @aidewoode in #79
  • Add new search page.
  • Add setting for transcode bitrate.
  • Add support for cache of transcode.
  • Add setting of allow transcode lossless format media.

Improved

  • Replace Turbolink to Turbo, and adopt Hotwire approach by @aidewoode in #93
  • Upgrade Rails to 7.0 by @aidewoode in #116
  • Add system test and increase test coverage.
  • Upgrade Stimulus to 3.0.
  • Use Standard Ruby style guide for code.

Fixed

New Contributors

Full Changelog: v1.3.0...v2.0.0

v1.3.0

01 Feb 10:16
Compare
Choose a tag to compare

What's Changed

New

  • Add sortable playlist

Improved

  • Upgrade Ruby to 2.7
  • Upgrade Rails to 6.1
  • Upgrade Stimulus to 2.0
  • Update rubocop style config
  • Avoid use instance variable in partial view and use full path in render

Fixed

  • Fix mini player position not fixed at the bottom in small screens with sort content

Full Changelog: v1.2.0...v1.3.0

v1.2.0

09 Nov 08:27
Compare
Choose a tag to compare

What's Changed

New

  • Add support for various artists album
  • Add blurry album image as background on player
  • Add support for set artist and album image manually

Improved

  • Use ITCSS structure to refactor all css code
  • Replace gem rails-settings-cached with pg hstore
  • Use nix to build dev environment
  • Support docker multi-platform builds

Fixed

  • Fix redirect issue for 404 and 403 page

Full Changelog: v1.1.1...v1.2.0

v1.1.1

16 Jul 12:39
Compare
Choose a tag to compare

What's Changed

New

  • Add support for oga and wma formats

Improved

  • Use wahwah to replace taglib-ruby
  • Remove the environment variables required for installation

Full Changelog: v1.1.0...v1.1.1

v1.1.0

31 May 09:46
Compare
Choose a tag to compare

What's Changed

Improved

  • Use pg full text search to replace pgroonga
  • Upgrade webpacker to 5.0
  • Squash docker image size
  • Use intersection observer api to replace scrollmagic on infinite scroll

Fixed

  • Fix issue for can not set right theme when user first login
  • Fix can not play song when use http range to send file on dev environment

Full Changelog: v1.0.5...v1.1.0