Releases: xyproto/orbiton
Releases · xyproto/orbiton
o 2.17.0
- Improve syntax highlighting for Markdown.
- Improve support for both dark and light terminal color schemes.
- Respect TMPDIR in order to support Termux (which does not have a writable
/tmp
directory by default). - Let
ctrl-space
render Markdown to PDF by usingpandoc
, ifpandoc
is installed. - Saving and exporting files is now concurrent.
- Files named
MERGE_MSG
will now trigger git-mode and syntax highlighting. - Files named
config
will now trigger syntax highlighting. - Update dependencies.
o 2.16.3
o 2.16.2
o 2.16.0
- Add initial Markdown support.
- Make it so that
ctrl-a
andctrl-e
no longer jumps between paragraphs, it was annoying. - Slightly different colors for
git commit
messages. - Update dependencies.
- Update documentation.
- Show the error message when building with
ctrl-space
.