Skip to content

v2.2.0

Latest

Choose a tag to compare

@github-actions github-actions released this 15 Aug 10:40
v2.2.0
274bd4c

Added

  • Added the configure command (alias wizard), running the account wizard by name.

    A bare ortie and any command needing an account offer it when they find no configuration, behind a welcome naming the file they looked for. The offer is a hook rather than a gate: the command carries on afterwards either way. Nothing prompts when stdin is not a terminal or --json is set.

  • Added the ORTIE_CONFIG environment variable, read like -c, both now accepting a :-delimited list.

  • Added the shared Pimalaya help footer, pointing at the bug tracker and the sponsoring page.

Changed

  • Changed a bare ortie to show the help when it finds a configuration, instead of always running the wizard.

    With no configuration it offers to create one, and --account with no subcommand shows the help too.

  • Dropped the wizard's save-path prompt, writing where -c or ORTIE_CONFIG pointed, or to config.toml under $XDG_CONFIG_HOME/ortie.

    The account is still printed before the save is offered, and an existing file is still appended to rather than overwritten, after confirmation. The generated account takes a name the configuration does not already hold, suffixed until free, and claims default = true only when no other account does.

  • Named what is missing in the three account resolution failures: the configuration path read, the accounts it holds, and the two ways to pick a default.

    They used to read Config file not found and Account not found.

  • Bumped io-pim-discovery to 0.6 and pimalaya-stream to 0.2.