Skip to content

Continuity for Windows v0.4.12

Latest

Choose a tag to compare

@jatoran jatoran released this 19 Sep 10:37
· 1 commit to master since this release
  • Continuity now updates itself. Shortly after launch, and then once a day, it checks GitHub Releases for a newer version and shows a banner with Update now, Release notes, and Skip this version. Update now downloads the release, verifies its checksum, closes Continuity through the normal save path, installs in place (the installer for MSI and winget installs, an executable swap for portable and standalone copies), and reopens. Check for updates in the command palette runs the check on demand; [updates] check = false turns the background check off.
  • Pasted tables render cleanly. Rows with long links or logos no longer spill their raw source out below the table, and a logo image in a cell no longer leaves a stray ! in front of the text.
  • Ordered lists count items, not lines: pressing Enter after 4. when 3. has an indented sub-bullet now gives 5., not 6..