Releases: so-dang-cool/sigi
Releases · so-dang-cool/sigi
Release list
v3.8.0
- Adds
enqueue/prependto allow for queue semantics - Updates URLs for the site and git repo
Full Changelog: v3.7.1...v3.8.0
v3.7.1
- Introduces a
--data-storeor--dirflag (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_HOMEenvironment variable that can set the data store location (the--data-storeflag 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
- Added
sigi edit-- thanks to @Jackojc for the prompt- Accepts an optional number
sigi edit Nfor 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 tonano. All things being equal, I recommend settingVISUALto your editor of choice
- Accepts an optional number
Full Changelog: v3.6.4...v3.7.0
v3.6.4
- Added support for
complete Nanddelete N. Thanks to @madmikeross for inspiring #24 - Updates to dependencies
Full Changelog: v3.6.3...v3.6.4
v3.6.3
use <STACK>in interactive mode will change the active stack. Previously this command wasstack <STACK>and this remains as an alias ofuse- 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
- Misc updates to dependencies
- Automated a release process for some hosts on GitHub
Full Changelog: v3.6.1...v3.6.2
v3.6.1
- 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
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
- 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