Skip to content

Releases: Anty0/GoProAutoImmichUpload

2.0.2 - Clean up time

05 Nov 14:49
ea3504c

Choose a tag to compare

Changes:

  • Turn off turbo mode when deleting files
  • Enable linting, formatting, and type checking for the entire project

So, it turns out the flaky delete_file endpoint was caused by me thinking I could just turn on turbo mode and download all files in one go. Instead, we need to disable turbo mode to reliably delete files. Why it sometimes works even in turbo mode remains a mystery.

Full Changelog: 2.0.1...2.0.2

2.0.1 - All I wanted was to delete a file

04 Nov 10:14
5075620

Choose a tag to compare

So... the camera just won't delete files. It works until it doesn't, and all requests to remove a file fail with 400 errors. I have no idea why yet, so in this version, I test all conspiracy theories for why this might be happening. Yes, this version will even try to reboot the camera if the delete keeps failing.

Changes:

  • Added a whole barrage of options the service will try to get the camera to delete a file

Full Changelog: 2.0.0...2.0.1

2.0.0 - When bluetooth shoots you in the back

03 Nov 19:26
8ecc83d

Choose a tag to compare

Changes:

  • Everything (see README for updated instructions)

TLDR: Connecting to the camera over BLE turns out to be unreliable, so I've split off all the steps that require Bluetooth into a separate "setup" step. Look at the README's "Disclaimer" section for more details on my findings.

Full Changelog: 1.0.0...2.0.0

1.0.0 - Initial release

10 Sep 17:41

Choose a tag to compare

fix: readme typos