From e766b4a3c10e8abf906a829693538a019559b46a Mon Sep 17 00:00:00 2001 From: mgreminger Date: Mon, 13 May 2024 09:11:55 -0500 Subject: [PATCH] Bump version and add entry to updates modal --- 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 fcb64d2f..4b3fa6e2 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -90,7 +90,7 @@ const apiUrl = window.location.origin; - const currentVersion = 20240418; + const currentVersion = 20240513; const tutorialHash = "fFjTsnFoSQMLwcvteVoNtL"; const termsVersion = 20240110; diff --git a/src/Updates.svelte b/src/Updates.svelte index 59bd2b82..ada6eb2e 100644 --- a/src/Updates.svelte +++ b/src/Updates.svelte @@ -16,6 +16,20 @@ } +May 13, 2024 +

Usability Improvements and Bug Fixes

+

+ This release includes the following usability improvements and bug fixes: +

+ + +
+ April 18, 2024

Maximum Matrix Columns Limit Increased