Skip to content

Commit

Permalink
Move release URLs to the bottom of the changelog
Browse files Browse the repository at this point in the history
And add missing ones.
  • Loading branch information
snejus committed Oct 17, 2024
1 parent 20efda7 commit 7c8f7f0
Showing 1 changed file with 21 additions and 32 deletions.
53 changes: 21 additions & 32 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,21 +89,15 @@

- (#50) Fix art fetching functionality which has essentially been disabled until now.

[0.17.2]: https://github.com/snejus/beetcamp/releases/tag/0.17.2

## [0.17.1] 2023-05-20

[0.17.1]: https://github.com/snejus/beetcamp/releases/tag/0.17.1

### Fixed

- (#44) fix an issue with bundle media formats exclusion logic which would wrongly exclude
albums that have **bundle** in their names

## [0.17.0] 2023-05-20

[0.17.0]: https://github.com/snejus/beetcamp/releases/tag/0.17.0

### Added

- `album`:
Expand Down Expand Up @@ -159,8 +153,6 @@

## [0.16.3] 2023-02-13

[0.16.3]: https://github.com/snejus/beetcamp/releases/tag/0.16.3

### Fixed

- (#41) fix `re.error: nothing to repeat` caused by missing regex escape
Expand Down Expand Up @@ -200,8 +192,6 @@

## [0.16.2] 2022-12-28

[0.16.2]: https://github.com/snejus/beetcamp/releases/tag/0.16.2

### Fixed

- (#40) Improve overall search reliability (#37) and handle alternative domain names, thanks @shagr4th.
Expand All @@ -212,8 +202,6 @@

## [0.16.1] 2022-12-17

[0.16.1]: https://github.com/snejus/beetcamp/releases/tag/0.16.1

### Fixed

- (#36) Fix bug with some URLs
Expand All @@ -237,8 +225,6 @@

## [0.16.0] 2022-08-19

[0.16.0]: https://github.com/snejus/beetcamp/releases/tag/0.16.0

### Fixed

- (#34) Handle URLs like `https://bandcamp.materiacollective.com`, thanks @Serene-Arc
Expand Down Expand Up @@ -271,8 +257,6 @@

## [0.15.1] 2022-06-19

[0.15.1]: https://github.com/snejus/beetcamp/releases/tag/0.15.1

### Deprecations

- Python 3.6 support will end with the next non-patch version update.
Expand All @@ -296,8 +280,6 @@

## [0.15.0] 2022-05-16

[0.15.0]: https://github.com/snejus/beetcamp/releases/tag/0.15.0

### Added

- search:
Expand Down Expand Up @@ -453,24 +435,18 @@
- Remove **EP** or **LP** from the beginning more reliably
- Only remove **VA** if album name starts or ends with it

[0.14.0]: https://github.com/snejus/beetcamp/releases/tag/0.14.0

## [0.13.2] 2022-04-03

### Fixed

- Fixed importing of officially purchased Bandcamp tracks which have **Visit {label_url}** in their `COMMENT` field (at least for FLAC files) when the album name does not contain a single ASCII alphanumeric character. We here use the album name to guess the release url, and in this case the plugin has previously been failing to take into account this edge case and failed the import process immediately.

[0.13.2]: https://github.com/snejus/beetcamp/releases/tag/0.13.2

## [0.13.1] 2022-04-03

### Fixed

- search: changes introduced in [0.13.0] broke searching functionality for `python 3.6-3.8` due to changes in the built-in `difflib` library. This has been fixed and tests for the searching logic are now added. Thanks to @emanuele-virgillito for reporting the issue.

[0.13.1]: https://github.com/snejus/beetcamp/releases/tag/0.13.1

## [0.13.0] 2022-03-22

### Added
Expand Down Expand Up @@ -552,8 +528,6 @@
- Clarified that `preferred_media` should include **Digital Media** (not **Digital**) in
the README.
[0.13.0]: https://github.com/snejus/beetcamp/releases/tag/0.13.0
## [0.12.0] 2022-02-10
### Added
Expand Down Expand Up @@ -616,8 +590,6 @@

[tracklist]: https://scumcllctv.bandcamp.com/album/scum002-arcadia
[title format specification]: https://beta.musicbrainz.org/doc/Style/Titles
[0.12.0]: https://github.com/snejus/beetcamp/releases/tag/0.12.0

## [0.11.0] 2021-11-12

### Added
Expand Down Expand Up @@ -682,8 +654,6 @@
data - this is now handled gracefully.
[musicbrainz genres]: https://beta.musicbrainz.org/genres
[0.11.0]: https://github.com/snejus/beetcamp/releases/tag/0.11.0
## [0.10.1] 2021-09-13
### Fixed
Expand All @@ -706,8 +676,6 @@ Thanks @arogl for reporting each of the above!
- `label: Mike`
- `album: Mike's Creations`
[0.10.1]: https://github.com/snejus/beetcamp/releases/tag/0.10.1
## [0.10.0] 2021-09-10
### Fixed
Expand Down Expand Up @@ -1129,3 +1097,24 @@ Thanks @arogl for reporting each of the above!
finds a good fit and won't continue further (same as the musicbrainz autotagger)
- Extended the parsing functionality with data like catalog number, label,
country etc. The full list is given in the readme.
[0.10.1]: https://github.com/snejus/beetcamp/releases/tag/0.10.1
[0.11.0]: https://github.com/snejus/beetcamp/releases/tag/0.11.0
[0.12.0]: https://github.com/snejus/beetcamp/releases/tag/0.12.0
[0.13.0]: https://github.com/snejus/beetcamp/releases/tag/0.13.0
[0.13.1]: https://github.com/snejus/beetcamp/releases/tag/0.13.1
[0.13.2]: https://github.com/snejus/beetcamp/releases/tag/0.13.2
[0.14.0]: https://github.com/snejus/beetcamp/releases/tag/0.14.0
[0.15.0]: https://github.com/snejus/beetcamp/releases/tag/0.15.0
[0.15.1]: https://github.com/snejus/beetcamp/releases/tag/0.15.1
[0.16.0]: https://github.com/snejus/beetcamp/releases/tag/0.16.0
[0.16.1]: https://github.com/snejus/beetcamp/releases/tag/0.16.1
[0.16.2]: https://github.com/snejus/beetcamp/releases/tag/0.16.2
[0.16.3]: https://github.com/snejus/beetcamp/releases/tag/0.16.3
[0.17.0]: https://github.com/snejus/beetcamp/releases/tag/0.17.0
[0.17.1]: https://github.com/snejus/beetcamp/releases/tag/0.17.1
[0.17.2]: https://github.com/snejus/beetcamp/releases/tag/0.17.2
[0.18.0]: https://github.com/snejus/beetcamp/releases/tag/0.18.0
[0.19.0]: https://github.com/snejus/beetcamp/releases/tag/0.19.0
[0.19.1]: https://github.com/snejus/beetcamp/releases/tag/0.19.1
[0.19.2]: https://github.com/snejus/beetcamp/releases/tag/0.19.2

0 comments on commit 7c8f7f0

Please sign in to comment.