Skip to content

Commit

Permalink
prepare new release
Browse files Browse the repository at this point in the history
  • Loading branch information
atiderko committed May 6, 2024
1 parent 9adfd9b commit 058c638
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions fkie_mas_gui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 1.4.4 - 06.05.2024

Show logging panel on click on snackbar message
Moved 'show details' button to description header in Log panel

Fixed: problems with load shared libraries while start in some environments
Fixed: start nodes with respawn argument in ros2

## 1.4.3 - 30.04.2024

Added left border to layout
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.4.3",
"version": "1.4.4",
"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.4.3</version>
<version>1.4.4</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.4.3",
"version": "1.4.4",
"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.1.1',
MIN_VERSION_DAEMON: '2.1.2',
fgColor: '#1a73e8',
bgColor: '#fafafa',
fgColorForDarkMode: '#B8E7FB',
Expand Down

0 comments on commit 058c638

Please sign in to comment.