Skip to content
This repository has been archived by the owner on Oct 20, 2018. It is now read-only.

Latest commit

 

History

History
75 lines (37 loc) · 2.13 KB

CHANGELOG.md

File metadata and controls

75 lines (37 loc) · 2.13 KB

Change Log

Notable changes for the gmusicapi-scripts project. This project uses Semantic Versioning principles.

0.5.0 (2016-07-18)

Commits

Fixed

  • Update template_to_base_path for gmusicapi-wrapper changes. Fixes issue with using incorrect tag field.

0.4.0 (2016-06-03)

Commits

Changed

  • Update dependency versions.
  • Exit scripts on authentication failures.

0.3.0 (2016-02-29)

Commits

Added

  • Output songs to be filtered in dry-run.

Changed

  • Change --include-all to --all-includes to match parameter change in gmusicapi-wrapper.
  • Change --exclude-all to --all-excludes to match parameter change in gmusicapi-wrapper.
  • Change behavior of --max-depth=0; it now limits to the current directory level instead of being infinite recursion.

0.2.1 (2016-02-15)

Commits

Fixed

  • Use correct track number metadata key for sorting.
  • Fix delete on success check.

Changed

  • Update supported gmusicapi-wrapper versions.

0.2.0 (2016-02-13)

Commits

Added

  • Python 3 support.

Remove

  • Python 2 support.

Changed

  • Port to Python 3. Python 2 is no longer supported.

0.1.0 (2015-12-02)

Commits

  • First package release for PyPi.