Tasky v1.1.5
Bug fix
- Bare URL paste: pasting a plain URL stopped becoming a clickable hyperlink after v1.1.3 - the new HTML-clipboard paste handling from that release ran before the bare-URL check, so a URL copy that also carried an Html clipboard format (common with browsers, even for a trivial "just a URL" selection) landed as inert plain text instead of a link. Bare-URL detection now runs first, restoring the original click-to-open behavior; the HTML handling from v1.1.3 (chat message links/images) is unaffected.
🤖 Generated with Claude Code