Skip to content

Releases: bransoned/MemorEasy

v1.1.1 - New Bug Fix

20 Dec 20:29
3dc357c

Choose a tag to compare

Bug Fix #28

Description

  • Removes exiftool runner installations for Linux/MacOS builds. Users will now have to install the dependency on their machine using a package manager as it is not in the scope of this project to make it all-in-one builds.
  • Add ARM and X86 MacOS support
  • Add README updates to give instruction for how to install exiftool on Linux/MacOS
  • Add README updates to point download hyperlinks to new download links

v1.1.0 - New Stable Release

15 Dec 17:20
2f941c6

Choose a tag to compare

New stable release of MemorEasy!!

Features

  • Added error checking and exception handling to all functions in the script
  • Beautified script output
  • Added more meaningful download output and error output
  • Updated README for more in-depth installation instructions

Downloads

  • Windows: MemorEasy-Windows
  • Linux: MemorEasy-Linux
  • macOS: MemorEasy-macOS (untested)

Notes

  • macOS build is included but not yet tested on physical hardware (though in theory it should work).
  • This project is a work in progress, however, the core functionality of the script is complete.

Future Work

  • Add concurrency support for downloads
  • Unit testing for automated builds
  • Cleanup linting errors
  • Fix user-reported bugs

Full Changelog: https://github.com/bransoned/MemorEasy/commits/v1.1.0

v1.0.0 – Initial stable release

13 Dec 04:48
39138cd

Choose a tag to compare

🎉 First stable release of MemorEasy!!

Features

  • Fast and organized Snapchat Memory exports
  • Metadata tagging on all images imported from Snapchat. Date, Time, and GPS Location are written into JPGs and MP4s EXIF data.
  • Organized file structure when importing Memories: YYYY-MM-DD-HHMMSS.ext. Time is in UTC.
  • Combine filter/caption PNG layers back into JPG images and MP4 videos. Preserve a copy JPG/MP4 with no filters/captions. Images/videos that have layers will be in folders and will contain both a -main.ext and -combined.ext file inside.

Downloads

  • Windows: MemorEasy-Windows
  • Linux: MemorEasy-Linux
  • macOS: MemorEasy-macOS (untested)

Notes

  • macOS build is included but not yet tested on physical hardware (though in theory it should work).
  • This project is a work in progress, however, the core functionality of the script is complete.

Future Work

  • Add SQLite DB file to track file downloads.
  • Error handling and unit testing
  • Bug fixes reported by users.

Full Changelog: https://github.com/bransoned/MemorEasy/commits/v1.0.0