- Feature: Add
unix_path_package_info_legacyfunction for those cases in which it is used inpackage_infoin recipes that require compatibility with Conan 1.x. In Conan 2, path conversions should not be performed in thepackage_infomethod. (#12886) - Feature: New serialization json and printing for
conan list. (#12883) - Feature: Add requirements to
conan new cmake_{lib,exe}(#12875) - Feature: Allow
--no-remotesto force temporal disabling of remotes (#12808) - Feature: Add barebones template option to conan new. (#12802)
- Feature: Avoid requesting package configuration if PkgID is passed. (#12801)
- Feature: Implemented
conan list *#latestandconan list *:*#latest. Basically, this command can show the latest RREVs and PREVs for all the matching references. (#12781) - Feature: Allow chaining of
self.outputwrite methods (#12780) - Fix: Make
graph infofilters to work on json output too (#12836) - Bugfix: Fix bug to pass a valid GNU triplet when using AutotoolsToolchain and cross-building on Windows. (#12881)
- Bugfix: Ordering if same ref.name but different versions. (#12801)