diff --git a/fkie_mas_gui/CHANGELOG.md b/fkie_mas_gui/CHANGELOG.md index 861cc70..eda3cb0 100644 --- a/fkie_mas_gui/CHANGELOG.md +++ b/fkie_mas_gui/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 2.6.2 - 09.10.2024 + +Start nodelet manager before nodelets also if not selected +Added handling for nm/kill_on_stop parameter +Force reload file and drop local changes +Catch errors while read ssh configuration +Fixed: selection of root item in explorer of the editor +Fixed: display of multiple screens in details panel +Fixed: font size of the node names with namespaces + ## 2.6.1 - 08.10.2024 Load configuration files into the editor only on demand, show loading indicators diff --git a/fkie_mas_gui/package-lock.json b/fkie_mas_gui/package-lock.json index 575d3ee..c7c4ca8 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.1", + "version": "2.6.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "fkie-mas-gui", - "version": "2.6.1", + "version": "2.6.2", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/fkie_mas_gui/package.json b/fkie_mas_gui/package.json index f034382..5f76241 100644 --- a/fkie_mas_gui/package.json +++ b/fkie_mas_gui/package.json @@ -1,6 +1,6 @@ { "name": "fkie-mas-gui", - "version": "2.6.1", + "version": "2.6.2", "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 ce40628..fd3c887 100644 --- a/fkie_mas_gui/package.xml +++ b/fkie_mas_gui/package.xml @@ -1,7 +1,7 @@ fkie_mas_gui - 2.6.1 + 2.6.2 Graphical interface to manage the running and configured ROS nodes on different hosts.