Releases: simulot/immich-go
Releases · simulot/immich-go
0.9.1
0.9.0
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
0.8.8
0.8.7
0.8.6
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
0.8.4
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
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