Skip to content

Releases: bamdadfr/bandcamp-plus--extension

v3.3.1

26 Mar 15:49
Compare
Choose a tag to compare

3.3.1 (2024-03-26)

Bug Fixes

  • App: Migrate to v3 for chrome + Remove background script (acbd754)

v3.3.0

21 Mar 00:22
Compare
Choose a tag to compare

3.3.0 (2024-03-21)

Bug Fixes

  • App: Add jsdom env for jest (416a9ed)
  • App: Add prettier configuration (cc6fef2)
  • BandcampFacade: Improve selection of track rows (bf9ec40), closes #226
  • CD: Update workflows (3518387)
  • README: Update README (bf37548)
  • Rename bin folder to build (d612630)
  • Trim copied text. Fixes #224 (bdd7020)

Features

  • App: Add manifest v3 for chrome + Misc (1250cc0)

Performance Improvements

  • App: Replace yarn with pnpm (eaedaae)

v3.2.4

06 Sep 13:10
Compare
Choose a tag to compare

3.2.4 (2022-09-06)

Bug Fixes

  • Firefox: Replace window.content.fetch with content.fetch (1a43ae6), closes #159
  • NPM: Update to latest (7ab5510)

v3.2.3

26 Apr 10:08
Compare
Choose a tag to compare

3.2.3 (2022-04-26)

Bug Fixes

  • Colors: Check for the contrast for fill color (4423f63)
  • Track: Add translation to the left to prevent overlap with buy link (839d55c)
  • Track: Ignore tracks without links (5d79e43)
  • Track: Improve wishlist icon position (c8743cd)

v3.2.2

25 Apr 08:16
Compare
Choose a tag to compare

3.2.2 (2022-04-25)

Bug Fixes

  • Heart: Inject dynamic fill color to ensure contrast ratio (526e06e)

Performance Improvements

  • Bandcamp: Reduce expense of DOM traversals by returning stored values (b9c39c9)

v3.2.1

24 Apr 22:02
Compare
Choose a tag to compare

3.2.1 (2022-04-24)

Bug Fixes

  • Firefox: Use window.content.fetch to build a successful request + Use cross-name token ref_token + Closes #104 (5af8e9f)

v3.2.0

24 Apr 20:50
Compare
Choose a tag to compare

3.2.0 (2022-04-24)

Bug Fixes

  • Album: Prevent any action if user is not logged in (56405d1)
  • Prevent new wishlist feature to be initialized if user is not logged in + Various code merge and clean (9d6d98e)

Features

  • Add R, Shift + R, Shift + ↑ and Shift + ↓ keyboard bindings + Improve code separation and readability (168d5ad)
  • User can add a single track to wishlist from an album page, very raw solution at the moment + Move startup script to its own class (57aa4b5), closes #104

v3.1.2

24 Apr 15:49
Compare
Choose a tag to compare

3.1.2 (2022-04-24)

Bug Fixes

  • Bandcamp: Verify element existence before applying rules (8c293e1)

v3.1.1

23 Apr 08:50
Compare
Choose a tag to compare

3.1.1 (2022-04-23)

Bug Fixes

  • Keyboard: Use key prop instead of code to actually use the character pressed by the user (different keyboard layouts) (a616404), closes #104

v3.1.0

23 Apr 00:57
Compare
Choose a tag to compare

3.1.0 (2022-04-23)

Features

  • Keyboard: Add toggle wishlist with W (14773a0), closes #104