Skip to content

Commit

Permalink
prepare for new version
Browse files Browse the repository at this point in the history
  • Loading branch information
atiderko committed Mar 1, 2024
1 parent 6a49d29 commit f73bba9
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 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.2.0 - 01.03.2024

Added panel to change log level
Show info if daemon version is lower then gui's version
Prevent waiting for the timeout if daemon is not available
Fix transport of uint8[] datatypes in echo node

## 1.1.1 - 28.02.2024

Added tree view to editor
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.1.1",
"version": "1.2.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.1.1</version>
<version>1.2.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.1.1",
"version": "1.2.0",
"description": "GUI to manage running ROS components",
"license": "MIT",
"contributors": [
Expand Down

0 comments on commit f73bba9

Please sign in to comment.