Skip to content

Releases: sigi-cli/sigi

v3.7.1

29 May 18:06
Compare
Choose a tag to compare
  • Introduces a --data-store or --dir flag (with some aliases) to control which directory sigi will use as a data store for managing stacks during a single invocation
    • Thanks to @j-ref for submitting #26
  • Introduces a SIGI_HOME environment variable that can set the data store location (the --data-store flag takes precedence over this) with a fallback to the standard behavior of using a sigi directory in an OS-specific home directory.

Full Changelog: v3.7.0...v3.7.1

v3.7.0

29 May 10:04
Compare
Choose a tag to compare
  • Added sigi edit -- thanks to @Jackojc for the prompt
    • Accepts an optional number sigi edit N for the index of the item to edit, default is the current (0th) item
    • Editor can be specified with --editor EDITOR. Default values are sourced from $VISUAL, $EDITOR, or if those are unset, falls back to nano. All things being equal, I recommend setting VISUAL to your editor of choice

Full Changelog: v3.6.4...v3.7.0

v3.6.4

13 May 22:46
Compare
Choose a tag to compare
  • Added support for complete N and delete N. Thanks to @madmikeross for inspiring #24
  • Updates to dependencies

Full Changelog: v3.6.3...v3.6.4

v3.6.3

08 Feb 06:56
Compare
Choose a tag to compare
  • use <STACK> in interactive mode will change the active stack. Previously this command was stack <STACK> and this remains as an alias of use
  • updates to docs and man page
  • WASM removed from github actions (It was not compiling)

Full Changelog: v3.6.2...v3.6.3

v3.6.2

15 Oct 11:03
Compare
Choose a tag to compare
  • Misc updates to dependencies
  • Automated a release process for some hosts on GitHub

Full Changelog: v3.6.1...v3.6.2

v3.6.1

15 Oct 10:33
Compare
Choose a tag to compare
  • Dependency updates
  • Minor changes in references to the author (now "booniepepper" and formerly "hiljusti")

Full Changelog: v3.6.0...v3.6.1

Sigi 3.6.0

04 Jan 19:53
Compare
Choose a tag to compare

What's Changed

  • Support platform-specific standard location for data file by @icp1994 in #22
    • This means it will follow idiomatic locations. Any previous data will be preserved and moved automatically.

New Contributors

Full Changelog: v3.5.0...v3.6.0

Sigi 3.5.0

11 Nov 14:14
Compare
Choose a tag to compare
  • Added support for semicolons as a command separator in interpreted mode
  • Updated project links to point to new github organization: https://github.com/sigi-cli/sigi
  • Updated clap to 4.0 and made minor related changes

Full Changelog: v3.4.3...v3.5.0

Sigi 3.4.3

22 Sep 04:17
Compare
Choose a tag to compare

Dependencies updated

Minor internal refactors

Full Changelog: v3.4.2...v3.4.3

Sigi 3.4.2

03 Jul 07:44
Compare
Choose a tag to compare

Changes

  • Dependencies updated to support PowerPC 64-bit (big endian) architectures

New Contributors

Full Changelog: v3.4.1...v3.4.2