- Feature: (Only if using two profiles) Information from the
self.user_info
field is provided to consumers: information from the host context is accessible viadeps_user_info
attribute, and information from the build context viauser_info_build
attribute. (https://github.com/conan-io/conan/pull/7266). Docs: 📃
- Feature: New
conan config install --list
andconan config install --remove=index
arguments to display and remove conan config install origins. (https://github.com/conan-io/conan/pull/7263). Docs: 📃
- Feature: Support components for
cmake_find_package_multi
generator. (https://github.com/conan-io/conan/pull/7259). Docs: 📃
- Feature: Add Pop!_OS to the list of APT based distributions. (https://github.com/conan-io/conan/pull/7237)
- Feature: Use Bootstrap in search table template style. (https://github.com/conan-io/conan/pull/7224)
- Feature: Added support for template dir in
conan new
. (https://github.com/conan-io/conan/pull/7215). Docs: 📃
- Feature: Configuration for checking the required Conan client version. (https://github.com/conan-io/conan/pull/7183). Docs: 📃
- Feature: Adds tool to fix symlinks in the
package_folder
. (https://github.com/conan-io/conan/pull/7178). Docs: 📃
- Feature: Templates for
conan search --table
andconan info --graph
can be overridden by the user. (https://github.com/conan-io/conan/pull/7176). Docs: 📃
- Feature: Add support for the
CLICOLOR
/CLICOLOR_FORCE
/NO_COLOR
output colorization control variables. (https://github.com/conan-io/conan/pull/7154). Docs: 📃
- Fix: Remove message from the qmake generator. (https://github.com/conan-io/conan/pull/7228)
- Fix: Allow
--build=Pkg/0.1@
to match thePkg/0.1
package, so theconan install Pkg/0.1@ --build=Pkg/0.1@
also works. (https://github.com/conan-io/conan/pull/7219)
- Fix: Improve error message when svn or git are not in the installed or in the path. (https://github.com/conan-io/conan/pull/7194)
- Fix: Graph created for the
test_package/conanfile.py
recipe takes theprofile:build
if given. (https://github.com/conan-io/conan/pull/7182)
- Fix: Define user variables in the
conan_toolchain.cmake
file, not in the project-include file. (https://github.com/conan-io/conan/pull/7160)
- Fix: Set toolset for MSBuild in case of Intel C++. (https://github.com/conan-io/conan/pull/6809)
- Bugfix: Allow to extend classes with
python_requires_extend
from packages that contain "." dots in the package name. (https://github.com/conan-io/conan/pull/7262)
- Bugfix: Correctly inherit
scm
definitions frompython_requires
base classes. (https://github.com/conan-io/conan/pull/7238)
- Bugfix: Change GNU triplet for iOS, watchOS, tvOS to allow simulator builds. (https://github.com/conan-io/conan/pull/6748)
- SCM mode with
scm_to_conandata
and revisions marked as stable. Docs: 📃