Skip to content

Commit

Permalink
5.2.0 (#261)
Browse files Browse the repository at this point in the history
Signed-off-by: Ashton Larkin <[email protected]>
  • Loading branch information
adlarkin authored Jul 28, 2021
1 parent 1af88ab commit cac3da7
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 1 deletion.
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-gui5 VERSION 5.1.0)
project(ignition-gui5 VERSION 5.2.0)

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

### Ignition Gui 5.X.X (20XX-XX-XX)

### Ignition Gui 5.2.0 (2021-07-27)

1. New teleop plugin implementation.
* [Pull request #245](https:/ignitionrobotics/ign-gui/pull/245)

1. Fix plugin added signal, add PluginByName
* [Pull request #249](https:/ignitionrobotics/ign-gui/pull/249)

1. Fixed tests by passing valid argv
* [Pull request #244](https:/ignitionrobotics/ign-gui/pull/244)

1. Screenshot plugin fixed dbg message
* [Pull request #246](https:/ignitionrobotics/ign-gui/pull/246)

1. Detect ign instead of using cmake module to check for ignition-tools
* [Pull request #240](https:/ignitionrobotics/ign-gui/pull/240)

### Ignition Gui 5.1.0 (2021-06-23)

1. Depend on common 4.1 and rendering 5.1
Expand Down
5 changes: 5 additions & 0 deletions Migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ Deprecated code produces compile-time warnings. These warning serve as
notification to users that their code should be upgraded. The next major
release will remove the deprecated code.

## Ignition GUI 5.1 to 5.2

* The `Application::PluginAdded` signal used to send empty strings. Now it
sends the plugin's unique name.

## Ignition GUI 4.4 to 4.5

* The `Application::PluginAdded` signal used to send empty strings. Now it
Expand Down

0 comments on commit cac3da7

Please sign in to comment.