File tree 2 files changed +12
-2
lines changed
2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 1
1
2.1.4
2
2
3
- * Introduced run options in Builder, acccording to command line options
3
+ * Introduced run options in Builder, acccording to existing
4
+ command line options
5
+ * Added elapsed execution time for simulations in Builder
6
+ * Added menu entry in Builder to open the current project directory
7
+ in a file explorer
8
+ * Added keyboard shortcuts in Builder
9
+ * Updated icons sets for Builder and Devstudio, now based on material design
10
+ * Modified default behaviour when inserting generators in Builder,
11
+ now inserted at the beginning of the model
12
+ * Modified title for generators widgets in Builder to be more explicit
13
+ * Modified writing system of fluidx files to avoid data fragmentation
4
14
* Refactored Builder software architecture
5
15
* Cleaned code
6
16
* Fixed bugs
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ SET(OFBUILD_CUSTOM_CMAKE_VERSION "${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}.
23
23
SET (OPENFLUID_VERSION_MAJOR 2)
24
24
SET (OPENFLUID_VERSION_MINOR 1)
25
25
SET (OPENFLUID_VERSION_PATCH 4)
26
- SET (OPENFLUID_VERSION_STATUS "beta1 " ) # example: SET(OPENFLUID_VERSION_STATUS "rc1")
26
+ SET (OPENFLUID_VERSION_STATUS "rc1 " ) # example: SET(OPENFLUID_VERSION_STATUS "rc1")
27
27
28
28
SET (OPENFLUID_VERSION_FULL "${OPENFLUID_VERSION_MAJOR} .${OPENFLUID_VERSION_MINOR} .${OPENFLUID_VERSION_PATCH} " )
29
29
You can’t perform that action at this time.
0 commit comments