Skip to content

Commit

Permalink
Merge branch 'release-0.2.3.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
Otiel committed Dec 17, 2018
2 parents e1c9000 + ee01742 commit b3f1141
Show file tree
Hide file tree
Showing 66 changed files with 850 additions and 797 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# 0.2.3.0

## New features

* Added an option to disable notifications sound (off by default). [#71](https://github.com/Otiel/BandcampDownloader/issues/71)

## Bug fixes

* Fixed race condition [#54](https://github.com/Otiel/BandcampDownloader/issues/54) that would make the program crash when downloading two albums with the same name.
* Fixed issue with albums name too long to be supported by Windows.

# 0.2.2.0

## New features
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ This repository follows [git flow](https://nvie.com/posts/a-successful-git-branc

## Commits

Please follow the [commit message conventions](/Docs/commits-conventions.md).
Please follow the [commit message conventions](/docs/commits-conventions.md).
14 changes: 9 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# ![Logo](Docs/Cloud.png) Bandcamp Downloader
# ![Logo](docs/images/Cloud.png) Bandcamp Downloader

[![Download](Docs/DownloadButton.png)](https://github.com/Otiel/BandcampDownloader/releases/latest)
<p align="center">
<a href="https://github.com/Otiel/BandcampDownloader/releases/latest"><img alt="Download" src="docs/images/DownloadButton.png"></a>
</p>

## Description

_BandcampDownloader_ is a Windows application written in C# (targeting .NET Framework 4.5.2) that helps downloading albums from [bandcamp.com](https://bandcamp.com). _BandcampDownloader_ retrieves the 128 kbps MP3 files that are streamed on the website.
BandcampDownloader is a Windows application that helps downloading albums from [bandcamp.com](https://bandcamp.com) by retrieving the 128 kbps MP3 files streamed on the website. Its goal isn't to pirate albums, but simply to make life easier for those who prefer to listen to music on their favorite player.

## Features

Expand All @@ -21,15 +23,17 @@ _BandcampDownloader_ is a Windows application written in C# (targeting .NET Fram

## Screenshot

![Screenshot](Docs/Screenshot.png)
<p align="center">
<img alt="Screenshot" src="docs/images/Screenshot.png">
</p>

## Release notes

See the [changelog](CHANGELOG.md).

## License

_BandcampDownloader_ is licensed under the MIT license - see the [LICENSE](LICENSE) file for details.
BandcampDownloader is licensed under the MIT license - see the [LICENSE](LICENSE) file for details.

## Credits

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@

### Allowed `<type>` values:


Type | Release | Description | Changelog
---------|---------|-------------|----------
feat | `minor` | New feature or enhancement (for the user - not a new feature for a build script). | Visible
Expand Down
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
x:Class="BandcampDownloader.App"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
StartupUri="Windows/WindowMain.xaml">
StartupUri="UI/Dialogs/WindowMain.xaml">
</Application>
File renamed without changes.
Loading

0 comments on commit b3f1141

Please sign in to comment.