- Fixed a bug introduced in 0.8.0, which caused
ubi
to prefer thebrowser_download_url
over theurl
for a GitHub asset. When both are present, it will now use theurl
field. This is important because when downloading assets from a private repo, theurl
will work with the authentication headers thatubi
sets. Fixed by @rnaveiras (Raúl Naveiras). GH #139. - Added more context to errors and made
ubi
display the full error context when it fails. This should help with debugging issues like #136.