|
14 | 14 |
|
15 | 15 | <hr width="90%">
|
16 | 16 |
|
| 17 | +<p class="mainheader"> v0.4.0</p> |
| 18 | +<ul> |
| 19 | + <p class="header">Common changes</p> |
| 20 | + <li class="add">fixed copy and paste functions</li> |
| 21 | + |
| 22 | + <p class="header">SCg-editor</p> |
| 23 | + <li class="add">removed typeMap mTypeAlias2GWFType when saving gwf to file, now native types are saved directly</li> |
| 24 | + <li class="add">removed typeMap mTypeAlias2GWFType when saving gwf to file, now native types are saved directly</li> |
| 25 | + <li class="add">updated typeMap mGWFType2TypeAlias when loading from gwf into working fields, old types was stored for compatibility with old formats</li> |
| 26 | + <li class="add">added meta type for nodes and edges</li> |
| 27 | + <li class="add">added persistence parameter (perm/temp) for nodes</li> |
| 28 | + <li class="add">StructType_Abstract StructType_Material types are merged and converted to StructType_Terminal</li> |
| 29 | + <li class="add">added type StructType_Super_Group</li> |
| 30 | + <li class="add">Font is set to Times New Roman [Arial] (10) for text in a frames</li> |
| 31 | + <li class="add">changed the mechanism for changing the types of nodes (including when loading). if persistence is not specified, it will default to perm</li> |
| 32 | + <li class="add">added the ability to place the vertex identifier strictly on the left and strictly on the right</li> |
| 33 | + <li class="add">the mechanism for determining the position of the node identifier has been changed</li> |
| 34 | + <li class="add">the oriented attribute has been renamed to Membership</li> |
| 35 | + <li class="add">updated UI when changing the edge type, added all new types</li> |
| 36 | + <li class="add">implemented compatibility with outdated formats</li> |
| 37 | + <li class="add">the parameters of drawing edgess (width, size of the arrow, drawing templates of specific types) have been changed</li> |
| 38 | + <li class="add">the algorithm for drawing edgess has been changed</li> |
| 39 | + <li class="add">added const/var parameter for contours</li> |
| 40 | + <li class="add">added const/var parameter for links (content)</li> |
| 41 | + |
| 42 | +</ul> |
| 43 | + |
| 44 | + |
17 | 45 | <p class="mainheader"> v0.3.1 (Integrator)</p>
|
18 | 46 | <ul>
|
19 | 47 | <p class="header">SCg-editor</p>
|
|
0 commit comments