Skip to content

Commit

Permalink
prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
atiderko committed Apr 4, 2024
1 parent aba3fee commit e2dd1a5
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 5 deletions.
2 changes: 1 addition & 1 deletion fkie_mas_daemon/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="3">
<name>fkie_mas_daemon</name>
<version>2.0.1</version>
<version>2.0.2</version>
<description>A daemon node to manage ROS launch files and launch nodes from loaded files.</description>

<license>MIT</license>
Expand Down
11 changes: 11 additions & 0 deletions fkie_mas_gui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion fkie_mas_gui/package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion fkie_mas_gui/package.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0"?>
<package format="3">
<name>fkie_mas_gui</name>
<version>1.3.6</version>
<version>1.3.7</version>
<description>
Graphical interface to manage the running and
configured ROS nodes on different hosts.
Expand Down
2 changes: 1 addition & 1 deletion fkie_mas_gui/release/app/package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion fkie_mas_gui/src/renderer/context/SettingsContext.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit e2dd1a5

Please sign in to comment.