Rhet Turnbull
1f717b0579
Fixed portrait for Catalina/Big Sur; see issue #203
v0.33.3
2020-08-23 16:34:23 -07:00
Rhet Turnbull
0cbd005bcd
Merge pull request #207 from RhetTbull/issue206
...
Closes issue #206 , adds --touch-file
v0.33.2
2020-08-23 11:18:31 -07:00
Rhet Turnbull
1bf7105737
Fixed touch tests
2020-08-23 11:06:01 -07:00
Rhet Turnbull
6e5ea8e013
Fixed touch tests to use correct timezone
2020-08-23 08:37:12 -07:00
Rhet Turnbull
9f64262757
Finished --touch-file, closes #206
2020-08-23 08:27:21 -07:00
Rhet Turnbull
6c11e3fa5b
--touch-file now working with --update
2020-08-22 08:12:26 -07:00
Rhet Turnbull
c9c9202205
Working on issue #206
2020-08-21 05:53:52 -07:00
Rhet Turnbull
ebd878a075
Working on issue 206
2020-08-20 06:39:48 -07:00
Rhet Turnbull
2cf3b6bb67
Updated tests/README.md
2020-08-19 06:06:04 -07:00
Rhet Turnbull
beb7970b3b
Merge pull request #205 from PabloKohan/touch_files__fix_194
...
Touch files - fixes #194 -- thanks to @PabloKohan
2020-08-18 06:00:27 -07:00
Rhet Turnbull
2567974f5b
Merge pull request #204 from PabloKohan/refactor_export_photo
...
Refactor/cleanup _export_photo - thanks to @PabloKohan
2020-08-18 05:59:57 -07:00
Pablo 'merKur' Kohan
78d494ff2c
Touch file upon image date - Issue #194
2020-08-17 21:58:11 +03:00
Pablo 'merKur' Kohan
eefa1f181f
Refactor/cleanup _export_photo
2020-08-17 21:54:47 +03:00
Rhet Turnbull
2bf5fae093
Working on fix for issue #203
2020-08-17 06:32:55 -07:00
Rhet Turnbull
9b13d1e00b
Updated README.md
2020-08-16 23:03:00 -07:00
Rhet Turnbull
f2df6f1a12
Updated CHANGELOG.md
2020-08-16 23:01:04 -07:00
Rhet Turnbull
98e417023e
Added ImportInfo for Photos 5+
v0.33.0
2020-08-16 22:57:33 -07:00
Rhet Turnbull
360c8d8e1b
Update README.md
2020-08-15 15:20:47 -07:00
Rhet Turnbull
868cda8482
Update README.md
2020-08-15 15:14:45 -07:00
Rhet Turnbull
fa149dc7e1
Replaced call to which, closes #171
2020-08-09 18:09:32 -07:00
Rhet Turnbull
7467bbf62b
Added contributors to README.md, closes #200
2020-08-09 17:56:40 -07:00
Rhet Turnbull
d2deefff83
Added tests for 10.15.6
2020-08-09 12:14:18 -07:00
Rhet Turnbull
f474dcd2cb
Updated CHANGELOG.md
2020-08-09 11:04:59 -07:00
Rhet Turnbull
6acf9acd63
Alpha support for MacOS Big Sur/10.16, see issue #187
v0.32.0
2020-08-09 10:59:05 -07:00
Rhet Turnbull
d0ec8620c7
Added py37
v0.31.2
2020-08-08 22:04:36 -07:00
Rhet Turnbull
10156e34b5
Updated requirements.txt
2020-08-08 22:03:12 -07:00
Rhet Turnbull
a714ae0af0
Dropped py36 due to datetime.fromisoformat
2020-08-08 21:59:38 -07:00
Rhet Turnbull
fc416ea0b7
Fixed from_date and to_date to be timezone aware, closes #193
2020-08-08 21:03:34 -07:00
Rhet Turnbull
2628c1f2d2
Cleaned up test images
2020-08-08 08:22:28 -07:00
Rhet Turnbull
e482c3915a
Added test for valid XMP file, closes #197
2020-08-01 07:58:00 -07:00
Rhet Turnbull
6baeae7ddd
Test library updates
2020-08-01 06:55:51 -07:00
Rhet Turnbull
bea770b322
Added write_uuid_to_file.applescript to utils
2020-08-01 06:55:23 -07:00
Rhet Turnbull
840e9937be
Added --uuid-from-file to CLI
2020-07-31 19:02:52 -07:00
Rhet Turnbull
002fce8e93
Updated README.md
2020-07-28 22:58:12 -07:00
Rhet Turnbull
ef32b1e9bc
Test library updates
2020-07-27 15:31:02 -07:00
Rhet Turnbull
6f29cda99f
Initial FaceInfo support for Issue #21
v0.31.0
2020-07-27 06:20:04 -07:00
Rhet Turnbull
9fc4f76219
Updated Github Actions to run on PR
2020-07-24 19:03:01 -07:00
Rhet Turnbull
65b84ad345
Updated CHANGELOG.md
2020-07-23 07:20:30 -07:00
Rhet Turnbull
cf4dca10c0
Version bump for bug fix
v0.30.13
2020-07-23 07:14:15 -07:00
Rhet Turnbull
27040d1604
Revert "Merge pull request #191 from RhetTbull/revert-190-Fix133"
...
This reverts commit b7f4b739de , reversing
changes made to da551036f9 .
2020-07-23 07:04:42 -07:00
Rhet Turnbull
b91a9828fa
Merge pull request #192 from PabloKohan/Fix133
...
Fix findfiles not to fail on missing/invalid dir
2020-07-23 06:55:47 -07:00
Pablo 'merKur' Kohan
8c10b61e90
Fix findfiles not to fail on missing/invalid dir
...
Was failing on --dry-run and tests.
Added unit-test.
2020-07-23 15:16:40 +03:00
Rhet Turnbull
b7f4b739de
Merge pull request #191 from RhetTbull/revert-190-Fix133
...
Revert "Fix FileExistsError when filename differs only in case and export-as-hardlink (Bug#133)"
2020-07-22 22:18:19 -07:00
Rhet Turnbull
f8e62d8f5e
Revert "Fix FileExistsError when filename differs only in case and export-as-hardlink (Bug#133)"
2020-07-22 22:13:39 -07:00
Rhet Turnbull
da551036f9
Merge pull request #190 from PabloKohan/Fix133
...
Fix FileExistsError when filename differs only in case and export-as-hardlink (Bug#133)
2020-07-22 21:59:44 -07:00
Pablo 'merKur' Kohan
d52b387a29
Fix FileExistsError when filename differs only in case and export-as-hardlink
...
When exporting with --export-as-hardlink (and without --overwrite), an
exception is thrown in os.link (FileExistsError: [Errno 17] File exists)
This can happen if filenames differ only in case (on a case-insensitive
filesystem), so the similar filename is not incremented.
This fix uses `findfiles` (to glob in a case-insensitive way) instead of `glob`.
2020-07-22 22:20:48 +03:00
Rhet Turnbull
927e25911e
Updated CHANGELOG.md
2020-07-18 16:21:50 -07:00
Rhet Turnbull
6688d1ff64
Updated dependencies, now supports py36, py37, py38
v0.30.12
2020-07-18 07:42:52 -07:00
Rhet Turnbull
3526881ec8
Update README.md
2020-07-18 06:54:29 -07:00
Rhet Turnbull
3f19276c5c
Implemented PersonInfo, closes #181
2020-07-17 22:06:37 -07:00