Skip to content

Commit

Permalink
prepare new release
Browse files Browse the repository at this point in the history
  • Loading branch information
atiderko committed Apr 24, 2024
1 parent 065d248 commit b5ccca0
Show file tree
Hide file tree
Showing 6 changed files with 20 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.3</version>
<version>2.1.0</version>
<description>A daemon node to manage ROS launch files and launch nodes from loaded files.</description>

<license>MIT</license>
Expand Down
15 changes: 15 additions & 0 deletions fkie_mas_gui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## 1.4.0 - 24.04.2024

Added configuration parameter to show floating buttons, default false
Copy full file path on double click on the included file in editor explorer
Changed node id generation
Improved performance in topic view, node details panel and log/screen terminals
Improves the starting behavior, send ros.daemon.ready at an interval
Updated dependencies

Fixed: visualization error on not implemented get loggers in ros2
Fixed: shows nodelets/manager not only after a launch file was loaded
Fixed: get diagnostics in ros2
Fixed: nodes are not deselected after start or stop them in ros2
Fixed: remember view state (JSON tree) of received topic in topic echo

## 1.3.8 - 10.04.2024

Improved stop/kill nodes for ROS2
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.8",
"version": "1.4.0",
"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.8</version>
<version>1.4.0</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.8",
"version": "1.4.0",
"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.3',
MIN_VERSION_DAEMON: '2.1.0',
fgColor: '#1a73e8',
bgColor: '#fafafa',
fgColorForDarkMode: '#B8E7FB',
Expand Down

0 comments on commit b5ccca0

Please sign in to comment.