Skip to content

Latest commit

 

History

History
83 lines (49 loc) · 2.2 KB

CHANGELOG.md

File metadata and controls

83 lines (49 loc) · 2.2 KB

Conan CLion plugin changelog

Changed

  • Update gradleVersion to 8.10.2
  • Update qodana to 2024.2.3

2.0.7 - 2024-10-01

Changed

  • Update gradle.properties to be compatible with CLion 243.*

2.0.6 - 2024-08-14

Changed

  • Fixed deprecated usage of ActionUpdateThread.OLD_EDT by overriding getActionUpdateThread()

2.0.5 - 2024-08-14

Changed

  • Update gradle.properties to be compatible with CLion 242.*

2.0.4 - 2024-02-13

Changed

  • Update gradle.properties to be compatible with CLion 241.*

2.0.3 - 2023-11-13

Changed

  • Fix selection of Conan executable when named "conan.exe"
  • Fix plugin compatibility with 2023.3

2.0.2 - 2023-09-07

Bugfix

  • Fixed when only the Conan executable path was changed, it was not updated
  • Fixed adding multiple CONAN_COMMAND

2.0.1 - 2023-08-31

Changed

  • Use relative (instead of absolute) path to pass the conan_provider.cmake to CMake

Bugfix

  • Fixed crash due to library data race condition when first using the plugin

2.0.0 - 2023-08-30

Added

  • Add description to plugin.xml
  • Bump minimun required CLion version to 223 (2022.3) to ensure the correct CMake version
  • New Conan CLion plugin compatible with Conan 2.X

2.0.0-beta.1 - 2023-08-24

Added

  • New Conan CLion plugin compatible with Conan 2.X