Skip to content

Releases: simulot/immich-go

0.9.1

13 Dec 17:59
Compare
Choose a tag to compare

Changelog

0.9.0

09 Dec 13:21
Compare
Choose a tag to compare

Changelog

  • 7a445eb chore: immich API changes
  • fbb5635 chore: update module paths
  • 1e03019 doc: installation procedure rewording in readme.md
  • fab5422 feat: Add a flag to enable only stacking of RAW+JPG and NOT bursts #83
  • dff58a0 feat: transfer google-photo favorite to immich
  • c6c24cb fix: stack: for Pixel 5 and Pixel 8 Pro naming schemes #94
  • cd5edd3 fix: Live photos files are stacked and not recognized as live photos #67
  • b5fcf7d fix: jpg must be the cover of jpg+raw stack
  • 14f433f wip: stacking name schemes

0.8.9

01 Dec 20:38
Compare
Choose a tag to compare

Changelog

  • c1ac8a7 doc: A lot of images skipped from Google Photos Takeout #68
  • 3ad5ed9 fix: #68 A lot of images skipped from Google Photos Takeout

0.8.8

28 Nov 17:25
Compare
Choose a tag to compare

Changelog

  • 34322bf edit: readme.md
  • 8a988be fix for #86: unknown time zone Argentina/Buenos_Aires

0.8.7

26 Nov 14:59
Compare
Choose a tag to compare

Changelog

  • 875d965 improvment: log can be written to log files
  • 2546712 more information on the log
  • 7cd5d6e remove .MP from accepted files

0.8.6

25 Nov 19:51
Compare
Choose a tag to compare

Release 0.8.6

fix for #68: A lot of images skipped from Google Photos Takeout

The Google takeout archive is full of traps. The difficulty is to associate all images with a JSON.
Now more files are now imported. There still few missing files, but they are now listed.

The program now reports how files are handled, or discarded.

Upload report:
 53998 scanned files
 53993 handled files
 26937 metadata files
   535 uploaded files on the server
    49 upgraded files on the server
  1540 duplicated files in the input
  8382 files already on the server
    77 discarded files because in folder failed videos
     1 discarded files because of options
 16470 discarded files because server has a better image
     1 files type not supported
     1 errors
     5 files without metadata file
7 files can't be handled
File: Takeout/Google Photos/Photos from 2019/1556189729458-8d2e2d13-bca5-467e-a242-9e4cb238e(1).jpg
        File unhandled, missing JSON
File: Takeout/Google Photos/Photos from 2022/original_1d4caa6f-16c6-4c3d-901b-9387de10e528_P(1).jpg
        File unhandled, missing JSON
File: Takeout/Google Photos/Photos from 2022/original_af12c386-e334-4c57-88be-fdfadea71f16_P(1).jpg
        File unhandled, missing JSON
File: Takeout/Google Photos/Photos from 2022/original_ec8d7b93-cbec-49c8-8707-38841db5e37d_P(1).jpg
        File unhandled, missing JSON
File: Takeout/Google Photos/Photos from 2023/original_d3671642-c937-49c0-917a-8ef9cbb449c5_P(1).jpg
        File unhandled, missing JSON
File: Takeout/Google Photos/user-generated-memory-titles.json
        Error , json: cannot unmarshal array into Go struct field GoogleMetaData.title of type string
File: Takeout/archive_browser.html
        File type not supported
Done.

The plenty of rules for associating image to JSON are somewhat contradictory. I have to rethink the system for applying
rules from the most common to the strangest ones.

Still lot of work to deliver.

Changelog

0.8.5

22 Nov 22:16
Compare
Choose a tag to compare

Changelog

  • b8827c8 fix for #78: mp4-files do not get imported

0.8.4

19 Nov 15:17
Compare
Choose a tag to compare

Changelog

  • edc40a3 doc: edit release.md
  • 071b52d fix #67: Live photos files are stacked and not recognized as live photos
  • fd62fa8 implement include / exclude options
  • f36888b wip #67
  • b93ceab wip #67: implement Live photos for folders
  • d959c75 wip #67: implement live photos for google takeouts
  • c214a49 wip: rename package assets in browser

0.8.3

17 Nov 18:25
Compare
Choose a tag to compare

Changelog

  • bc6f066 Merge branch 'feature-#58---add-filter-on-directories-during-the-import' into Fix-for-#69----Panic--runtime-error--slice-bounds-out-of-range---29--
  • c62e7a0 add trimpath to goreleaser.ymal
  • d4442af fix for #69: Panic: runtime error: slice bounds out of range
  • a5bed00 implement nologger
  • d69c11a move the logger package at root of the project
  • df77d9b wip #69
  • 8df7277 wip #69

0.8.2

11 Nov 20:07
Compare
Choose a tag to compare

Changelog