Releases: Jake-Shadle/xwin
Releases · Jake-Shadle/xwin
0.6.6-rc.2
Fixed
- PR#143 is a second attempt to resolve #141 by switching to a new
3.0.0-rc1
version of ureq that might not have the same issue, as well as adding support for retries for EOF I/O errors seen by users which can be configured via --http-retry
or XWIN_HTTP_RETRY
.
0.6.6-rc.1
Fixed
- PR#142 is an attempt to resolve #141 by switching from
ureq
to reqwest
.
0.6.4
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
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
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
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
Added
- PR#123 (a rework of #119) adds the ability to splat in the format understood by clang-cl
/winsysroot
option.
0.5.2
Changed
- PR#117 updated a few crates, notably
zip
.
0.5.1
Changed
- PR#116 (a rework of #115) improves the speed of the
x86_64-unknown-linux-musl
binary by using mimalloc
.