diff --git a/CMakeLists.txt b/CMakeLists.txt index b728099c7..4e6776f4f 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-gui4 VERSION 4.5.0) +project(ignition-gui4 VERSION 4.6.0) #============================================================================ # Find ignition-cmake diff --git a/Changelog.md b/Changelog.md index e130e525e..972886da6 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,8 +2,30 @@ ### Ignition Gui 4.X.X -### Ignition Gui 4.X.X (20XX-XX-XX) +### Ignition Gui 4.6.0 (2021-12-20) +1. Use `qmldir` to define QML module with `IgnSpinBox` + * [Pull request #319](https://github.com/ignitionrobotics/ign-gui/pull/319) + +1. Fix `TopicEcho` plugin message display + * [Pull request #322](https://github.com/ignitionrobotics/ign-gui/pull/322) + +1. Don't crash if a plugin has invalid QML + * [Pull request #315](https://github.com/ignitionrobotics/ign-gui/pull/315) + +1. Added log storing for ign-gui under `~/.ignition/gui` + * [Pull request #272](https://github.com/ignitionrobotics/ign-gui/pull/272) + +1. Fix memory leak + * [Pull request #287](https://github.com/ignitionrobotics/ign-gui/pull/287) + +1. Add a filter to the plugin menu + * [Pull request #277](https://github.com/ignitionrobotics/ign-gui/pull/277) + +1. Infrastructure + * [Pull request #274](https://github.com/ignitionrobotics/ign-gui/pull/274) + * [Pull request #275](https://github.com/ignitionrobotics/ign-gui/pull/275) + * [Pull request #329](https://github.com/ignitionrobotics/ign-gui/pull/329) ### Ignition Gui 4.5.0 (2021-07-26)