Skip to content

Commit 833797f

Browse files
author
David Conner
committed
4.1.5
1 parent c39f995 commit 833797f

4 files changed

Lines changed: 17 additions & 3 deletions

File tree

CHANGELOG.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22
Changelog for package flexbe_webui
33
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
44

5+
4.1.5 (2026-05-19)
6+
------------------
7+
* Remove autonomy setting when removing outcome
8+
* Force flake8 to use single process in xdist setup
9+
* Serve behavior definitions from cache
10+
* Route auto-layout transition geometry
11+
* Coerce action goal float fields
12+
* Fix symlink-install behavior save paths
13+
* The following adds optional support for new flexbe_synthesis setup
14+
* Currently under development at https://github.com/CNURobotics/flexbe_synthesis
15+
* Harden synthesis layout followups
16+
* Extract synthesis frontend modules
17+
* Add synthesis timeout, progress, and cancel support
18+
519
4.1.4 (2026-05-16)
620
------------------
721
* Hoist abspath calc out of search loop

flexbe_webui/app/ui/ui_settings.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -602,7 +602,7 @@ UI.Settings = new (function() {
602602

603603
this.getVersion = function() {
604604
// FlexBE Behavior Engine API version
605-
return "4.1.4";
605+
return "4.1.5";
606606
}
607607

608608

package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>flexbe_webui</name>
5-
<version>4.1.4</version>
5+
<version>4.1.5</version>
66
<description>FlexBE Web-based User Interface</description>
77
<maintainer email="robotics@cnu.edu">David Conner</maintainer>
88
<license>Apache 2.0</license>

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def app_data_files(app_root):
2222

2323
setup(
2424
name=PACKAGE_NAME,
25-
version='4.1.4',
25+
version='4.1.5',
2626
packages=[
2727
PACKAGE_NAME,
2828
PACKAGE_NAME + '.io',

0 commit comments

Comments
 (0)