From 0f421f90495e6e5051299ec2a2d3ae955c106471 Mon Sep 17 00:00:00 2001 From: Alexander Tiderko Date: Thu, 10 Oct 2024 14:55:43 +0200 Subject: [PATCH] prepare for release --- fkie_mas_gui/CHANGELOG.md | 5 +++++ fkie_mas_gui/package-lock.json | 4 ++-- fkie_mas_gui/package.json | 2 +- fkie_mas_gui/package.xml | 2 +- 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/fkie_mas_gui/CHANGELOG.md b/fkie_mas_gui/CHANGELOG.md index 362ff15..a3faf6f 100644 --- a/fkie_mas_gui/CHANGELOG.md +++ b/fkie_mas_gui/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 2.6.6 - 10.10.2024 + +Fixed: load start parameter of older version +Fixed: wait until all kill_on_stop fired before start nodes to ensure the nodelet manager start first. + ## 2.6.5 - 10.10.2024 Changed connect dialog, replaced checkbox by button to save parameters diff --git a/fkie_mas_gui/package-lock.json b/fkie_mas_gui/package-lock.json index 706bd79..4db8bba 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.6.5", + "version": "2.6.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "fkie-mas-gui", - "version": "2.6.5", + "version": "2.6.6", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/fkie_mas_gui/package.json b/fkie_mas_gui/package.json index f7c2caf..3a2ab76 100644 --- a/fkie_mas_gui/package.json +++ b/fkie_mas_gui/package.json @@ -1,6 +1,6 @@ { "name": "fkie-mas-gui", - "version": "2.6.5", + "version": "2.6.6", "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 f946908..87b8442 100644 --- a/fkie_mas_gui/package.xml +++ b/fkie_mas_gui/package.xml @@ -1,7 +1,7 @@ fkie_mas_gui - 2.6.5 + 2.6.6 Graphical interface to manage the running and configured ROS nodes on different hosts.