Skip to content

Releases: microsoft/vcpkg-tool

2021-11-19 Release

19 Nov 22:05
Compare
Choose a tag to compare

What's Changed

  • Implement bundle.usegitregistry (continuation of read-only vcpkg) by @ras0219-msft in #270
  • [vcpkg-hash] use current working directory to get a file by @srgbtl in #272
  • Add pre-release tags and build metadata to relaxed versions by @vicroms in #266
  • Support media queries binary logical operator syntax in platform expressions by @markle11m in #267
  • pkgconfig postbuild check: Allow empty Libs: in share/pkgconfig and improve suggestions by @autoantwort in #255
  • Fix mingw build by @dg0yt in #251
  • Performance work on vcpkg search (30x improvement) by @ras0219-msft in #265
  • Provide better debug information about Visual Studio instances by @ras0219-msft in #271
  • Add 'embeddedsha' to record tested baseline for bundle by @ras0219-msft in #273
  • Fix crash in vcpkg search with builtin-baseline by @ras0219-msft in #278
  • Improve issue reporting links by @dg0yt in #274
  • Fix interleaving issue between print2(...) and print2(Color,...) by @ras0219-msft in #279
  • [help] remove help text for things we don't want people using by @strega-nil-ms in #253

Full Changelog: 2021-11-15...2021-11-19

2021-11-15 Release

16 Nov 18:57
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2021-11-02...2021-11-15

2021-11-02 Release

03 Nov 07:28
Compare
Choose a tag to compare

This is a minor bugfix release.

What's Changed

  • Always unset CLICOLOR_FORCE by @dg0yt in #241
  • Fix find_file_recursively_up when starting from a file. by @BillyONeal in #244
  • Add aria2 to tools list (step 2) by @JackBoosY in #229
  • Add serialization of supports expressions in features by @autoantwort in #240
  • Create the completions directory for fish before copying files by @omartijn in #236
  • Change post-build checks to be warnings rather than errors. by @BillyONeal in #245

Full Changelog: 2021-10-25...2021-11-02

2021-10-25 Release

26 Oct 22:00
b4bff9a
Compare
Choose a tag to compare

This is yet another hotfix release... still trying to get update for the main repo :)

What's Changed

New Contributors

Full Changelog: 2021-10-21...2021-10-25

2021-10-21 Release

21 Oct 21:23
Compare
Choose a tag to compare

This a second hotfix release for 2021-10-18 fixing a further discovered bug attempting to build the curated catalog.

What's Changed

  • [filesystem] Make remove_all remove directories that aren't writable on POSIX. by @BillyONeal in #227

Full Changelog: 2021-10-20...2021-10-21

2021-10-20 Release

20 Oct 23:34
Compare
Choose a tag to compare

This is a hotfix release to fix a problem discovered attempting to use 2021-10-18 in the main repository.

What's Changed

  • Add option to remove unaffected ports from ci action by @dg0yt in #210
  • Fix incorrect ordering in ci ExclusionPredicate by @BillyONeal in #224

Full Changelog: 2021-10-18...2021-10-20

2021-10-18 Release

19 Oct 06:52
a9976f3
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2021-09-10...2021-10-18

2021-09-10 Release

10 Sep 22:56
Compare
Choose a tag to compare
  • Reduces chattiness of some of our console output.
  • Windows builds are built with /MT to avoid needing a C++ redist. Note that most actual use will probably still need a redist.
  • Parallelized cache decompression.

See PR query https://github.com/microsoft/vcpkg-tool/pulls?q=is%3Apr+merged%3A2021-08-12..2021-09-10 for merged PRs.

2021-08-12 Release

13 Aug 02:51
85ab112
Compare
Choose a tag to compare

This release includes a fix for building gcc-6 and passes through environment variables needed to access Intel OneAPI compilers and tools.

See PR query https://github.com/microsoft/vcpkg-tool/pulls?q=is%3Apr+merged%3A2021-08-03..2021-08-12 for merged PRs.

2021-08-03 Release

03 Aug 22:59
Compare
Choose a tag to compare

This release includes an updated x-download, updated tls12-download (with signature checking), and improved error messages.

See PR query https://github.com/microsoft/vcpkg-tool/pulls?q=is%3Apr+merged%3A2021-07-26..2021-08-03 for merged PRs.