v1.9.0-beta1
Pre-releaseThis 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
- Pin wails and upgrade Go to 1.21 by @marcus-crane in #112
- Only fetch user library when upload cover setting is enabled by @marcus-crane in #115
- Introduce an initial attempt at a CLI by @marcus-crane in #113
- Sign binary before adding to macOS app by @marcus-crane in #116
- [SIGN] Test codesigning during pull requests by @marcus-crane in #117
- [SIGN] Attempt to package up Windows CLI by @marcus-crane in #119
Full Changelog: v1.8.0...v1.9.0-beta1