Skip to content

Releases: RhetTbull/osxphotos

Fix for macOS 15 Sequoia

19 Sep 02:45
bf65b15
Compare
Choose a tag to compare
v0.68.6

Release 0.68.6 (#1690)

Hot fix for unknown UTI

15 Aug 12:03
4d6500d
Compare
Choose a tag to compare
v0.68.5

Fix for unknown UTI #1643 (#1646)

Fixes of macOS 14.6 and 15.0

06 Aug 02:24
96eafe1
Compare
Choose a tag to compare
v0.68.4

Release files for 0.68.4 (#1638)

Updates for new Photos schema

04 Aug 14:19
8c8b8b7
Compare
Choose a tag to compare
v0.68.3

Release files for 0.68.3 (#1631)

Fix for import on macOS 15

16 Jun 16:25
b47393f
Compare
Choose a tag to compare
v0.68.2

Release files for v0.68.2 (#1582)

Initial Support for macOS Sequoia

12 Jun 00:24
123eaba
Compare
Choose a tag to compare

Initial Support for Sequoia

Some features not yet tested. This adds ability to read a Photos library created by Photos version 10, macOS Sequoia / 15.0.

v0.68.1 -2024-06-11

Added

  • Alpha support for macOS Sequoia dev preview.

Changed

Removed

Fixed

Contributors

Importapalooza

09 Jun 15:44
Compare
Choose a tag to compare

v0.68.0 (2024-06-08)

The Importapalooza release. This release adds a number of new features to osxphotos import to support recreating a library from an osxphotos export and improve the import experience. It also includes some minor bug fixes and improvements in other parts of the code.

To export in a form that maximizes the ability to recreate the library, I suggest at a minimum using the following options:

osxphotos export /path/to/export --sidecar xmp --export-aae`

To import and preserve as much metadata as possible, use the following options:

osxphotos import /path/to/export --exportdb /path/to/export --exportdir /path/to/export --sidecar

This will preserve metadata such as titles, captions, keywords, favorites, and albums.

Technically, the use of --sidecar is not necessary if using --exportdb which reads metadata from the osxphotos export database but I'm a belt-and-suspenders kind of person and like to have the metadata in the sidecar files as well. The sidecar files provide compatibility with other software and can be used to recover metadata if the export database is lost or corrupted (with the exception of albums which are not currently exported to sidecars).

Added

  • Added correct handling of live, edited, raw+jpeg, and burst files when importing (#1464, #1267)
  • Added --exportdb, --exportdir to read metadata for imported photos from an export created by osxphotos export.
  • Added --auto-live to automatically convert photo+video pairs to Live Photos upon import (#1399).
  • Added --favorite-rating to set favorite status for imported photos (#1373).
  • Added --signature to specify custom signature for comparing duplicates when importing (#1374).
  • Added --edited-suffix to specify custom suffix for associating edited files when importing.

Fixed

  • Apply --sidecar to edited files when importing (#1470)
  • Normalize unicode characters in album names when importing (#1475)
  • Handle missing PLModelVersion info in Photos library (#1557)

Changed

  • Add list and set methods to PhotosAlbum (#1524)
  • osxphotos import now accepts files or directories as arguments

Removed

Contributors

Bug Fixes for PlaceInfo

31 Mar 04:29
13c31d5
Compare
Choose a tag to compare

Bug Fix for Corrupted Place Info data

Fixed bug for corrupt place info data.

Added

Fixed

  • Fixed bug for corrupt place info data.
  • Fixed doc string for PhotoInfo.screenshot.
  • Fixed verbose output for export of AAE files.

Changed

Removed

Contributors

Bug Fix for Referenced Live Photos

25 Mar 03:50
d52aa29
Compare
Choose a tag to compare

Bug Fix for Referenced Live Photos

Fixed bug for missing path for referenced Live Photos.

Added

Fixed

  • Fixed bug for missing path for referenced Live Photos. (#1459)

Changed

Removed

Contributors

Combine Operator

24 Mar 16:05
f0ced12
Compare
Choose a tag to compare

Combine Operator

Adds new combine operator & to template language, ignores corrupt psi.sqlite in Photos library.

Added

  • New combine operator & to template language, (#1453)

Fixed

  • Ignore corrupt psi.sqlite in Photos library, (#1452)

Changed

Removed

Contributors