Soft version-control

Can digiKam version-control images moves, orderings and deletions without actually saving its content? Although it would be preferable to have its metadata (DateTimeOriginal, sha1sum hash, etc) saved.

It’s similar to: Versions View — Digikam Manual 8.2.0 documentation but instead I want to track where every image goes. E.g: image with hash 50aa85d8 moved from /photos/friends to /photos/family. Or image with hash 73a41ce0 was deleted (moved out from the directory), and so on…

No, digikam doesn’t do version control at that level.

Perhaps a version control system like git-annex could help, but I don’t know anything about that.