You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#66: fetch will now log the file count after extraction. #77: fetch will now skip Git tags that don't follow SemVer. This allows you to use it with repos that use both SemVer and non-SemVer tags.
Special thanks to @pete0emerson for the contributions!
#62: This rolls back the change from v0.3.6. This means that you can now pass empty values again to --branch, --tag, and --commit, as long as one of those is non-empty, and fetch will handle it correctly.
Release assets can now be identified using regex. If multiple assets match the regex, fetch will automatically download all of them. You can also now pass in multiple checksums, only allowing the download if the computed checksum matches any of the provided ones.
Special thanks to @coryvirok for the contribution!