diff --git a/CMakeLists.txt b/CMakeLists.txt index ab770aa945..eaf570f512 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-gazebo6 VERSION 6.4.0) +project(ignition-gazebo6 VERSION 6.5.0) #============================================================================ # Find ignition-cmake diff --git a/Changelog.md b/Changelog.md index b2931c172b..36bfd47980 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,6 +2,73 @@ ### Ignition Gazebo 6.X.X (202X-XX-XX) +### Ignition Gazebo 6.5.0 (202X-XX-XX) +1. New trajectory follower system + * [Pull request #1332](https://github.com/ignitionrobotics/ign-gazebo/pull/1332) + +1. Extend ShaderParam system to support textures + * [Pull request #1310](https://github.com/ignitionrobotics/ign-gazebo/pull/1310) + +1. Adds a `Link::SetLinearVelocity()` method + * [Pull request #1323](https://github.com/ignitionrobotics/ign-gazebo/pull/1323) + +1. Fix weird indentation in `Link.hh` + * [Pull request #1324](https://github.com/ignitionrobotics/ign-gazebo/pull/1324) + +1. Limit thruster system's input thrust cmd + * [Pull request #1318](https://github.com/ignitionrobotics/ign-gazebo/pull/1318) + +1. Load and run visual plugin (system) on GUI side + * [Pull request #1275](https://github.com/ignitionrobotics/ign-gazebo/pull/1275) + +1. Log an error if JointPositionController cannot find the joint. (citadel retarget) + * [Pull request #1314](https://github.com/ignitionrobotics/ign-gazebo/pull/1314) + +1. Update source install instructions + * [Pull request #1311](https://github.com/ignitionrobotics/ign-gazebo/pull/1311) + +1. Document the `` option for JointPositionController. + * [Pull request #1309](https://github.com/ignitionrobotics/ign-gazebo/pull/1309) + +1. Fix typo in EntityComponentManager + * [Pull request #1304](https://github.com/ignitionrobotics/ign-gazebo/pull/1304) + +1. Buoyancy: fix center of volume's reference frame + * [Pull request #1302](https://github.com/ignitionrobotics/ign-gazebo/pull/1302) + +1. Fix graded buoyancy problems + * [Pull request #1297](https://github.com/ignitionrobotics/ign-gazebo/pull/1297) + +1. Add surface to buoyancy engine. (retarget fortress) + * [Pull request #1298](https://github.com/ignitionrobotics/ign-gazebo/pull/1298) + +1. Remove EachNew calls from sensor PreUpdates + * [Pull request #1281](https://github.com/ignitionrobotics/ign-gazebo/pull/1281) + +1. Prevent GzScene3D 💥 if another scene is already loaded + * [Pull request #1294](https://github.com/ignitionrobotics/ign-gazebo/pull/1294) + +1. Fix various typos on API documentation + * [Pull request #1291](https://github.com/ignitionrobotics/ign-gazebo/pull/1291) + +1. Optional orientation when spawning entity using spherical coordinates + * [Pull request #1263](https://github.com/ignitionrobotics/ign-gazebo/pull/1263) + +1. Cleanup update call for non-rendering sensors + * [Pull request #1282](https://github.com/ignitionrobotics/ign-gazebo/pull/1282) + +1. Documentation Error + * [Pull request #1285](https://github.com/ignitionrobotics/ign-gazebo/pull/1285) + +1. Min and max parameters for velocity, acceleration, and jerk apply to linear and angular separately. + * [Pull request #1229](https://github.com/ignitionrobotics/ign-gazebo/pull/1229) + +1. Add project() call to examples + * [Pull request #1274](https://github.com/ignitionrobotics/ign-gazebo/pull/1274) + +1. Implement /server_control::stop + * [Pull request #1240](https://github.com/ignitionrobotics/ign-gazebo/pull/1240) + ### Ignition Gazebo 6.4.0 (2021-01-13) 1. Disable more tests on Windows