github simulot/immich-go 0.23.0-alpha3
Release 0.23.0-alpha3 🏗️ Work in progress 🏗️ stacks are back

pre-release11 hours ago

The code refactoring continue. Better code, less bugs, few features...

New features

  • --manage-burst=BurstFlag Manage burst photos. Possible values are:

    • StackKeepRaw Discard JPEG files, and stack the RAW files (default)
    • StackKeepJPEG Discard RAW files, and stack the JPEG files
    • Stack Stack all photos, RAW and JPEG photos are imported in the same stack
  • --manage-heic-jpeg=HeicJpgFlag Manage coupled HEIC and JPEG files. Possible values:

    • KeepHeic Keep only the HEIC files (default)
    • KeepJPG Keep only the JPEG files
    • StackCoverHeic Stack both, the HEIC file is the cover
    • StackCoverJPG Stack both, the JPEG file is the cover
  • --manage-raw-jpeg=RawJPGFlag Manage coupled RAW and JPEG files. Possible values:

    • KeepRaw Keep only the RAW files (default)
    • KeepJPG Keep only the JPEG files
    • StackCoverRaw Stack both, the RAW file is the cover
    • StackCoverJPG Stack both, the JPEG file is the cover

Full Changelog: 0.21.2...0.23.0-alpha3

Don't miss a new immich-go release

NewReleases is sending notifications on new releases.