Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🎈 3.5.0 #188

Merged
merged 1 commit into from
Mar 10, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.10.2 FATAL_ERROR)
#============================================================================
# Initialize the project
#============================================================================
project(ignition-gui3 VERSION 3.4.0)
project(ignition-gui3 VERSION 3.5.0)

#============================================================================
# Find ignition-cmake
Expand Down
23 changes: 23 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,29 @@

### Ignition Gui 3.X.X (202X-XX-XX)

### Ignition Gui 3.5.0 (2021-03-10)

1. Screenshot plugin
* [Pull request #170](https://github.com/ignitionrobotics/ign-gui/pull/170)

1. Master branch updates
* [Pull request #187](https://github.com/ignitionrobotics/ign-gui/pull/187)

1. Backport Publisher test from v4
* [Pull request #173](https://github.com/ignitionrobotics/ign-gui/pull/173)

1. Better error messages when component can't be loaded
* [Pull request #175](https://github.com/ignitionrobotics/ign-gui/pull/175)

1. Make Grid3D plugin more flexible
* [Pull request #172](https://github.com/ignitionrobotics/ign-gui/pull/172)

1. Add Windows Installation
* [Pull request #168](https://github.com/ignitionrobotics/ign-gui/pull/168)

1. Fix codecheck
* [Pull request #157](https://github.com/ignitionrobotics/ign-gui/pull/157)

### Ignition Gui 3.4.0 (2020-12-10)

1. Publish plugin API docs
Expand Down