Skip to content

Commit

Permalink
prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
atiderko committed Dec 9, 2024
1 parent 6db1c04 commit 817cbe4
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 7 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.4</version>
<version>3.2.0</version>
<description>A daemon node to manage ROS launch files and launch nodes from loaded files.</description>

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

## 2.7.0 - 09.12.2024

Added: remember network id in connect dialog
Added: environment VITE\_ variables to join at start
Added: docker configuration files
Added: option to adjust local time to the robot
Added: auto-connect on start if daemon is running
Changed: open behavior of the connect dialog
Removed: sass dependency
Fixed: warning "findDOMNode is deprecated"
Fixed: X-Tree deprecation warning
Fixed: multiple runs for update and domain id check
Fixed: onClose warning
Fixed: import error in jazzy
Fixed: "invalid escape sequence" for python 3.12
Fixed: undefined ttyd port
Fixed: parameter handling for rolling
Fixed: open screens of a provider

## 2.6.10 - 07.11.2024

Changed description for setup ssh config in password dialog
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": "2.6.10",
"version": "2.7.0",
"description": "GUI to manage running ROS components",
"license": "MIT",
"author": "Alexander Tiderko <[email protected]>",
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.10</version>
<version>2.7.0</version>
<description>
Graphical interface to manage the running and
configured ROS nodes on different hosts.
Expand Down
3 changes: 0 additions & 3 deletions fkie_mas_gui/src/main/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ if (process.env.NODE_ENV === "production") {
// app.disableHardwareAcceleration();
// app.disableDomainBlockingFor3DAPIs();


// const isDebug = process.env.NODE_ENV === 'development' || process.env.DEBUG_PROD === 'true'

// if (isDebug) {
Expand All @@ -51,8 +50,6 @@ if (process.env.NODE_ENV === "production") {
// ).catch(console.log)
// }



const createWindow = async (): Promise<void> => {
// if (isDebug) {
// await installExtensions()
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 @@ -34,7 +34,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.4",
MIN_VERSION_DAEMON: "3.2.0",
fgColor: "#1a73e8",
bgColor: "#fafafa",
fgColorForDarkMode: "#B8E7FB",
Expand Down

0 comments on commit 817cbe4

Please sign in to comment.