- Feature: Only warn on frozen conan v1 remote if enabled. (#17482)
- Feature:
AutotoolsToolchain
uses user's variables when Android cross-compilation at first. (#17470). Docs: 📃 - Feature:
AutotoolsToolchain
checks if Android cross-compilation paths exist. (#17470). Docs: 📃 - Feature: Adding the Conan cache "profiles" folder to the jinja2 search path, so profiles can be included/imported from jinja syntax even for parent and sibling folders. (#17432). Docs: 📃
- Feature: Updated
tools.env.virtualenv:powershell
conf to allow specifying the PowerShell executable (e.g., powershell.exe or pwsh) and passing additional arguments. (#17416). Docs: 📃 - Feature: Deprecate use of
tools.env.virtualenv:powershell=True/False
. (#17416). Docs: 📃 - Fix: Do not show powershell deprecation message if value is None. (#17500)
- Fix: Fix
LocalAPI
definition of editables when callingeditable_add
. (#17498) - Fix: Clarify debug message in CMakeDeps. (#17453)
- Fix: Added explicitly
allow_empty = True
toglob()
function in BazelDeps (bazel 8.x compatible). (#17444) - Fix: Fix broken
cpp_info.location
deduction due to unsanitized regex. (#17430) - Fix: Trusting the real path coming from a symlink is a good one. (#17421)
- Fix: Fix user/channel when searching patterns in a local-recipes-index. (#17408)
- Fix: Add warning for empty version ranges. (#17405)
- Bugfix: Fix bogus duplication of component properties (#17503)
- Bugfix: Fix running commands in powershell with single quotes. (#17487)
- Bugfix: Fix issues with unsetting some types of confs. (#17445)