|
| 1 | +## 2.2.0 |
| 2 | + |
| 3 | + * Added git user injection in gitaskpass |
| 4 | + * Added internal logging system for openfluid operations debug |
| 5 | + * Added Qt6 compatibility, Qt5 compatibility kept but to be deprecated |
| 6 | + * Added CLI commands for ware operations |
| 7 | + * Added multi-column generator |
| 8 | + * Added capabilities about types and dimensions in single-column generator (integer, boolean, string) |
| 9 | + * Added parameter structure to other wares than simulator (API get function, check in DevStudio) |
| 10 | + * Added RNG seed as optional parameter for random generator |
| 11 | + * Added constraints in data name characters (variables, unit class, attributes) |
| 12 | + * Added functions to filesystem API |
| 13 | + * Added template processing utility |
| 14 | + * Added wheel event to clickable label |
| 15 | + * Added build information to targets |
| 16 | + * Added tools and workflows for automatic conversion of wares and ghosts to 2.2 |
| 17 | + * Added folder operations in DevStudio: git init, remove folder, remove fragment, add fragment |
| 18 | + * Added code fragment feature to share code between wares |
| 19 | + * Added search paths for code fragments (fragments subdir in ware, at workspace level, at userdata level) |
| 20 | + * Added internal simulation test structure |
| 21 | + * Added ware qualtiy checks |
| 22 | + * Added ware status board in DevStudio for info and actions |
| 23 | + * Added fluidx format version (current is 4) |
| 24 | + * Added code tag types: HACK, TOIMPL |
| 25 | + * Added tinyxml as third party library |
| 26 | + * Added spatial display classes to API in ui/spatial |
| 27 | + * Updated signature format from inline C++ macros to standalone interoperable json file |
| 28 | + * Updated ghost file from xml to json |
| 29 | + * Updated settings files format from conf to json (openfluid, project...) |
| 30 | + * Updated C++ standard from 14 to 17 |
| 31 | + * Updated every enum to enum class |
| 32 | + * Updated CMake minimum version to 3.10 |
| 33 | + * Updated DevStudio UX by splitting main toolbar |
| 34 | + * Updated packaging stack for Windows to Msys2 |
| 35 | + * Updated example Firespread model to use multi-column generator |
| 36 | + * Replaced sim2doc by docalyze utility to handle LaTeX, markdown and Rmd (uses pandoc, pdflatex and bibtex) |
| 37 | + * Replaced CLI buddies by generic commands |
| 38 | + * Replaced rapidjson by nlohmannjson as third party library for json handling |
| 39 | + * Updated ghost signature edition dialog for signature in DevStudio |
| 40 | + * Updated chronological series classes to template |
| 41 | + * Updated help of CLI commands (content and structure) |
| 42 | + * Updated infra quality checks (more tests, prehook checks, quicker stylecheck) |
| 43 | + * Updated packaging for Linux, Windows and MacOS |
| 44 | + * Updated user documentation template and content |
| 45 | + * Updated example simulators to 2.2 |
| 46 | + * Updated CI workflow with GitHub actions |
| 47 | + * Updated translations |
| 48 | + * Fixed GetUnit and diffInSeconds API functions |
| 49 | + * Fixed simulation mode result discrepency |
| 50 | + * Removed Qt from all non-UI libraries |
| 51 | + * Removed landr library from repository (was disabled since 2.1.10) |
| 52 | + |
| 53 | + |
1 | 54 | ## 2.1.11
|
2 | 55 |
|
3 | 56 | * Added display of help when openfluid command line is launched
|
|
0 commit comments