Skip to content

Commit

Permalink
prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
atiderko committed Nov 7, 2024
1 parent fcc65da commit d15e01c
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 6 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' encoding='utf-8'?>
<package format="3">
<name>fkie_mas_daemon</name>
<version>3.1.3</version>
<version>3.1.4</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

## 2.6.10 - 07.11.2024

Changed description for setup ssh config in password dialog
Fixed: reporting changed paths for symlinks
Fixed: crash on open self included files
Fixed: save changes and not lost editor focus
Fixed: open screens if exactly two screens are available for a node
Fixed: load included files without arguments
Fixed: error while run remote node
Fixed: build error

## 2.6.9 - 17.10.2024

Added search bar to topic echo panel
Expand Down
4 changes: 2 additions & 2 deletions fkie_mas_gui/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "2.6.9",
"version": "2.6.10",
"description": "GUI to manage running ROS components",
"license": "MIT",
"author": "Alexander Tiderko <alexander.tiderko@fkie.fraunhofer.de>",
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' encoding='utf-8'?>
<package format="3">
<name>fkie_mas_gui</name>
<version>2.6.9</version>
<version>2.6.10</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/src/renderer/context/SettingsContext.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export const LOG_LEVEL_LIST = ["DEBUG", "INFO", "SUCCESS", "WARN", "ERROR"];
export const LAUNCH_FILE_EXTENSIONS = [".launch", "launch.xml", "launch.py", "launch.yaml", "launch.yml"];

export const DEFAULT_SETTINGS = {
MIN_VERSION_DAEMON: "3.1.3",
MIN_VERSION_DAEMON: "3.1.4",
fgColor: "#1a73e8",
bgColor: "#fafafa",
fgColorForDarkMode: "#B8E7FB",
Expand Down

0 comments on commit d15e01c

Please sign in to comment.