File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 112.1.4
22
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
414 * Refactored Builder software architecture
515 * Cleaned code
616 * 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}.
2323SET (OPENFLUID_VERSION_MAJOR 2)
2424SET (OPENFLUID_VERSION_MINOR 1)
2525SET (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")
2727
2828SET (OPENFLUID_VERSION_FULL "${OPENFLUID_VERSION_MAJOR} .${OPENFLUID_VERSION_MINOR} .${OPENFLUID_VERSION_PATCH} " )
2929
You can’t perform that action at this time.
0 commit comments