Releases: marwanhawari/stew
Releases · marwanhawari/stew
v0.6.0
v0.5.0
Features
- Allow for GitHub extended search syntax (like
user:marwanhawariandlanguage:go) insearchcommand (#60) - Stew now ignores archived repos in
searchcommand (#62) - Stew now ignores pre-releases when installing/upgrading latest version of a package (#49)
- Improved checksum filtering in repo assets (#65)
- Added a new configuration option
excludedFromUpgradeAllto specify a list of binaries that should be excluded from thestew upgrade --allcommand (#48)
Other:
- Disallow stew from installing/upgrading itself (#61)
Contributors
v0.4.0
Features
- Add ability to have reproducible batch installs from the
Stewfile.lock.json(#15, #35, #42, #43) - Improve automatic GitHub asset detection by ignoring hash files (#32)
- Now
stew searchcommand usesInstallinstead ofBrowse, so once you select a project, it will try to automatically detect and download the asset of the latest version of the project (#38)
Bug fixes
- Fix downloading GitHub assets from private repos (#24)
- Fix
stew upgradethrowing an error if the package uses the same asset name across versions (#31) - Fix
stew configsuggestions for thestewPathandstewBinPathto default to the users current paths in the config file (#39)
Other:
Breaking changes:
- Remove
stew list --assetsflag because users should no longer try to use the Stewfile for reproducible installs (#34) - Now
stew installonly allows a single argument (#35)
Contributors
v0.3.0
- Add tests
- Show forks in
stew searchresults (#6) - Automatically prompt for renaming a binary if the asset itself is a binary or if the binary couldn't be automatically detected. (#7)
- Add
stew renamesubcommand (#7) - Allow for user configuration and add
stew configsubcommand (#8, #9) - Change default configuration to follow the XDG spec (#8, #9)
- Add
brewtap as an installation option
v0.2.0
- Added
searchsubcommand - Added documentation comments for exported functions/variables/structs
- Improve the help screen text
v0.1.0
- Initial release