| CARVIEW |
Navigation Menu
-
Notifications
You must be signed in to change notification settings - Fork 57
Releases: zyedidia/eget
v1.3.4
This release consists of several bug fixes.
Full Changelog: v1.3.3...v1.3.4
Assets 12
v1.3.3
Changelog:
- Support for zstd compression (
.zstor.tar.zst). - Improved detection for arm32.
- New
-koption for disabling SSL verification on downloads (not usable withGITHUB_TOKEN).
Assets 12
Eget v1.3.2
Changelog:
- Eget will now search for your configuration (
eget.toml) inEGET_CONFIGorXDG_CONFIG_HOMEas a fallback.
Assets 12
Eget v1.3.1
Changelog:
- Bug fixes for configuration files (tilde expansion).
- Adds
--download-alloption to batch download all projects listed in the configuration file.
Assets 12
Eget v1.3.0
This release includes two new features:
- New support for setting global and per-repository options in a config file. See the configuration section in the readme for documentation.
- If the string passed in via
--tagdoes not match an existing tag directly, eget will look for tags that contain the string, and use the latest one if there is a match.
Assets 12
Eget v1.2.1
Minor release including some bug fixes and improvements.
- Bug with symlink extraction fixed.
- Improved extraction performance when using
--file '*' - Autodetect "ubuntu" as linux.
- EGET_GITHUB_TOKEN used instead of GITHUB_TOKEN if it exists.
Assets 12
Eget v1.2.0
- Better interaction between
--toand--upgrade-only. - Support for
.tbzand.txzextensions. - Now uses environment PROXY settings for downloading.
- Support for symbolic links in extracted directories.
- New
--removeflag for uninstalling binaries fromEGET_BIN. - New
^syntax for anti-matches in--asset. - System detector is now applied to
--assetif applicable.
Assets 12
Eget v1.1.0
Changes:
- A direct URL to download from can be provided.
- The
--upgrade-onlyoption will use the Github releasecreated_atdate and local file modification date to avoid downloading a new binary if the local file is more recent than the latest release.
Assets 12
Eget v1.0.1
Bug fixes and improved pre-built binaries.
Assets 9
Eget v1.0.0
Adds support for extracting multiple files and directories. The --file option now accepts a glob which may match multiple files. The syntax is standard glob syntax, * for wildcard and ** for super-wildcard (includes path separators).
If the --all option is provided or all is selected at the prompt, Eget extracts all candidate files. If a file marked for extraction is a directory, then all files within it are extracted to the destination.
This makes it possible to use Eget to install software that is distributed using more than just a single binary. For example, Go can be downloaded and extracted with eget https://go.dev/dl/go1.17.5.linux-amd64.tar.gz --file go.