- Feature: Merged "revisions" feature code in develop branch, still disabled by default until it gets stabilized. (#3055)
- Feature: CMake global variable to disable Conan output
CONAN_CMAKE_SILENT_OUTPUT
(#4042) - Feature: Added new
make
generator. (#4003) - Feature: Deploy a conan snapshot package to test.pypi.org for every develop commit. (#4000)
- Fix: Using the
scm
feature when Conan is not able to read the gitignored files (local optimization mechanism) print a warning to improve the debug information but not crash. (#4045) - Fix: The
tools.get
tool (download + unzip) now supports all the arguments of thedownload
tool. e.g:verify
,retry
,retry_wait
etc. (#4041) - Fix: Improve
make
generator test (#4018) - Fix: Add space and dot in
conan new --help
(#3999) - Fix: Resolve aliased packages in python_requires (#3957)
- Bugfix: Better checks of package reference
pkg/version@user/channel
, avoids bugs for conanfile in 4 nested folders andconan install path/to/the/file
(#4044) - Bugfix: Running Windows subsystem scripts crashed when the PATH environment variable passed as a list. (#4039)
- Bugfix: Fix removal of conanfile.py with
conan source
command and the removal of source folder in the local cache when something fails (#4033) - Bugfix: A
conan install
with a reference failed when running in the operating system root folder because python tried to create the directory even when nothing is going to be written. (#4012) - Bugfix: Fix qbs generator mixing sharedlinkflags and exelinkflags (#3980)
- Bugfix: compiler_args generated "mytool.lib.lib" for Visual Studio libraries that were defined with the
.lib
extension in theself.cpp_info.libs
field ofpackage_info()
. (#3976)