From e2dd1a51be84bb92c3e06c6ca2a607112f1ef2f2 Mon Sep 17 00:00:00 2001 From: Alexander Tiderko Date: Thu, 4 Apr 2024 12:42:31 +0200 Subject: [PATCH] prepare release --- fkie_mas_daemon/package.xml | 2 +- fkie_mas_gui/CHANGELOG.md | 11 +++++++++++ fkie_mas_gui/package.json | 2 +- fkie_mas_gui/package.xml | 2 +- fkie_mas_gui/release/app/package.json | 2 +- fkie_mas_gui/src/renderer/context/SettingsContext.tsx | 2 +- 6 files changed, 16 insertions(+), 5 deletions(-) diff --git a/fkie_mas_daemon/package.xml b/fkie_mas_daemon/package.xml index 49a87b58..9a99b18a 100644 --- a/fkie_mas_daemon/package.xml +++ b/fkie_mas_daemon/package.xml @@ -1,7 +1,7 @@ fkie_mas_daemon - 2.0.1 + 2.0.2 A daemon node to manage ROS launch files and launch nodes from loaded files. MIT diff --git a/fkie_mas_gui/CHANGELOG.md b/fkie_mas_gui/CHANGELOG.md index 3368624f..c9b830a5 100644 --- a/fkie_mas_gui/CHANGELOG.md +++ b/fkie_mas_gui/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## 1.3.7 - 04.04.2024 + +Improved style of the message/service input dialog +Show complete launch path in the node details panel +Added: copy topic type on double click in topic panel + +Fixed: parse/visualization of ros2 messages +Fixed: service call when exactly 1 non-default parameter value is given +Fixed: service call with boolean param +Fixed: a lot of eslint warnings + ## 1.3.6 - 22.03.2024 Update daemon version on join if already connected diff --git a/fkie_mas_gui/package.json b/fkie_mas_gui/package.json index a02de59b..3c6dd1e7 100644 --- a/fkie_mas_gui/package.json +++ b/fkie_mas_gui/package.json @@ -1,6 +1,6 @@ { "name": "fkie-mas-gui", - "version": "1.3.6", + "version": "1.3.7", "description": "GUI to manage running ROS components", "license": "MIT", "keywords": [ diff --git a/fkie_mas_gui/package.xml b/fkie_mas_gui/package.xml index 49eb0a9f..77b91765 100644 --- a/fkie_mas_gui/package.xml +++ b/fkie_mas_gui/package.xml @@ -1,7 +1,7 @@ fkie_mas_gui - 1.3.6 + 1.3.7 Graphical interface to manage the running and configured ROS nodes on different hosts. diff --git a/fkie_mas_gui/release/app/package.json b/fkie_mas_gui/release/app/package.json index 678cd2dd..67ce8cd9 100644 --- a/fkie_mas_gui/release/app/package.json +++ b/fkie_mas_gui/release/app/package.json @@ -1,6 +1,6 @@ { "name": "fkie-mas-gui", - "version": "1.3.6", + "version": "1.3.7", "description": "GUI to manage running ROS components", "license": "MIT", "contributors": [ diff --git a/fkie_mas_gui/src/renderer/context/SettingsContext.tsx b/fkie_mas_gui/src/renderer/context/SettingsContext.tsx index 6bf000f2..c699504f 100644 --- a/fkie_mas_gui/src/renderer/context/SettingsContext.tsx +++ b/fkie_mas_gui/src/renderer/context/SettingsContext.tsx @@ -24,7 +24,7 @@ export const LAUNCH_FILE_EXTENSIONS = [ ]; export const DEFAULT_SETTINGS = { - MIN_VERSION_DAEMON: '2.0.1', + MIN_VERSION_DAEMON: '2.0.2', fgColor: '#1a73e8', bgColor: '#fafafa', fgColorForDarkMode: '#B8E7FB',