Skip to content

Tags: marcosnils/bin

Tags

v0.26.0

Toggle v0.26.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
honour HTTP_PROXY/HTTPS_PROXY/NO_PROXY in all HTTP clients (#288)

Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>

v0.25.5

Toggle v0.25.5's commit message

Verified

This commit was signed with the committer’s verified signature.
marcosnils Marcos Nils
use config's remote_name when updating to avoid selecting if values

match

fixes #282

Signed-off-by: Marcos Nils <marcosnils@gmail.com>

v0.25.4

Toggle v0.25.4's commit message

Verified

This commit was signed with the committer’s verified signature.
marcosnils Marcos Nils
add `-n` flag to filter assets by name

Signed-off-by: Marcos Nils <marcosnils@gmail.com>

v0.25.3

Toggle v0.25.3's commit message

Verified

This commit was signed with the committer’s verified signature.
marcosnils Marcos Nils
only show executable files from archive formats

Signed-off-by: Marcos Nils <marcosnils@gmail.com>

v0.25.2

Toggle v0.25.2's commit message

Verified

This commit was signed with the committer’s verified signature.
marcosnils Marcos Nils
don't score unsupported common extensions

Signed-off-by: Marcos Nils <marcosnils@gmail.com>

v0.25.1

Toggle v0.25.1's commit message

Verified

This commit was signed with the committer’s verified signature.
marcosnils Marcos Nils
make saveToDisk atomic and more robust against failures.

This is required on Windows where in-place writes to running binaries fail.
The new file is written to a temporary .new file first, then moved into place.
If the target already exists, it is moved aside to a .old file first, and rolled back if the move fails.

Signed-off-by: Marcos Nils <marcosnils@gmail.com>

v0.25.0

Toggle v0.25.0's commit message

Verified

This commit was signed with the committer’s verified signature.
marcosnils Marcos Nils
add support to filter releases in github

Signed-off-by: Marcos Nils <marcosnils@gmail.com>

v0.24.3

Toggle v0.24.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
remove doesn't fail fast if a binary is not found (#277)

v0.24.2

Toggle v0.24.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(ensure,update): persist provider/path (#254)

v0.24.1

Toggle v0.24.1's commit message

Verified

This commit was signed with the committer’s verified signature.
marcosnils Marcos Nils
don't update pinned dependencies when updating all

Signed-off-by: Marcos Lilljedahl <marcosnils@gmail.com>