Skip to content

Commit

Permalink
chore: bump version and update new features dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
mgreminger committed Nov 24, 2024
1 parent 88d01df commit b197066
Show file tree
Hide file tree
Showing 2 changed files with 14 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 @@ -96,7 +96,7 @@
const apiUrl = window.location.origin;
const currentVersion = 20241102;
const currentVersion = 20241123;
const tutorialHash = "moJCuTwjPi7dZeZn5QiuaP";
const termsVersion = 20240110;
Expand Down
13 changes: 13 additions & 0 deletions src/Updates.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,19 @@
}
</style>

<em>November 23, 2024</em>
<h4>New Custom Default Sheet Settings Feature</h4>
<p>
You can now set your own custom default sheet settings (default units, default number
formating, etc.). These defaults will be used whenever you create a new sheet
and these settings can also be applied to existing sheets. All of this functionality
is accessible through the "Set User Default" tab of the "Sheet Settings"
dialog (available using the sheet settings button <SettingsAdjust size={16}/>
at the top toolbar).
</p>

<br>

<em>November 2, 2024</em>
<h4>Matrix Multiplication Improvements</h4>
<p>
Expand Down

0 comments on commit b197066

Please sign in to comment.