Skip to content

Orbiton 2.65.9

Compare
Choose a tag to compare
@xyproto xyproto released this 22 Feb 15:25
· 39 commits to main since this release

Improvements

  • Disregard copy/paste portals that are older than 25 minutes when starting o.
  • Improve the status message when copying lines to the clipboard.
  • Improve the text/binary detection to also support UTF-16.
  • Improve how signals are handled.

Language support

  • Respect # as the single line comment marker for R and Ruby.
  • Add initial support for Objective-C.
  • Switch from autopep8 to black as the tool used to format Python code when ctrl-w is pressed.
  • Adjust the ktlint parameters (for formatting Kotlin).

Syntax highlighting

  • Minor improvements to the JavaScript syntax highlighting.
  • Minor improvements to the C syntax highlighting.

Various

  • Improve the OpenBSD, FreeBSD and NetBSD support.
  • Update documentation.
  • Update dependencies.