Releases: Jake-Shadle/xwin
Releases · Jake-Shadle/xwin
Release 0.2.0
Changed
- PR#37 changed from structopt to clap v3 for arguments parsing. Thanks @messense!
- PR#38 fixed up the clap arguments to include metadata to be closer to the original structopt output with eg.
xwin -V
, however this exposed a problem that clap couldn't handle the old--version <MANIFEST_VERSION>
flag since it clashed with-V, --version
, so the flag has been renamed to--manifest-version
. This is unfortunately a breaking change for the CLI.
Release 0.1.10
Release 0.1.9
Fixed
- PR#32 fixed the
--disable-symlinks
flag to actually not emit symlinks, which is needed if the target filesystem is case-insensitive.
Release 0.1.8
Fixed
- PR#30 updated the indicatif pre-release as a workaround for
cargo install
's broken behavior. Thanks @messense!
Release 0.1.7
Fixed
- PR#27 added a fixup for
Iphlpapi.lib => iphlpapi.lib
. Thanks @jelmansouri!
Release 0.1.6
Fixed
- PR#22 added a fix for zeromq using a mixed case include. Thanks @Jasper-Bekkers!
- PR#23 updated dependencies, which included bumping
thread_local
to fix a security advisory.
Release 0.1.5
Release 0.1.4
Release 0.1.3
Fixed
- PR#15 resolved #14 by removing the unnecessary use of
tokio::main
. Thanks @mite-user! - PR#13 resolved #12 by using the actual output directory rather than a hardcoded default. Thanks @mite-user!
Release 0.1.2
Fixed
- PR#11 added a workaround symlink for
Kernel32.lib
to fix the prevalenttime
crate in older versions. Thanks @twistedfall!