Skip to content

Release 0.4.0

Compare
Choose a tag to compare
@Jake-Shadle Jake-Shadle released this 07 Nov 16:34
· 25 commits to main since this release

Added

  • PR#101 resolved #28, #84, and #85 by adding a minimize command that straces a cargo build to write a map file that can be used by a splat command to only splat the headers and libraries actually needed to build, drastically reducing the splat output (eg. 1.3GiB -> 101MiB). This map file also allows the creation of symlinks on a per-file basis, allowing users to create their own symlinks if needed.
  • PR#104 resolved #103 by allowing custom certificates to be specified via the SSL_CERT_FILE, CURL_CA_BUNDLE, or REQUESTS_CA_BUNDLE environment variables. xwin must be compiled with the native-tls feature for this to function. Thanks @Owen-CH-Leung!
  • PR#105 supplanted #100, allowing creation of symlinks on a Windows host. Thanks @sykhro!