From 7a220fdda78591c726754dfc703aeb2ca22de694 Mon Sep 17 00:00:00 2001 From: Louise Poubel Date: Fri, 5 Mar 2021 17:33:13 -0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=88=203.11.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Louise Poubel --- CMakeLists.txt | 2 +- Changelog.md | 35 +++++++++++++++++++++++++++++++++++ 2 files changed, 36 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 669832d7e..96c3a6cf3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.10.2 FATAL_ERROR) #============================================================================ # Initialize the project #============================================================================ -project(ignition-common3 VERSION 3.10.1) +project(ignition-common3 VERSION 3.11.0) #============================================================================ # Find ignition-cmake diff --git a/Changelog.md b/Changelog.md index a927ee41f..42dc617f2 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,6 +2,41 @@ ## Ignition Common 3.X.X +## Ignition Common 3.11.0 (2021-03-05) + +1. Fix image BGR to PNG (swap red and blue) + * [Pull request #162](https://github.com/ignitionrobotics/ign-common/pulls/162) + +1. Remove issue & PR templates + * [Pull request #174](https://github.com/ignitionrobotics/ign-common/pulls/174) + +1. Prevent console spamming when exporting a mesh that has multiple texture coordinates + * [Pull request #171](https://github.com/ignitionrobotics/ign-common/pulls/171) + +1. Associate library materials effect with meshes + * [Pull request #151](https://github.com/ignitionrobotics/ign-common/pulls/151) + +1. Added issue & PR templates + * [Pull request #166](https://github.com/ignitionrobotics/ign-common/pulls/166) + +1. Added support for HW-accelerated video encoding. + * [Pull request #125](https://github.com/ignitionrobotics/ign-common/pulls/125) + * [Pull request #169](https://github.com/ignitionrobotics/ign-common/pulls/169) + * [Pull request #175](https://github.com/ignitionrobotics/ign-common/pulls/175) + +1. Added FlagSet utility class + * [Pull request #118](https://github.com/ignitionrobotics/ign-common/pulls/118) + +1. Disable failing VideoEncoder and Audioecoder tests on Windows + * [Pull request #149](https://github.com/ignitionrobotics/ign-common/pulls/149) + +1. Added ellipsoid mesh + * [Pull request #154](https://github.com/ignitionrobotics/ign-common/pulls/154) + * [Pull request #159](https://github.com/ignitionrobotics/ign-common/pulls/159) + +1. Added capsule mesh + * [Pull request #155](https://github.com/ignitionrobotics/ign-common/pulls/155) + ## Ignition Common 3.10.1 (2021-01-20) 1. Fix transparency tag in the Collada exporter.