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

🎈🏁 5.5.0 #378

Merged
merged 1 commit into from
Mar 29, 2022
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-gui5 VERSION 5.4.0)
project(ignition-gui5 VERSION 5.5.0)

#============================================================================
# Find ignition-cmake
Expand Down
18 changes: 17 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
## Ignition Gui 5

### Ignition Gui 5.X.X (20XX-XX-XX)
### Ignition Gui 5.5.0 (2022-03-28)

1. Fix some Qt warnings
* [Pull request #376](https://github.com/ignitionrobotics/ign-gui/pull/376)

1. Added Snackbar QtQuick object
* [Pull request #369](https://github.com/ignitionrobotics/ign-gui/pull/369)
* [Pull request #370](https://github.com/ignitionrobotics/ign-gui/pull/370)

1. Fix menu scrolling when a new plugin is added
* [Pull request #368](https://github.com/ignitionrobotics/ign-gui/pull/368)

1. Improve KeyPublisher's usability
* [Pull request #362](https://github.com/ignitionrobotics/ign-gui/pull/362)

1. Backport GridConfig improvements to Grid3D
* [Pull request #363](https://github.com/ignitionrobotics/ign-gui/pull/363)

### Ignition Gui 5.4.0 (2022-01-31)

Expand Down