Tasky v1.1.4
Bug fix
- Cross-device photo/file sync: an inline image or file attachment added on one computer could sync its bytes correctly to another computer, yet still fail to show up there - and worse, could take the rest of that task's note content down with it (text, other images, everything blanked in the editor). The cause: a note's saved content bakes in the absolute local file path (drive letter, username, folder layout) of whichever machine inserted the image/file, and nothing ever rewrote that path to match a different machine after sync. Tasky now resolves every embedded image/file path to this device's own local folder by filename before rendering a note, regardless of which machine originally added it.
This fixes the sync issue reported after v1.1.3 - that release fixed a related but separate problem (two devices disagreeing on which Drive folder attachments live in); this one fixes the actual cause of photos not appearing once downloaded.
🤖 Generated with Claude Code