Skip to content

Commit

Permalink
Release 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
laaqxdze1k committed Sep 6, 2023
1 parent 1e6547a commit 849b60a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
1 change: 1 addition & 0 deletions cmdupload/upload.go
Original file line number Diff line number Diff line change
Expand Up @@ -406,6 +406,7 @@ func (app *UpCmd) ManageAlbums(ctx context.Context) error {
if sal.AlbumName == album {
found = true
if !app.DryRun {
app.logger.OK("Update the album %s", album)
rr, err := app.Immich.AddAssetToAlbum(ctx, sal.ID, list)
if err != nil {
return fmt.Errorf("can't update the album list from the server: %w", err)
Expand Down
14 changes: 12 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -245,9 +245,19 @@ Additionally, deploying a Node.js program on user machines presents challenges.
# Release notes


## Release 0.2.1
### Release 0.2.2
- improvement of date of capture when there isn't any exif data in the file
1. test the file name for a date
1. open the file and search for the date (.jpg, .mp4, .heic, .mov)
1. if still not found, give the current date

> ⚠️ As of current version v1.77.0, immich fails to get the date of capture of some videos (IPhone), and place the video on the 01/01/1970.
>
> You can use the -album to keep videos grouped in a same place despite the errors in date.
### Release 0.2.1
- Fix of -album option. uploaded images will be added into the album. Existing images will be added in the album if needed.

## Release 0.2.0
### Release 0.2.0
- When uploading from a directory, use the date inferred from the file name as file date. Immich uses it as date of take. This is useful for images without Exif data.
- `duplicate` command check immich for several version of the same image, same file name, same date of capture

0 comments on commit 849b60a

Please sign in to comment.