Skip to content

Commit f7d0f6c

Browse files
committed
Switch to version 2.1.4~rc1
* Updated CHANGELOG
1 parent 280b267 commit f7d0f6c

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG

+11-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
2.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

CMake.in.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ SET(OFBUILD_CUSTOM_CMAKE_VERSION "${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION}.
2323
SET(OPENFLUID_VERSION_MAJOR 2)
2424
SET(OPENFLUID_VERSION_MINOR 1)
2525
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")
2727

2828
SET(OPENFLUID_VERSION_FULL "${OPENFLUID_VERSION_MAJOR}.${OPENFLUID_VERSION_MINOR}.${OPENFLUID_VERSION_PATCH}")
2929

0 commit comments

Comments
 (0)