Skip to content

Releases: Jake-Shadle/xwin

0.6.5

21 Aug 16:14
Compare
Choose a tag to compare

Fixed

0.6.4

21 Aug 15:46
Compare
Choose a tag to compare

Fixed

  • PR#136 fixed an issue introduced in PR#131 where symlink disabling when a case-insensitive file system was detected was...not being respected. At all.

0.6.3

09 Aug 10:38
Compare
Choose a tag to compare

Fixed

  • PR#134 added back onecoreuap headers that were moved from the main SDK header package in recent versions of the SDK. Thanks @tomager!

0.6.2

02 Jul 08:37
Compare
Choose a tag to compare

Fixed

  • PR#131 resolved #130 by adding detection of case-insensitive file systems, which then disables symlink creation since it is not needed, and breaks.

0.6.1

30 Jun 23:48
Compare
Choose a tag to compare

Fixed

  • PR#129 fixed #128 by adding the additional onecoreuap MSI package that contains headers that were previously (before SDK 10.0.26100) part of other MSI packages. Thanks @bigfoodK!

0.6.0

03 Jun 11:47
Compare
Choose a tag to compare

Added

  • PR#123 (a rework of #119) adds the ability to splat in the format understood by clang-cl /winsysroot option.

0.5.2

06 May 15:50
Compare
Choose a tag to compare

Changed

  • PR#117 updated a few crates, notably zip.

0.5.1

02 Apr 09:20
Compare
Choose a tag to compare

Changed

  • PR#116 (a rework of #115) improves the speed of the x86_64-unknown-linux-musl binary by using mimalloc.

Release 0.5.0

13 Nov 07:26
Compare
Choose a tag to compare

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.

Release 0.4.1

09 Nov 08:54
Compare
Choose a tag to compare

Fixed

  • PR#108 resolved #107 by fixing the Window symlink code added in PR#105 and only using it in the two cases it was needed.