Skip to content

Releases: xyproto/orbiton

o 2.19.0

06 Mar 11:19
Compare
Choose a tag to compare
  • Build Rust code with rustc if Cargo.toml is missing.
  • Initial support for Bazel.
  • Initial support for scdoc.
  • Fix an issue where NO_COLOR=1 was not respected.
  • When cycling git rebase keywords with ctrl-w, the order is slightly modified.
  • Update dependencies.

o 2.18.0

22 Feb 21:17
Compare
Choose a tag to compare
  • Initial support for Rust and cargo, including jumping to the error.
  • Bugfix for an odd case when return was pressed.
  • Slightly modified progress bar animation.
  • Undo cycling git rebase keywords when ctrl-z is pressed.
  • Let ctrl-a and ctrl-e keep the cursor on the same line, when recently having moved up or down.
  • Don't save the file concurrently.
  • Initial support for V and Zig.
  • Write man-pages using AsciiDoc and compile to a .1 file with ctrl-space, if asciidoctor is installed.
  • Improve word-wrapping when typing and reaching the end of the line.
  • Improve status messages.
  • Update dependencies.
  • Add a few tests.
  • Refactor.

o 2.17.0

05 Feb 14:27
Compare
Choose a tag to compare
  • 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 using pandoc, if pandoc 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

29 Jan 23:15
Compare
Choose a tag to compare
  • Add initial support for V (vlang).
  • Improve support for Markdown (in terms of syntax highlighting).
  • Update documentation.

o 2.16.2

28 Jan 10:58
Compare
Choose a tag to compare
  • Add initial support for Zig (zig build and zig fmt at ctrl-space and ctrl-w, respectively).
  • Fix an issue when word-wrapping, that could happen in a few cases.
  • Update documentation.

o 2.16.0

27 Jan 17:40
Compare
Choose a tag to compare
  • Add initial Markdown support.
  • Make it so that ctrl-a and ctrl-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.

o

24 Jan 10:35
Compare
Choose a tag to compare
o
  • Correct the documentation for ctrl-w and ctrl-o.
  • Let ctrl-w cycle keywords when in git interactive rebase mode (EDITOR set to o when running git rebase -i).
  • Minor changes.

o

23 Jan 22:18
Compare
Choose a tag to compare
o
2.15.2

Patch release