Rhet Turnbull
72f034ef85
Fix for bug in handling of deleted albums to address issue #156
v0.29.12
2020-06-07 08:14:02 -07:00
Rhet Turnbull
cb993f2e5e
Merge branch 'master' of https://github.com/RhetTbull/osxphotos
2020-06-06 12:12:05 -07:00
Rhet Turnbull
2271d89355
Partial fix for #155
2020-06-06 12:11:50 -07:00
Rhet Turnbull
62d096b5a1
Partial fix for #155
2020-06-06 12:09:51 -07:00
Rhet Turnbull
5c7a0c3a24
Refactoring with sourceryAI
2020-06-01 21:06:09 -07:00
Rhet Turnbull
ec727cc556
Updated CHANGELOG.md
2020-05-31 11:31:24 -07:00
Rhet Turnbull
6c84827ec7
Added --filename to CLI, closes #89
v0.29.9
2020-05-31 11:25:34 -07:00
Rhet Turnbull
d47fd46a21
Updated CHANGELOG.md
2020-05-31 06:32:06 -07:00
Rhet Turnbull
7707bc1625
Added --edited-suffix to CLI, closes #145
v0.29.8
2020-05-30 18:33:52 -07:00
Rhet Turnbull
fc1bf08cfa
Removed pyinstaller
2020-05-30 14:43:29 -07:00
Rhet Turnbull
f35ea70b72
More refactoring in PhotoTemplate
2020-05-30 14:42:08 -07:00
Rhet Turnbull
16f802bf71
Refactored template code out of PhotoInfo into PhotoTemplate
2020-05-30 13:14:07 -07:00
Rhet Turnbull
8d2d5a8a33
refactored render_template, closes #149
2020-05-30 11:27:44 -07:00
Rhet Turnbull
3a8bef1572
Added test for SearchInfo on 10.15.5
2020-05-29 21:40:29 -07:00
Rhet Turnbull
fd71b13c77
performance improvements for SearchInfo
2020-05-29 20:30:20 -07:00
Rhet Turnbull
2243395bff
Added test for Photos 5 on 10.15.5
2020-05-28 21:10:45 -07:00
Rhet Turnbull
42b89d34f3
performance improvements for update and export_db
2020-05-27 20:52:05 -07:00
Rhet Turnbull
9b11cbf32b
Fixed searchinfo so processing can continue if no search DB found
2020-05-25 17:50:28 -07:00
Rhet Turnbull
8c3bf040c6
Update test library
2020-05-25 17:47:25 -07:00
Rhet Turnbull
c0855c7702
Updated CHANGELOG.md
2020-05-25 10:54:48 -07:00
Rhet Turnbull
288b1abc1c
Updated CHANGELOG.md
2020-05-25 10:50:54 -07:00
Rhet Turnbull
9eae66030e
Added --dry-run option to CLI export, closes #91
v0.29.5
2020-05-25 10:37:30 -07:00
Rhet Turnbull
46fdc94398
Catch exception in folder processing to address #148
2020-05-24 07:22:00 -07:00
Rhet Turnbull
09c7d18901
Added test for DateTimeFormatter.dow
2020-05-24 06:37:15 -07:00
Rhet Turnbull
5f071b9c3f
Merge pull request #147 from grundsch/add_dow
...
added created.dow (day of week) to template
2020-05-24 06:17:40 -07:00
Stephane
8df6d2c707
added created.dow (day of week) to template
2020-05-24 14:20:25 +02:00
Rhet Turnbull
28935b0af9
added created.dd and modified.dd to template system, closes #135
2020-05-23 21:39:40 -07:00
Rhet Turnbull
af750dd2e3
Updated CHANGELOG.md
2020-05-23 17:47:47 -07:00
Rhet Turnbull
1d095d7284
Added try/except for bad datettime values
v0.29.2
2020-05-23 17:40:57 -07:00
Rhet Turnbull
f67f239278
Merge pull request #146 from agprimatic/patch-1
...
Catch illegal timestamp value
v0.29.1
2020-05-23 16:06:23 -07:00
Ag Primatic
441de711dc
Catch illegal timestamp value
...
When using this on my Photos database, it threw a ValueError. I wrapped the fromtimestamp() call in a try block so that it would continue with the oldest date allowable.
2020-05-23 18:15:45 -04:00
Rhet Turnbull
1450b3ccac
Updated CHANGELOG.md
2020-05-23 10:03:17 -07:00
Rhet Turnbull
c06c230a46
version bump
v0.29.0
2020-05-23 09:37:10 -07:00
Rhet Turnbull
b1171e96cc
Added --update to CLI export; reference issue #100
2020-05-23 09:34:04 -07:00
Rhet Turnbull
8c4fe40aa6
Added as_dict to PlaceInfo
2020-05-23 08:47:10 -07:00
Rhet Turnbull
f416418546
Test library update
2020-05-16 06:53:03 -07:00
Rhet Turnbull
8e9691d6d7
Made --exiftool and --export-as-hardlink incompatible in CLI to fix #132
2020-05-16 06:48:23 -07:00
Rhet Turnbull
cafa483cfc
Updated CHANGELOG.md
2020-05-15 14:41:50 -07:00
Rhet Turnbull
11d368a69c
Updated README.md
2020-05-15 14:41:22 -07:00
Rhet Turnbull
bd9d5a26f3
version bump
v0.28.19
2020-05-15 14:12:40 -07:00
Rhet Turnbull
ec19636cbf
move template.py to photoinfo
2020-05-15 14:06:27 -07:00
Rhet Turnbull
48e9c32add
Revert "test library updates"
...
This reverts commit d125854f2a .
2020-05-15 14:05:36 -07:00
Rhet Turnbull
b455bd4c4a
Added label and label_normalized to template system, closes #130
2020-05-15 13:57:12 -07:00
Rhet Turnbull
d125854f2a
test library updates
2020-05-15 13:46:45 -07:00
Rhet Turnbull
e228cfab74
Updated CHANGELOG.md
2020-05-14 14:45:07 -07:00
Rhet Turnbull
85760dc4fe
Update README.md
2020-05-14 14:43:50 -07:00
Rhet Turnbull
be07f90e5a
Update README.md
2020-05-14 14:43:22 -07:00
Rhet Turnbull
a80dee401c
Implemented PhotoInfo.exiftool
v0.28.18
2020-05-14 12:55:17 -07:00
Rhet Turnbull
e67fce2871
Updated CHANGELOG.md
2020-05-14 06:46:12 -07:00
Rhet Turnbull
53304d7023
Added ExifInfo (Photos 5 only)
v0.28.17
2020-05-13 22:42:33 -07:00