Releases: Jake-Shadle/xwin
Releases · Jake-Shadle/xwin
Release 0.2.10
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
0.2.8
Added
- PR#59 added support for installing the Active Template Library (ATL). Thanks @pascalkuthe!
Release 0.2.7
Added
- No changes in xwin itself, but now prebuilt binaries for
apple-darwin
are supplied.
Release 0.2.6
Changed
- Updated dependencies, notably
indicatif
andinsta
.
Release 0.2.5
Changed
- PR#52 updated dependencies, including openssl-src to fix various issues raised by Github security advisories.
Release 0.2.4
Added
- PR#50 added the ability to specify an HTTPS proxy via the
https_proxy
environment variable. Thanks @j-raccoon!
Release 0.2.3
Release 0.2.2
Changed
- PR#45 replaced
reqwest
withureq
which significantly reduced dependencies. It also maderustls
an optional (but default) TLS implementation in addition to supporting native TLS for arcane platforms that are not supported byring
. Thanks @messense! - PR#46 updated MSI to 0.5. Thanks @messense!