8000 Tags · ahippler/get · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: ahippler/get

Tags

v1.12.4

Toggle v1.12.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: avoid long paths in cache & lower the number of folders created (e…

…lectron#186)

Uses a sha256 checksum instead of filenamify for cache paths
Fixes electron#185

v1.12.3

Toggle v1.12.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: skip checksum for versions before it was implemented (electron#182)

v1.12.2

Toggle v1.12.2's commit message

Verified

This commit was signed with the committer’s verified signature.
codebytere Shelley Vohr
fix: force release

v1.12.1

Toggle v1.12.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: deprecate mirrorOptions.nightly_mirror in favor of mirrorOptions…

….nightlyMirror (electron#157)

Fixes a variable inconsistency in mirrorOptions - all variables were camelCase except nightly_mirror. Keeps and deprecates previous version.

v1.12.0

Toggle v1.12.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: allow custom URL resolution with resolveAssetURL (electron#158)

v1.11.0

Toggle v1.11.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: allow only passing a base URL to downloadArtifact (electron#156)

In some cases the url passed with a mirror will be fully-formed and not have path/name at the end, meaning that the current logic will tack it on and cause failures. This fixes that by optionally allowing only the base url to be passed to got for download.

v1.10.0

Toggle v1.10.0's commit message

Verified

This commit was signed with the committer’s verified signature.
MarshallOfSound Samuel Attard
build: force release

v1.9.0

Toggle v1.9.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat(GotDownloader): add progress bar & progress callback option (ele…

…ctron#148)

* add progress bar when downloading after 30 seconds
* add `quiet` and `getProgressCallback` to downloadOptions
* refactor: define options type

v1.8.0

Toggle v1.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: allow bare version placeholder to be replaced in customDir (ele…

…ctron#143)

v1.7.6

Toggle v1.7.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: always transform arch passed to downloadArtifact (electron#141)

0