Skip to content

Releases: Jake-Shadle/xwin

Release 0.2.0

01 Mar 08:04
Compare
Choose a tag to compare

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

28 Feb 15:06
Compare
Choose a tag to compare

Fixed

  • PR#34 changed some code so that it is possible to compile and run for x86_64-pc-windows-msvc, though this target is not explicitly support. Thanks @messense!
  • PR#36 updated indicatif to 0.17.0-rc.6 and pinned it to fix #35.

Release 0.1.9

28 Feb 08:48
Compare
Choose a tag to compare

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

28 Feb 15:08
Compare
Choose a tag to compare

Fixed

Release 0.1.7

24 Feb 07:48
Compare
Choose a tag to compare

Fixed

Release 0.1.6

07 Feb 11:12
Compare
Choose a tag to compare

Fixed

Release 0.1.5

25 Nov 08:13
Compare
Choose a tag to compare

Fixed

  • PR#19 resolved #18 by removing a source of non-determinism in the output. It also made it so that some Store headers are no longer splatted to disk when targeting the Desktop variant alone.

Release 0.1.4

22 Nov 11:07
Compare
Choose a tag to compare

Added

  • PR#17 resolved #6 by adding the --manifest option so that users can specify an exact manifest to use rather than downloading the mutable one from the Microsoft CDN.

Release 0.1.3

17 Nov 14:40
Compare
Choose a tag to compare

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

11 Nov 08:19
Compare
Choose a tag to compare

Fixed

  • PR#11 added a workaround symlink for Kernel32.lib to fix the prevalent time crate in older versions. Thanks @twistedfall!