Skip to content

Tasky v1.1.6

Choose a tag to compare

@stephenh678 stephenh678 released this 01 Sep 23:22
· 55 commits to master since this release

Bug fixes

  • Pasted/inserted links weren't clickable: WPF's editable RichTextBox only follows a hyperlink on Ctrl+Click by default - a plain click just moves the text cursor. Nothing in Tasky ever overrode that, so a link's "(Click to open)" tooltip was never actually true. A plain click now opens the link, matching what the UI has always promised.
  • Links didn't look like links: no link ever got a distinct color or a hand cursor on hover - it just looked like regular note text. Links now render in the theme's accent blue (light or dark, whichever is active) with a hand cursor, and this applies retroactively to links already sitting in existing notes the next time they're opened, not just newly pasted ones.

🤖 Generated with Claude Code