Skip to content

Release 0.5.0

Compare
Choose a tag to compare
@Jake-Shadle Jake-Shadle released this 13 Nov 07:26
· 37 commits to main since this release

Changed

  • PR#110 changed how Ctx is built. It was getting too complicated to support niche use cases, some of which didn't belong in a library (like reading environment variables), so this functionality has been completely removed. Instead, one must pass in a ureq::Agent that is fully configured how the user wants it.
  • PR#110 changed the environment variable read to the xwin binary instead of the library, as well as its name https_proxy -> HTTPS_PROXY, and added it to an an option on the command line.