Skip to content

Commit

Permalink
Bump version and add entry to updates modal
Browse files Browse the repository at this point in the history
  • Loading branch information
mgreminger committed May 13, 2024
1 parent a653a69 commit e766b4a
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 = 20240418;
const currentVersion = 20240513;
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>May 13, 2024</em>
<h4>Usability Improvements and Bug Fixes</h4>
<p>
This release includes the following usability improvements and bug fixes:
</p>
<ul>
<li>Vertical page jumps when editing, moving, or deleting cells has been eliminated improving visual stability and overall performance</li>
<li>Bug fixed where the sheet would hang when the last row of a table cell was selected and an earlier row was deleted</li>
<li>Reduced loading time and memory usage for large sheets</li>
<li>Improved performance when editing sheets with a large number of table cells or piecewise expression cells</li>
</ul>

<br>

<em>April 18, 2024</em>
<h4>Maximum Matrix Columns Limit Increased</h4>
<p>
Expand Down

0 comments on commit e766b4a

Please sign in to comment.