Skip to content

Releases: bmachek/lrc-immich-plugin

v1.0.0

09 Aug 18:05
Compare
Choose a tag to compare

Fixed error in Immich server URL checks. Hostname containing a minus sign (-) are now validated correctly.
Thanks to: @stumpigit for helping to fix the issue and @SgtZapper for reporting.

I set the version to v1.0.0, let's hope it's ready for it. ;-)

Immich API changes

16 Jun 06:43
Compare
Choose a tag to compare
Immich API changes Pre-release
Pre-release

Immich changed parts of its API in v1.106.0
Please update your Lightroom Classic plugin to this release, in order to keep it working.

This & that

06 Jun 15:45
Compare
Choose a tag to compare
This & that Pre-release
Pre-release

New Features:

  • Album can be chosen or created at export, and doesn't have to entered in the export preset.
  • The plugin checks the entered URL to be valid and tries to fix it if not. (Fix for #6)
  • Added a compile script for Windows (Requires installed LUA compiler) (Turned out to bring no performance gains ;-) )

Otherwise:

  • A lot of refactoring
  • API keys should not appear in the logs anymore

Sinced I changed a lot of code, I tested a lot. If I broke something, please report. :-)

Cheers!

Album support

21 Mar 07:39
Compare
Choose a tag to compare
Album support Pre-release
Pre-release

With this release the plugin enables you to create albums on the Immich server. In addition uploaded images, can be added to the newly created album, or an already existing album.

Enjoy!

Please expect bugs to happen, and report them. I haven't had much time for testing.

alpha3

18 Dec 07:26
Compare
Choose a tag to compare
alpha3 Pre-release
Pre-release

This should fix issue #2
Edit fields are now set to 40 chars width initially.

alpha2

25 Oct 18:34
Compare
Choose a tag to compare
alpha2 Pre-release
Pre-release

Added some logging, and hopefully error handling.

alpha1

20 Oct 16:31
Compare
Choose a tag to compare
alpha1 Pre-release
Pre-release

Alpha1 release.

State of the plugin:

  • It works in my homelab!
  • None to not much error handling.
  • API key and server URL are configurable in the GUI.
  • Documentation is about to come...