Version 0.24.0
This is the seventh public minor release of the Cloe packages. Read all
about the changes here.
Please note that there is a breaking change in the interface of the
cloe-launch
tool, which will affect every single use of the tool.
CLI:
- cli: Fix help text for deploy command [4c193c1]
- cli: Add missing copyright headers [02101ba]
- cli: Replace os.path with pathlib method [857eec6]
- cli: Add config subcommand [871eb2f]
- cli: Unpin click and toml versions [4c36d5b]
- cli: Show conan command being executed in verbose mode [f7f2aee]
- cli: Fix cloe-launch prepare not showing output. [98ec84e]
- cli: Prevent . from being added to CLOE_PLUGIN_PATH [d914acd]
- cli: Add --ignore-plugin-setups option [093bd23]
- cli: Provide help for common errors [7c8c71f]
- cli: Update default build policy from outdated to cascade [8438361]
- cli: Fix rpath list being modified [a7f4416]
- cli: Fix allow_interspersed_args not inherited anymore [74097b7]
- cli: Fix broken Makefile failing to install . [bfe9b83]
- cli: Fix conanfile.py referring to missing setup.py [32b2bba]
- cli: Fix usage error in README [6c85cc5]
- cli: Improve cloe-launch command help messages [a4093b8]
- cli: Simplify conan argument passing [0b4052f]
- cli: Refactor cloe_utils into binutils and procutils [ab0250e]
- cli: Improve error handling of patch_rpath [479e618]
- cli: Disable pylint logging-fstring-interpolation [d8a0c64]
- cli: Fail when patchelf does not exist [9d746eb]
- cli: Add deploy command [1984ca4]
Plugins:
- frustum_culling: Add frustum culling as a cloe plugin [9f921ec]