Skip to content

Commit d7d5fdb

Browse files
authored
Merge pull request #427 from Zioba/master
(v. 0.4.0.) new alphabet implementation
2 parents b9840b3 + 85698cf commit d7d5fdb

33 files changed

+940
-817
lines changed

AUTHORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,4 @@ Lapitsky Artem
1818
Eugen Zakharich
1919
Pavel Karpan (pioneer)
2020
Dmitry Kolb
21+
Yurkov Alexander (zioba)

docs/changelog.html

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,34 @@
1414

1515
<hr width="90%">
1616

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+
1745
<p class="mainheader"> v0.3.1 (Integrator)</p>
1846
<ul>
1947
<p class="header">SCg-editor</p>

installer/FileAssociation.nsh

Lines changed: 0 additions & 190 deletions
This file was deleted.

installer/generate_nsi.py

Lines changed: 0 additions & 52 deletions
This file was deleted.

installer/generate_nsi_64bit.bat

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)