Skip to content

Orbiton 2.68.6

Latest
Compare
Choose a tag to compare
@xyproto xyproto released this 19 Dec 14:42
· 3 commits to main since this release

Fixes

  • Fix a one-letter typo in the --help output.
  • Fix an issue where a file lock could remain after quitting.
  • Make handling opening non-existing files that ends with . more robust.

Performance and size

  • Compile the release binaries with soon to be released Go 1.24 compiler.
  • Reduce the binary size slightly by compressing the embedded list of digraphs.

Programming related

  • Improve the function name detection for Odin.

New features

  • Add a -g/--digraphs flag for listing all possible digraphs.

General

  • Update documentation.
  • Update dependencies.