Releases: themagiulio/bandcamp-desktop
Bandcamp Desktop v2.3.0
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
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
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
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
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
Bug Fix
- Fixed a bug which prevented resizing mainWindow
- Built-in music widget
Bandcamp Desktop v2.0 BETA 1
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
- Download node.js.
- Enter in the software folder and run
npm install
. - Edit what you want.
- Run
npm start
.
Install Instructions
- Edit the build script in
package.json
and set your current OS. - 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
You can easily install Bandcamp Desktop on your computer using this msi installer.
Thanks to @jeanluchayes for building the installer.