Skip to content

Orbiton 2.70.5

Choose a tag to compare

@xyproto xyproto released this 28 Dec 18:06
· 565 commits to main since this release

New features

  • Launch a file browser if a directory name is given at start, such as: o .
  • Make it possible to press / to search, when viewing man pages.
  • Make it possible to copy the decompressed contents of .gz files to the clipboard with o -c examplefile.txt.gz, and to paste and compress the clipboard contents to a file with o -p examplefile.txt.gz.

Programming related

  • Improve function signature detection for JavaScript.
  • Improve syntax highlighting for C and Go.
  • Add experimental support for "jump to definition" in C, using ctrl-g.
  • Add initial support for COBOL, Dingo, C67 and Perl.

Fixes

  • Handle allow left and right when typing in text to search for in a file (after pressing ctrl-f).

Look and feel

  • Theme the right hand side progress indicator.
  • Adjust the Zulu theme.

Build & Install

  • Require Go 1.25.3 or later to build.
  • Remove several symlink commands from the Makefile

Various

  • Update documentation.
  • Update dependencies.
  • Update CI configuration.