Skip to content

Commit

Permalink
4 ➡️ 5 (#260)
Browse files Browse the repository at this point in the history
Signed-off-by: Louise Poubel <louise@openrobotics.org>
Signed-off-by: Ashton Larkin <ashton@openrobotics.org>
  • Loading branch information
chapulina authored Jul 28, 2021
2 parents 53d4bc1 + c2e5ab4 commit 1af88ab
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
21 changes: 21 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,27 @@

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


### Ignition Gui 4.5.0 (2021-07-26)

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

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

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

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

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

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

### Ignition Gui 4.4.0 (2021-06-21)

1. Bump required ign-rendering version to 4.8
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 4.4 to 4.5

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

## Ignition GUI 3.x to 4.x

* Use rendering4, transport9 and msgs6.
Expand Down

0 comments on commit 1af88ab

Please sign in to comment.