Skip to content

Commit

Permalink
update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanljones committed Oct 25, 2023
1 parent aeff1ab commit fd6e7e7
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,28 @@
New entries can now be added to the `DjmdGenre` table.
- **add new artists to the RBv6 db**
New entries can now be added to the `DjmdArtist` table.
- **add new labels to the RBv6 db**
New entries can now be added to the `DjmdLabel` table.
- **support renamed Rekordbox application directory**
The user can now specify the directory name of the Rekordbox application directory.
This supports multiple Rekordbox installations of the same major version.

### Improvements/Bug Fixes

- **de-obfuscate PSSI tag data on exported ANLZ files**
The PSSI tag data of ANLZ files that rekordbox 6 *exports* is garbled with an XOR mask.
If the first few known fields of the PSSI tag are not valid values this indicates a garbled tag
and the data is de-obfuscated.
Thank you [@troyhacks](https://github.com/troyhacks) for the de-obfuscation.
- **add disabled context manager to the RBv6 `RekordboxAgentRegistry`**
- **only re-enable RBV6 USN tracking if it was enabled**
- **don't raise error if key is in config**

### Documentation

- **Fix typo in djmdCue table documentation**
- **update quickstart documentation**


<a name="0.2.1"></a>
## [0.2.1] - 2023-10-20
Expand Down

0 comments on commit fd6e7e7

Please sign in to comment.