Skip to content

Releases: Salvoxia/immich-folder-album-creator

v0.18.4

01 Mar 14:22
0c543cc
Compare
Choose a tag to compare

Fixes

Full Changelog: 0.18.3...0.18.4

v0.18.3

21 Feb 18:03
0a98863
Compare
Choose a tag to compare

Fixes

New Contributors

Full Changelog: 0.18.2...0.18.3

v0.18.2

03 Feb 20:03
ff79a45
Compare
Choose a tag to compare

What's Changed

Upgrade Notice

If you are using the bare python script, make sure to reinstall requirements.txt, as a new dependency was introduced:
regex==2024.11.6

New Contributors

Full Changelog: 0.18.1...0.18.2

v0.18.1

31 Jan 16:07
3f40834
Compare
Choose a tag to compare

v0.18.0

30 Jan 19:21
91c1af7
Compare
Choose a tag to compare

Features

New Contributors

Full Changelog: 0.17.2...0.18.0

v0.17.2

17 Jan 09:58
93357eb
Compare
Choose a tag to compare

Fixes

Documentation

New Contributors

Full Changelog: 0.17.1...0.17.2

v0.17.1

07 Jan 19:33
6e6b97e
Compare
Choose a tag to compare

Hotfix Release

Full Changelog: 0.17.0...0.17.1

v0.17.0

07 Jan 14:22
1d74d0c
Compare
Choose a tag to compare

Enhancements

  • Prevent automatic removal of unknown shared users
    With v0.16.0 the default behavior for updating album properties and shared state was changed so that they were updated any time new assets were added to albums, leading to manually shared albums getting unshared by the script.
    The old behavior has been restored, so that album sharing and any other album properties are only set when a new album is created.
    To still get the benefit of mass updating album properties and shared state after the fact, a new option --update-album-props-mode / env variable UPDATE_ALBUM_PROPS_MODE has been introduced. Read about it in README section Mass Updating Album Properties.
    Thanks @Toastie
  • Update README.md - Docker compose: volume mount correction and additional info in #92
    Thanks at @archont00

New Contributors

Full Changelog: 0.16.0...0.17.0

v0.16.0

21 Dec 20:02
f6c6e7e
Compare
Choose a tag to compare

Features

Enhancements

  • chore: Add pylint
    Added linting the code to ensure code quality
  • New Argument: API Timeout
    Introduced new argument --api-timeout / Docker env variable API_TIMEOUT to override the Immich API request timeout
  • New Arguments: Enable/Disbale Comments and Likes
    Introduced new arguments --comments-and-likes-disabled and --comments-and-likes-enabled / Docker env variable COMMENTS_AND_LIKES (with values 0 or 1) to enable or disable album comments and likes functionality

Fixes

New Contributors

Full Changelog: 0.15.0...0.16.0

v0.15.0

01 Nov 17:44
5874149
Compare
Choose a tag to compare

Features

  • Support file-based API key secrets
    The Immich API key may now be passed to the script in a secrets file instead of a command line argument.
    Add -t file to your command line and replace the API key with the absolute path to your secrets file containing the API key.
    For Docker, mount the secrets file into the container and set environment variable API_KEY_FILE to the absolute path to the secrets file within the container. Do not set the API_KEY environment variable.
    Thanks @johnspade!

New Contributors

Full Changelog: 0.14.0...0.15.0