When using the tropy:// link which points to a photo within an item, this link fails to work and always point to only the first photo of the item (it opens the item view, but not the photo view)
I was about to submit a PR; turns out to be that in open.js is passed with an array while it is expecting a single photo action payload from the protocol. I made a minor change to support both cases.
Look forward to new release, especially with new transcription-related features.
Yes, this was a regression, because we temporarily enabled support for selecting multiple photos (for bulk editing at the photo level and so forth), but we had to revert that because we’ll have to make UI changes to consistently support this first.