Skip to content

Releases: conan-io/conan-vs-extension

v2.0.7

08 Aug 09:05
a8d26af
Compare
Choose a tag to compare

What's Changed

  • Fix setting msvc compiler in profiles for Visual Studio >= 17.10 by @czoido in #248

Full Changelog: v2.0.6...v2.0.7

v2.0.6

24 Jun 11:17
d081863
Compare
Choose a tag to compare

What's Changed

  • Fix: Detect changes correctly in conandata and conanfile by @czoido in #244

Full Changelog: v2.0.5...v2.0.6

v2.0.5

20 Jun 09:58
aec456c
Compare
Choose a tag to compare

What's Changed

  • Fix: Restore changes from 2.0.4 to 2.0.5 fixing bug when updating theme on init by @czoido in #239
  • Fix: Improve update message when updating libraries list by @czoido in #241
  • Fix: Update libraries to latest Conan Center Index version by @czoido in #240

Full Changelog: v2.0.4...v2.0.5

v2.0.4

19 Jun 11:30
4aa6d82
Compare
Choose a tag to compare

What's Changed

  • BugFix: Revert 2.0.3 changes and release 2.0.4 by @czoido in #238

Full Changelog: v2.0.3...v2.0.4

v2.0.3

19 Jun 10:37
Compare
Choose a tag to compare

What's Changed

  • Fix: Add absolute path for images in README by @danimtb in #228
  • Fix: Adapt plugin colors to selected theme by @czoido in #237
  • Fix: Set correct compiler.runtime based on GUI preferences by @memsharded in #235

Full Changelog: v2.0.2...v2.0.3

v2.0.2

08 Apr 13:38
Compare
Choose a tag to compare

What's Changed

  • Fix: Include images in vsixManifest to fix description in Marketplace by @danimtb in #223
  • Fix: Remove compilation warnings by @danimtb in #222
  • Feature: Warn on unsupported project types by @RubenRBS in #226

Full Changelog: v2.0.1...v2.0.2

v2.0.1

15 Mar 16:36
Compare
Choose a tag to compare
  • Fix bug plugin initialization.
  • Fix setting version when drafting release.

v2.0.0

15 Mar 13:53
0135021
Compare
Choose a tag to compare

New Conan Visual Studio extension for Conan 2

  • 🔧 Compatibility: Designed exclusively for Conan 2.0 and above.
  • 🆕 Completely revamped: This is a fresh start with no ties to previous versions.
  • End of support for older versions: Previous extensions are no longer supported.
  • 💻 Platforms supported: It is developed for Visual Studio 2022 and beyond.
  • Looking Ahead: We're committed to supporting Conan 2.0 and future versions.
  • 📢 Early stage release: Your feedback is crucial as we continue to improve 🚀

v1.2.2

08 Aug 08:51
400ef74
Compare
Choose a tag to compare

2019-08-07

No new features, just a fix for CI

v1.2.1

08 Aug 07:12
f38bbc5
Compare
Choose a tag to compare

2019-08-07

  • Fix environment before running Conan (#162)
  • Add menu option 'About' to show all information about the extension (#158)
  • Show metadata in DLL properties (#157)
  • Show Conan version in every log before running the install (#156)
  • Support all MSVC v16 version series (#155)
  • Add support for Visual Studio 2015 (#154)
  • Script to automate RC branch creation (#97)