You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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..