Skip to content

Commit

Permalink
Docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
philstopford committed Aug 19, 2020
1 parent 64eef30 commit 8e40eb0
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Common/Variance/support/centralProperties.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
public static class CentralProperties
{
public const string productName = "Variance";
public const string version = "4.2.6";
public const string version = "4.2.7";
public const int maxLayersForMC = 16; // maximum number of supported layers in MC system
public const int scaleFactorForOperation = 10000;
public enum typeShapes { none, rectangle, L, T, X, U, S, GEOCORE, BOOLEAN };
Expand Down
11 changes: 11 additions & 0 deletions Documentation/releases.html
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@
</head>

<ul id=menu>
<li><a href="#releases_427">4.2.7</a>
<li><a href="#releases_426">4.2.6</a>
<li><a href="#releases_425">4.2.5</a>
<li><a href="#releases_424">4.2.4</a>
Expand All @@ -212,6 +213,16 @@
<a name="releases"></a>
<h1 class="western">Variance Release History</h1>

<blockquote>
<a name="releases_427"></a>
<h2 class="western">New to 4.2.7 (Aug 19 2020)</h2>
<blockquote>
<ul>
<li>UI irriation with U-shape now fixed.</li>
</ul>
</blockquote>
</blockquote>

<blockquote>
<a name="releases_426"></a>
<h2 class="western">New to 4.2.6 (Jul 15 2020)</h2>
Expand Down
4 changes: 4 additions & 0 deletions Series 4.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
Changelog for Variance

4.2.7

- Finally resolved a very minor UI irritation where the U-shape wasn't, on first using it, displaying the cutter correctly.

4.2.6

- Viewport enhancements.
Expand Down

0 comments on commit 8e40eb0

Please sign in to comment.