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 25e4365 commit 740d6e0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,18 +51,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 740d6e0

Please sign in to comment.