Skip to content

Releases: Jake-Shadle/xwin

Release 0.2.10

30 Nov 09:48
Compare
Choose a tag to compare

Fixed

  • PR#67 fixed an issue where incorrect packages could be selected due to using string ordering on strings that could both be version strings and regular non-version strings. Thanks @mite-user!

Release 0.2.9

14 Oct 07:05
Compare
Choose a tag to compare

Added

  • PR#62 added release builds for Windows, closing #58.

Changed

0.2.8

07 Sep 16:03
Compare
Choose a tag to compare

Added

  • PR#59 added support for installing the Active Template Library (ATL). Thanks @pascalkuthe!

Release 0.2.7

29 Aug 06:32
Compare
Choose a tag to compare

Added

  • No changes in xwin itself, but now prebuilt binaries for apple-darwin are supplied.

Release 0.2.6

26 Aug 13:52
Compare
Choose a tag to compare

Changed

  • Updated dependencies, notably indicatif and insta.

Release 0.2.5

21 Jun 07:06
Compare
Choose a tag to compare

Changed

  • PR#52 updated dependencies, including openssl-src to fix various issues raised by Github security advisories.

Release 0.2.4

23 May 07:19
Compare
Choose a tag to compare

Added

  • PR#50 added the ability to specify an HTTPS proxy via the https_proxy environment variable. Thanks @j-raccoon!

Release 0.2.3

16 May 09:35
Compare
Choose a tag to compare

Fixed

  • PR#48 fixed an issue introduced in PR#47 when using multiple architectures. Thanks @messense!

Release 0.2.2

16 May 07:56
Compare
Choose a tag to compare

Changed

  • PR#45 replaced reqwest with ureq which significantly reduced dependencies. It also made rustls an optional (but default) TLS implementation in addition to supporting native TLS for arcane platforms that are not supported by ring. Thanks @messense!
  • PR#46 updated MSI to 0.5. Thanks @messense!

Added

  • PR#47 added symlinks to support the usage of the /vctoolsdir and /winsdkdir options in clang-cl, which allow for a more concise compiler invocation. I would point you to official docs for this but apparently there are none. Thanks @Qyriad!

Release 0.2.1

04 May 06:08
Compare
Choose a tag to compare

Changed

  • PR#41 added a symlink for BaseTsd.h. Thanks @jemc!
  • PR#42 updated dependencies, fixing a CVE.