Skip to content

Releases: addshore/facebook-data-image-exif

0.12

31 Jan 23:15
Compare
Choose a tag to compare

Update expected directory name from 'photos_and_videos' to 'posts' (Thanks loganrosen)

0.11-alpha1

24 Jan 09:31
Compare
Choose a tag to compare
0.11-alpha1 Pre-release
Pre-release

Build with JFK 11 instead of JDK 8
Might fix some issues, for example #6

0.10

05 Apr 13:25
Compare
Choose a tag to compare

Initial 0.1 release blog post & instructions: https://addshore.com/2019/02/add-exif-data-back-to-facebook-images-0-1/

Changes since 0.9

Detect exiftool(-k).exe use on Windows and error
Make the duplication of all images (backup) optional
Fallback to the "creation_timestamp" of the FB upload rather than using image data for very old uploads

0.9

12 Mar 00:35
Compare
Choose a tag to compare
0.9

Initial 0.1 release blog post & instructions: https://addshore.com/2019/02/add-exif-data-back-to-facebook-images-0-1/
There will be a new blog post when this reaches 1.0

Changes since 0.8

Detect missing files from the facebook download and error
Detect unwritable files in the facebook data and error
Exiftool uses a pool and reuses the same process where possible (speed improvement)
Output in list instead of large text area (better performance for large data downloads)
Application will actually stop if closed once task has already started

0.8

01 Mar 18:22
Compare
Choose a tag to compare
0.8

Release blog post & instructions: https://addshore.com/2019/02/add-exif-data-back-to-facebook-images-0-1/

Changes since 0.7

Error popup now shown if one or more fields are missing
Added browse buttons for the 2 input fields
Even more debug output (including the data extracted for each image)

0.7

27 Feb 10:35
Compare
Choose a tag to compare
0.7

Release blog post & instructions: https://addshore.com/2019/02/add-exif-data-back-to-facebook-images-0-1/

Changes since 0.6

Catch and helpfully show more errors
Show summary if images processed at the bottom of output

0.6

27 Feb 09:46
Compare
Choose a tag to compare
0.6

Release blog post & instructions: https://addshore.com/2019/02/add-exif-data-back-to-facebook-images-0-1/

Changes since 0.5

Even more debug output while task is running
Windows users now need only specify the directory of exiftool.exe
Bugfix, script would fail is creation_timestamp was not found in exif data
Bugfix, issue when image data is not in media_metadata/photo_metadata but in the root instead

0.5

23 Feb 13:41
Compare
Choose a tag to compare
0.5

Release blog post & instructions: https://addshore.com/2019/02/add-exif-data-back-to-facebook-images-0-1/

Tested mainly on Windows 10.
Should work on all OSs.
Tested with a pretend data download https://github.com/addshore/facebook-data-image-exif/tree/master/facebook-example

Changes since 0.4

Output exiftool version
Only require the path to the extracted facebook download now
Error if exiftool is not called exiftool.exe on Windows

0.4

23 Feb 12:57
Compare
Choose a tag to compare
0.4

Description

Release blog post & instructions: https://addshore.com/2019/02/add-exif-data-back-to-facebook-images-0-1/

Tested with https://github.com/addshore/facebook-data-image-exif/tree/master/facebook-example/photos_and_videos

Changes since 0.3

Cleaned up the UI further
Made dry run mode a button rather than a check box
Use File.separator to get correct separator for differing OSs

0.3

22 Feb 10:06
Compare
Choose a tag to compare
0.3

Description

Release blog post & instructions: https://addshore.com/2019/02/add-exif-data-back-to-facebook-images-0-1/

Tested with https://github.com/addshore/facebook-data-image-exif/tree/master/facebook-example/photos_and_videos

Changes since 0.2

  • Cleaned up the main UI a little
  • Added note and output when used with a HTML data download (not supported yet)
  • No longer bundeling exiftool.exe in a windows build (things were going wrong)
  • Detecting exiftool in PATH, but allowing the user to override