Skip to content

desktop-v0.1.19

Choose a tag to compare

@github-actions github-actions released this 11 Jul 13:41
· 386 commits to main since this release

Added

  • Linux desktop builds now ship an RPM package alongside the existing AppImage and deb, for install on Fedora/RHEL/openSUSE and other RPM-based distros. Thanks @ricardoraposo! #151
  • Dark mode: the desktop app, editor (including code-block syntax highlighting), and embedded HTML apps now follow your system appearance. Thanks @saucy-tech! #110
  • Go back and forward between recently opened files: use the toolbar arrows, Cmd+[ and Cmd+], or the View menu. History is kept per workspace and follows files through renames, moves, and deletes. #154

Fixed

  • Copying linked rich text now preserves hyperlinks when pasted into other rich text editors. Thanks @snvtac! #149