From 27406e4fd4516860f31500033867d66652d0398f Mon Sep 17 00:00:00 2001 From: mgreminger Date: Sun, 24 Mar 2024 16:16:33 -0500 Subject: [PATCH] Bump version and update new features model to include calculus bug fixes --- src/App.svelte | 2 +- src/Updates.svelte | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/src/App.svelte b/src/App.svelte index 56e1b82c..326f9735 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -90,7 +90,7 @@ const apiUrl = window.location.origin; - const currentVersion = 20240321; + const currentVersion = 20240324; const tutorialHash = "fFjTsnFoSQMLwcvteVoNtL"; const termsVersion = 20240110; diff --git a/src/Updates.svelte b/src/Updates.svelte index fc621451..5ffae423 100644 --- a/src/Updates.svelte +++ b/src/Updates.svelte @@ -16,6 +16,20 @@ } +March 24, 2024 +

Differentiation and Integration Bug Fixes

+

+ Two bugs that occur in certain situations when performing substitutions + with + derivatives + and + integrals + have been fixed. This fix also has the benefit of speeding up calculations for sheets that + make use of derivatives or integrals. +

+ +
+ March 21, 2024

Custom Right Click Context Menu Added