Skip to content

Releases: so-dang-cool/sigi

v3.8.0

Choose a tag to compare

@booniepepper booniepepper released this 23 Jun 23:18
75f3e9b
  • Adds enqueue/prepend to allow for queue semantics
  • Updates URLs for the site and git repo

Full Changelog: v3.7.1...v3.8.0

v3.7.1

Choose a tag to compare

@booniepepper booniepepper released this 29 May 18:06
  • 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

Choose a tag to compare

@booniepepper booniepepper released this 29 May 10:04
  • 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

Choose a tag to compare

@booniepepper booniepepper released this 13 May 22:46
  • 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

Choose a tag to compare

@booniepepper booniepepper released this 08 Feb 06:56
  • 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

Choose a tag to compare

@booniepepper booniepepper released this 15 Oct 11:03
  • Misc updates to dependencies
  • Automated a release process for some hosts on GitHub

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

v3.6.1

Choose a tag to compare

@booniepepper booniepepper released this 15 Oct 10:33
  • 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

Choose a tag to compare

@booniepepper booniepepper released this 04 Jan 19:53

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

Choose a tag to compare

@booniepepper booniepepper released this 11 Nov 14:14
  • 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

Choose a tag to compare

@booniepepper booniepepper released this 22 Sep 04:17

Dependencies updated

Minor internal refactors

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