Skip to content

Commit

Permalink
Bump version and update new features model to include calculus bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mgreminger committed Mar 24, 2024
1 parent 69aad74 commit 27406e4
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
const apiUrl = window.location.origin;
const currentVersion = 20240321;
const currentVersion = 20240324;
const tutorialHash = "fFjTsnFoSQMLwcvteVoNtL";
const termsVersion = 20240110;
Expand Down
14 changes: 14 additions & 0 deletions src/Updates.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,20 @@
}
</style>

<em>March 24, 2024</em>
<h4>Differentiation and Integration Bug Fixes</h4>
<p>
Two bugs that occur in certain situations when performing substitutions
with
<a href="https://github.com/mgreminger/EngineeringPaper.xyz/issues/156" target="_blank">derivatives</a>
and
<a href="https://github.com/mgreminger/EngineeringPaper.xyz/issues/244" target="_blank">integrals</a>
have been fixed. This fix also has the benefit of speeding up calculations for sheets that
make use of derivatives or integrals.
</p>

<br>

<em>March 21, 2024</em>
<h4>Custom Right Click Context Menu Added</h4>
<p>
Expand Down

0 comments on commit 27406e4

Please sign in to comment.