Skip to content

Releases: RhetTbull/osxphotos

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

Bug Fixes

18 Mar 04:31
bc75e44
Compare
Choose a tag to compare

Bug Fixes

A few bug fixes; update for macOS 14.4.

Added

Fixed

  • Fix for improperly initialized export db, (#1435)
  • Fix for album still created on export when --dry-run parameter is used (#1440)
  • Attribute error during PhotoInfo.path (#1445)
  • Update macOS tested version for 14.4 (#1429)

Changed

Removed

Contributors

Hotfix

05 Mar 14:12
1565933
Compare
Choose a tag to compare

Hotfix for bug with --ramdb

Fixed

Fixed bug that prevented using Ctrl+C to cancel an export when using --ramdb

Compare Libraries

04 Mar 14:38
57a36ce
Compare
Choose a tag to compare

Compare Libraries

Adds new osxphotos compare command to compare two libraries.

Synopsis:

osxphotos compare [OPTIONS] LIBRARY1 LIBRARY2
osxphotos compare Test-13.5.1-compare-1.photoslibrary Test-13.5.1-compare-2.photoslibrary
library_a = Test-13.5.1-compare-1.photoslibrary
library_b = Test-13.5.1-compare-2.photoslibrary
in_a_not_b = 1 asset
in_b_not_a = 2 assets
in_a_and_b_same = 2 assets
in_a_and_b_different = 1 asset
osxphotos compare \
Test-13.5.1-compare-1.photoslibrary \
Test-13.5.1-compare-2.photoslibrary \
--csv --output compare.csv

Added

  • New osxphotos compare command to compare two libraries. #939

Fixed

Changed

  • osxphotos diff and osxphotos snap commands are now hidden as these are primarily for osxphotos developers or those hacking on the Photos library. To see hidden commands, use OSXPHOTOS_SHOW_HIDDEN=1 osxphotos help. #1427

Removed

Contributors

Bug Fixes

01 Mar 14:37
d113f3c
Compare
Choose a tag to compare

Bug Fixes

This release includes a few bug fixes as well as a new feature to fix photo orientation upon export.

Added

  • --fix-orientation flag to osxphotos export command to automatically adjust the orientation of exported photos to match the orientation stored in the Photos database. This is mostly useful for iPhoto libraries which do not treat orientation adjustments as edits and thus no edited image with the correct orientation is created. #1396

Fixed

  • Unified the fingerprint code for sync and import which improves reliability and makes it possible to implement the osxphotos compare command. #1389
  • If a path is invalid in the osxphotos export command and the passed path includes smart quotes, the error message will now tell the user to remove the smart quotes. This fixes a common user error when pasting from TextEdit or Notes that use smart quotes. #1408
  • Fixed osxphotos repl to work when connected via SSH. #1332

Changed

  • Added index to history table in export databasel; this should speed up exports with --update (migrates export database to version 9.1)

Removed

Contributors

Hot fix for speed issue

13 Jan 20:18
Compare
Choose a tag to compare

[v0.67.3] - 2024-01-13

Fixes for --checkpoint causing unnecessary slowdown.

Added

Removed

Changed

  • osxphotos export --checkpoint no longer automatically checkpoints during export. See #1083.

Fixed

Contributors

Bug fix for --sidecar

01 Jan 19:38
3614b3d
Compare
Choose a tag to compare

[v0.67.2] - 2024-01-01

Fixes for `--sidecar`` when exporting edited photos.

Added

Removed

Changed

Fixed

  • Sidecar not written for edited photo when exporting both original and edited photo. (#1346)

Contributors

Happy New Year Release

01 Jan 01:06
02efa4d
Compare
Choose a tag to compare

[v0.67.1] - 2023-12-31

Fixes for iPhoto export and Google Takeout import.

Added

Removed

Changed

  • iPhoto export will now write the photo rating to the XMP:Rating field with --sidecar and --exiftool options. (#1353)
  • osxphotos import --sidecar-template renamed to --sidecar-filename to avoid ambiguity with the osxphotos export option --sidecar-template. (#1351)
  • Photos in shared albums are now excluded from --not-incloud as this caused confusion for usesrs (#1366)

Fixed

  • Fixed query could sometimes fail with iPhoto library.
  • Fixed Google Takeout was importing timestamps incorrectly. (#1356)

Contributors