Skip to content

Latest commit

 

History

History
58 lines (30 loc) · 1.19 KB

CHANGELOG.md

File metadata and controls

58 lines (30 loc) · 1.19 KB

Changelog

All notable changes to this project will be documented in this file.

Updated dependencies to remove unneeded dependencies.

2024-10-01

Added

Changed

Removed

Fixed

Contributors

Fixed example in README.md.

2024-06-18

Added

Changed

Removed

Fixed

  • Example code in README.md.

Contributors

Added --pvt option to create .pvt Live Photo packages.

2024-06-17

Added

  • --pvt option to CLI to create .pvt packages from photo and video pairs. This is useful for creating Live Photos that can be shared via AirDrop or other methods that may not preserve the Live Photo metadata. This method does not modify the original photo and video files.
  • save_live_photo_pair_as_pvt() function for creating a .pvt package from a photo and video pair.

Changed

Removed

Fixed

Contributors

  • @am1006 @am1006 for adding the --pvt option to the CLI.