Skip to content

Releases: themagiulio/bandcamp-desktop

Bandcamp Desktop v2.3.0

11 Nov 23:58
Compare
Choose a tag to compare

Changelog

  • A new Music Player with Audio Controls has been added. It's selected by default, you can switch to the old Widget Player by unchecking the "Bandcamp Desktop Player" under "File" in the app menu.
  • Mac OS Releases will be published as tar.gz in order to be built from other OS too.

Bandcamp Desktop v2.2.0

09 Sep 15:06
Compare
Choose a tag to compare

Changelog

  • The Download Manager will show a progressbar while your music is being downloaded and extracted.
    Moreover, it will create a subfolder into the main download folder for every album/ep/song you will download.
  • The Search section has been moved under the File menu item.

Bandcamp Desktop v2.1.0

04 Sep 09:03
Compare
Choose a tag to compare

Changelog

  • From now on the app will store your window's state, so if you resize it the window will look the same on the next start.

Bandcamp Desktop v2.0

08 Aug 18:30
Compare
Choose a tag to compare

Important announcement

The whole software has been recoded in order to make a crossplatform app.
The new version (v2.0.0) of Bandcamp Desktop is built using electron and that's really advantageous!

The stable release has now been published, but there's a problem.
The best way to build & deploy an electron app for every platform is using a mac. Unfortunally my so is updated to 10.13.6, for that reason I had to use an old version of electron-builder (the package which let you to build electron apps), since the last version works only with 10.15. As you know, using old versions of packages is not a good thing... For that reason, if you can build the app using the updated package, your help will be accepted!

Bandcamp Desktop v2.0 BETA 3

03 Aug 14:48
Compare
Choose a tag to compare
Pre-release

Changelog

  • Directly download music from Bandcamp (Ctrl + L to open the Download Folder).
  • Link to search by filters in header menu (Ctrl + F to open it).

Bug Fix

  • mainWindow's title is now static.
  • Open non-Bandcamp urls in default browser.
  • Better About message.

Bandcamp Desktop v2.0 BETA 2

01 Aug 04:38
Compare
Choose a tag to compare
Pre-release

Bug Fix

  • Fixed a bug which prevented resizing mainWindow
  • Built-in music widget

Bandcamp Desktop v2.0 BETA 1

31 Jul 15:50
Compare
Choose a tag to compare
Pre-release

Important announcement

The whole software has been recoded in order to make a crossplatform app.
The new version (v2.0.0) of Bandcamp Desktop is built using electron and that's really advantageous!

This version will be published as a Stable Release after some test and bug fixes. Currently you can only download the source code and compile it on your own.

Build Instructions

  1. Download node.js.
  2. Enter in the software folder and run npm install.
  3. Edit what you want.
  4. Run npm start.

Install Instructions

  1. Edit the build script in package.json and set your current OS.
  2. Run npm run-script build.

Note: if you fork themagiulio/bandcamp-desktop you need to change the repository in package.json in order to deploy a new version (using: npm run-script deploy).

Bandcamp Desktop v1.0

07 May 14:02
Compare
Choose a tag to compare

You can easily install Bandcamp Desktop on your computer using this msi installer.

Thanks to @jeanluchayes for building the installer.