Skip to content

Commit

Permalink
Bump version and update new features dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
mgreminger committed Nov 13, 2023
1 parent b0db63c commit e7086c6
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/App.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
const apiUrl = window.location.origin;
const currentVersion = 20231031;
const currentVersion = 20231113;
const tutorialHash = "fFjTsnFoSQMLwcvteVoNtL";
const termsVersion = 20230608;
Expand All @@ -101,14 +101,14 @@
const exampleSheets = [
{
path: `/${tutorialHash}`,
title: "Introduction to EngineeringPaper"
title: "Introduction to EngineeringPaper"
},
{
path: "/vU9WUZNEG55ArqfvFRoWQo",
path: "/wVCe8d9RNA3rfmMbyTsjA9",
title: "Plotting and Functions"
},
{
path: "/BZDzZsLbLcyUk6NfCNPC7d",
path: "/po9iiQkryxWq8saRPS7EYk",
title: "Scatter Plots"
},
{
Expand Down
11 changes: 11 additions & 0 deletions src/Updates.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,17 @@ import { modifierKey } from "./stores";
}
</style>

<em>November 13, 2023</em>
<h4>New Scatter Plotting Feature</h4>
<p>
Scatter plots are now supported by EngineeringPaper.xyz. Scatter plotting
leverages the recently added ability to define vectors. See the
<a href="https://engineeringpaper.xyz/po9iiQkryxWq8saRPS7EYk" target="_blank">
Scatter Plotting Tutorial</a> for details.
</p>

<br>

<em>October 31, 2023</em>
<h4>New <em>ceil</em>, <em>floor</em>, and <em>round</em> Functions Have Been Added</h4>
<p>
Expand Down

0 comments on commit e7086c6

Please sign in to comment.