Commit ad08c8c Davide Faconti
committed
1 parent 15a9e7a commit ad08c8c Copy full SHA for ad08c8c
File tree 2 files changed +8
-3
lines changed
2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 2
2
Changelog for package Groot
3
3
^^^^^^^^^^^^^^^^^^^^^^^^^^^
4
4
5
+ Forthcoming
6
+ -----------
7
+ * CRITICAL BUG fixed: QLineEdit where not editble in the embeddedWidget
8
+ * Contributors: Davide Faconti
9
+
5
10
0.4.1 (2018-11-23)
6
11
------------------
7
12
* improved node reorder
Original file line number Diff line number Diff line change @@ -13,9 +13,9 @@ It is compliant with the the library [BehaviorTree.CPP](https://github.com/Behav
13
13
You can download and execute Groot easily downloading the latest stable
14
14
[ AppImage] ( https://appimage.org/ ) .
15
15
16
- wget https://github.com/BehaviorTree/Groot/releases/download/0.4.1 /Groot-0.4.1 -x86_64.AppImage
17
- chmod +x ./Groot-0.4.1 -x86_64.AppImage
18
- ./Groot-0.4.1 -x86_64.AppImage
16
+ wget https://github.com/BehaviorTree/Groot/releases/download/0.4.2 /Groot-0.4.2 -x86_64.AppImage
17
+ chmod +x ./Groot-0.4.2 -x86_64.AppImage
18
+ ./Groot-0.4.2 -x86_64.AppImage
19
19
20
20
It should work with Ubuntu 16.04 or later.
21
21
You can’t perform that action at this time.
0 commit comments