Skip to content

Releases: simulot/immich-go

0.8.1

09 Nov 20:19
Compare
Choose a tag to compare

Changelog

0.8.0

04 Nov 20:47
Compare
Choose a tag to compare

Release 0.8.0

New feature: create stacks when uploading images

The option -create-stacks <bool> drive the creation of stack of images for couples JPG/RAW or bursts of photos. The option is enabled by default.

Your asset must have the date of capture in the metadata.

Example:

./immich-go -server=http://mynas:2283 -key=zzV6k65KGLNB9mpGeri9n8Jk1VaNGHSCdoH1dY8jQ upload
 ~/mnt/sdcard/           

Server status: OK
Ask for server's assets...
....
Done, total 12 uploaded
Creating stacks
  Stacking 3H2A0018.CR3, 3H2A0018.JPG...
  Stacking 3H2A0019.CR3, 3H2A0019.JPG...
  Stacking 3H2A0020.CR3, 3H2A0020.JPG...
  Stacking 3H2A0021.CR3, 3H2A0021.JPG...
  Stacking 3H2A0022.CR3, 3H2A0022.JPG...
  Stacking 3H2A0023.CR3, 3H2A0023.JPG...
12 media scanned, 12 uploaded.
Done.

New feature: command tool album delete [regexp pattern]

Changelog

0.7.0

02 Nov 19:47
Compare
Choose a tag to compare

Changelog

  • 59f9630 Fix #52: Duplicate command fails with 504 timeout
  • e467c02 Fix #52: Duplicate command fails with 504 timeout
  • 2b695ff Merge branch 'main' into fix--Duplicate-detection-fails-when-timezone-of-both-images-differs-#50
  • 2d67e08 Merge branch 'main' of github.com:simulot/immich-go
  • e0ca792 fix #50: Duplicate detection fails when timezone of both images differs
  • 76e29ab fix output message

0.6.0

01 Nov 23:06
Compare
Choose a tag to compare

Changelog

0.5.0

30 Oct 18:07
Compare
Choose a tag to compare

This release introduce add the command `stack' to group jpg/raw images together or all images of a burst.
Now freebsd binaries are released.

Changelog

  • 3234a17 #42: edit readme
  • 5aa7f53 Merge branch 'Fix-#42--better-handling-of-google-photos-albums' into Use-the-new-stacking-feature-to-group-jpg-and-raw-images,-same-for-burst-#45
  • 9308e5a Merge branch 'Use-the-new-stacking-feature-to-group-jpg-and-raw-images,-same-for-burst-#45'
  • 2d01ebb Merge branch 'better-handling-of-getAssets' into Fix-#42--better-handling-of-google-photos-albums
  • bda9c2d Merge branch 'dev'
  • 55cb025 Merge branch 'fix-for--Error-when-importing-#47'
  • c87b0fa Merge branch 'main' into dev
  • 00ded11 Merge branch 'readme-struture'
  • bd74a51 WIP on stack command
  • 1194ad6 add e2e tests for upload command
  • 68ab3df add freebsd to releases
  • 478cb38 add freebsd to releases
  • 80322da add support for .jpe files
  • 436ab7d discard trashed assets
  • 4bd4ec5 fix #47 error when importing from a folder
  • 6f806e0 fix for #45 Use tof the stacking functionality
  • 657dd94 merge #47
  • e9e2f35 responseJSON is now generic
  • 3ee0295 restructure the readme.md
  • 74e3218 restructure the readme.md

0.4.0

27 Oct 17:04
Compare
Choose a tag to compare

Changelog

0.3.7

21 Oct 08:53
Compare
Choose a tag to compare

Changelog

  • 7290792 assume that time in asset name is UTC
  • a3d39b6 fix #40: Don't decode the response when the status is 204

0.3.6

17 Oct 18:26
Compare
Choose a tag to compare

Changelog

  • 20a39f7 fix #37 only one asset gets uploaded / unnecessary album gets created

0.3.5

14 Oct 20:54
Compare
Choose a tag to compare

Changelog

  • 6073872 Fix for #35: weird name cases in google photos takeout: truncated name or jp.json
  • eaf59f5 Merge branch 'main' into fix-#32--Albums-contains-album's-images-and-all-images-having-the-same-name
  • 9fc19c5 edit readme.md
  • ebf8152 edit readme.md
  • 4bb0ad8 fix #32: Albums contains album's images and all images having the same name
  • 6b4c945 fix TakeTimeFromName tests

v0.3.4

11 Oct 20:01
Compare
Choose a tag to compare

Changelog

  • 700f0ae Merge branch 'Fix--#30-time--missing-Location-in-call-to-Time.In'
  • 892c89e edit readme.md
  • 0a4285f fix #30: tzdata are now embeded within binaies