0.2.1 - 2025-05-16
- Update license copyright year(s) by @Dyl-M in #18
- deps(python): update unidecode requirement from ~=1.3.8 to ~=1.4.0 in the all-dependencies group by @dependabot in #19
0.2.0 - 2024-08-30
New playlist folder handling and few documentation changes.
docs(workflow): New GH Action for CHANGELOG generation. by @Dyl-M in #12 docs(GH Pages): Init. GH Pages for documentation by @Dyl-M in #13 📄 "I ain't reading all that" (you should tho). by @Dyl-M in #14 🖌️ Wait, that's it? by @Dyl-M in #15 📁 Thanks to someone, I discover playlist folders by @Dyl-M in #16 📄 Documentation - v0.2.0 by @Dyl-M in #17
-
Library:
n_tracksandn_playlistsattributes removed.playlist_foldersattribute added: contains all playlist folders with the Playlist Persistent ID as key.
-
Playlist:
folder_idattribute added.n_tracksattribute removed.
-
Track:
episode_dateattribute removed.
- Library:
get_tracks,get_playlistandmulti_tagset as private (__get_tracks/__get_playlist/__multi_tag).
- New GH Action for CHANGELOG generation (already up before tag 0.2.0)
- README update (already up before tag 0.2.0)
- Full documentation ➡️ dyl-m.github.io/libpybee/ (already up before tag 0.2.0)
0.1.1 - 2024-08-20
Fix regarding the "Grouping" tag, not used by everyone on every track. See the following MR for details.
Track.groupingset asNoneif "Grouping" tag is not filled.
- Adding the
devbranch to trigger the Tests Workflow - Renaming existing test file + add a 2nd one
- Digits adjustement for Playlist and Track IDs (based on number of tracks)
- New badges for Unit Tests and Badges
- New badge for package version (PyPi)
- Code from __sandbox.py used for "Usage" section for now.
0.1.0 - 2024-08-20
- This is the very first version of the project, with the first test publication on PyPi.
- Most of the major changes between
libpytunesand this publication have been made with the following merge:
- @Dyl-M
- Assistance by @deepsource-autofix and @dependabot
- Previous contributors from
libpytunesare listed here