Skip to content

Latest commit

 

History

History
96 lines (63 loc) · 4.07 KB

File metadata and controls

96 lines (63 loc) · 4.07 KB

0.2.1 - 2025-05-16

What's Changed

  • 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

Changes

0.2.0 - 2024-08-30

What's Changed

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

🛠️ Fix and changes

  • Library:

    • n_tracks and n_playlists attributes removed.
    • playlist_folders attribute added: contains all playlist folders with the Playlist Persistent ID as key.
  • Playlist:

    • folder_id attribute added.
    • n_tracks attribute removed.
  • Track: episode_date attribute removed.

📐 Minor changes

  • Library: get_tracks, get_playlist and multi_tag set as private (__get_tracks / __get_playlist / __multi_tag).

📄 Documentation

  • 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)

Changes

0.1.1 - 2024-08-20

What's Changed

Fix regarding the "Grouping" tag, not used by everyone on every track. See the following MR for details.

🏷️ Not everyone uses the “Grouping” tag... by @Dyl-M in #11

🛠️ Important fix

  • Track.grouping set as None if "Grouping" tag is not filled.

📐 Minor changes

  • Adding the dev branch 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)

📄 Documentation / README

  • New badges for Unit Tests and Badges
  • New badge for package version (PyPi)
  • Code from __sandbox.py used for "Usage" section for now.

Changes

0.1.0 - 2024-08-20

What's Changed

  • This is the very first version of the project, with the first test publication on PyPi.
  • Most of the major changes between libpytunes and this publication have been made with the following merge:

    "🐝🐍 This is the beginning. by @Dyl-M in #6"

"New" Contributors

Changes