Skip to content

v1.9.0-beta1

Pre-release
Pre-release
Compare
Choose a tag to compare
@marcus-crane marcus-crane released this 30 Dec 10:34
· 33 commits to main since this release
51b7e10

This release introduces a very minimal CLI version of October for power users.

Currently, it is packaged with October but it may end up being distributed as a standalone program ie; a separate distribution attached to each release as some users may only ever want the GUI and vice versa.

You can find the CLI in the following places:

  • Windows: C:\Program Files\utf9k\October\october-cli.exe
  • macOS: /Applications/October.app/Contents/MacOS/october-cli
  • Linux: /usr/local/bin/october-cli

Invoking the CLI tool show the help menu with the only command currently being october-cli sync which will sync your highlights.

it uses the same process as the GUI but relies on your settings having been configured via the GUI as there is currently no ability to modify settings from the CLI.

This will be added shortly though.

Figuring out how to sign an extra binary and distribute it was the harder part of all this really.

What's Changed

Full Changelog: v1.8.0...v1.9.0-beta1