diff --git a/fkie_mas_gui/CHANGELOG.md b/fkie_mas_gui/CHANGELOG.md index b4b66e8a..c0f21148 100644 --- a/fkie_mas_gui/CHANGELOG.md +++ b/fkie_mas_gui/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 2.5.9 - 17.09.2024 + +Added parameter to move the group parameter in the namespace tree +Changed sort order for capability groups +Fixed: determination of group parameters for nodes if group parameter are defined globally + ## 2.5.8 - 12.09.2024 Fixed rendering error caused by last change diff --git a/fkie_mas_gui/package-lock.json b/fkie_mas_gui/package-lock.json index 98fa4da1..2ce7cc2a 100644 --- a/fkie_mas_gui/package-lock.json +++ b/fkie_mas_gui/package-lock.json @@ -1,12 +1,12 @@ { "name": "fkie-mas-gui", - "version": "2.5.8", + "version": "2.5.9", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "fkie-mas-gui", - "version": "2.5.8", + "version": "2.5.9", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/fkie_mas_gui/package.json b/fkie_mas_gui/package.json index c43a8719..0fc47ba7 100644 --- a/fkie_mas_gui/package.json +++ b/fkie_mas_gui/package.json @@ -1,6 +1,6 @@ { "name": "fkie-mas-gui", - "version": "2.5.8", + "version": "2.5.9", "description": "GUI to manage running ROS components", "license": "MIT", "author": "Alexander Tiderko ", diff --git a/fkie_mas_gui/package.xml b/fkie_mas_gui/package.xml index 8a250aca..3aa6ebc1 100644 --- a/fkie_mas_gui/package.xml +++ b/fkie_mas_gui/package.xml @@ -1,7 +1,7 @@ fkie_mas_gui - 2.5.8 + 2.5.9 Graphical interface to manage the running and configured ROS nodes on different hosts.