Skip to content

Commit

Permalink
add: change log
Browse files Browse the repository at this point in the history
  • Loading branch information
whatphilipcodes committed Sep 30, 2024
1 parent 2ed6788 commit a851550
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## Unreleased

### Fixed

- `exclude_extra_fields`: A typo that prevented exclude configurations from being applied correctly

## [0.19.2] 2024-08-04

### Fixed
Expand Down Expand Up @@ -42,18 +46,21 @@
### Updated

- `album`:

- handle some edge cases when string **EP** or **LP** is followed with data relevant to
the album
- do not remove artist or label when it is preceded by **` x `** or followed by characters
- do not remove artist or label when it is preceded by **`x`** or followed by characters
**`'`**, **`_`** and **`&`**, or words **EP**, **LP** and **deluxe**
- handle apostrophes more reliably
- Do not remove **VA** or **V/A** from the beginning when followed by a word or a number

- `album` / `title`:

- Remove **`Various -`** from album and track names
- Handle this [album sent to us by the devil himself]

- `catalognum`:

- allow catalogue numbers like **Dystopian LP01**
- parse a _range_ of catalogue numbers when it is present, for example
**TFT013SR - TFT-016SR**
Expand Down

0 comments on commit a851550

Please sign in to comment.