Skip to content

Releases: cdrani/chorus

v1.24.0

29 Jul 21:24
Compare
Choose a tag to compare

1.24.0 (2024-07-29)

Features

Bug Fixes

v1.23.3

02 Jun 06:30
Compare
Choose a tag to compare

1.23.3 (2024-06-02)

Bug Fixes

  • create click outside util function to hide ui (#231) (daa0486)

v1.23.2

30 May 19:20
Compare
Choose a tag to compare

1.23.2 (2024-05-30)

Bug Fixes

  • ensure heart btn click checks on track id (6dd7708)

v1.23.1

30 May 05:35
Compare
Choose a tag to compare

1.23.1 (2024-05-30)

Bug Fixes

  • popup heart not in sync with app (bc84d6e)

v1.23.0

30 May 01:29
Compare
Choose a tag to compare

1.23.0 (2024-05-30)

Features

Bug Fixes

  • now playing like/unlike (#229) (7aceed7)
  • reset selected reverb effect bg on hide (74460f0)
  • reverb dropdown event listeners not triggered (e58745d)

v1.22.3

27 May 16:38
Compare
Choose a tag to compare

1.22.3 (2024-05-27)

Bug Fixes

  • chunk file generation for Windows: ensure [name]-[hash].js naming (#218) (fc940df)
  • impulse reverb effect not being applied (#222) (ce3a191)
  • retrieving store values causes update (#224) (9ddb88d)
  • set default isSkipped to false (a6cb5c6)

v1.22.2

17 May 07:56
Compare
Choose a tag to compare

1.22.2 (2024-05-17)

Bug Fixes

  • ensure only dist contents included in zipped files (694334b)

v1.22.1

17 May 07:48
Compare
Choose a tag to compare

1.22.1 (2024-05-17)

Bug Fixes

  • update release to use build output to create zipped packages (8ddd5bc)

v1.22.0

16 May 21:06
Compare
Choose a tag to compare

1.22.0 (2024-05-16)

Features

  • add optional connection_id to request header (e295e78)
  • add queue service to set & get user queue (f567b8b)
  • clear queue observer if queue not visible (de28543)
  • get and set updated queue w/o blocked tracks (78cd6d4)
  • get blocked tracks from store (3d87fda)
  • listen for queue set & get messages (14b7aa1)
  • Queue model to get tracks in queue (d0da40a)
  • QueueObserver to refresh queue on mutations (cde43a6)
  • refresh queue on tracklist item block (e6024a3)
  • save connection_id value in store (ed15c7c)

Bug Fixes

  • early return cache data if value object empty (58add6c)
  • early return current track if it exists (2b06897)
  • ensure song has id on tracklist track init (ec5be0b)
  • ensure url exists on share else show error (078c960)
  • get track from store before tracklist init (0924ad5)
  • return full track url in getTrackId (acba35d)
  • shared track not playable (cac964d)
  • undefined cover or artist values on tracklist (2c1b417)

v1.21.3

12 May 18:48
Compare
Choose a tag to compare

1.21.3 (2024-05-12)

Fixes

  • blocked song plays muted instead of skipped