Skip to content

Commit

Permalink
chore: bump version and update features modal
Browse files Browse the repository at this point in the history
  • Loading branch information
mgreminger committed Aug 25, 2024
1 parent 5cb7a21 commit f52a4c1
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 1 deletion.
Binary file added public/images/updates/scientific_notation.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 = 20240818;
const currentVersion = 20240824;
const tutorialHash = "hUts8q3sKUqJGFUwSdL5ZS";
const termsVersion = 20240110;
Expand Down
17 changes: 17 additions & 0 deletions src/Updates.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,23 @@
}
</style>

<em>August 24, 2024</em>
<h4>Scientific Notation Improvements</h4>
<p>
A frequent point of confusion was the lack of support for units immediately following
a number expressed in scientific notation. Units now work as expected when used with
scientific notation (see image below). Additionally, the {modifier}-E keyboard shortcut
can be used to insert scientific notation and a new scientific notation button has been
added to the virtual keyboard.
</p>
<br>
<p>
New scientific notation with units support:
<img src="images/updates/scientific_notation.png" width="{253*0.5}px" height="{64*0.5}px" alt="Math cell shown with scientific notation number with units">
</p>

<br>

<em>August 18, 2024</em>
<h4>New Show Intermediate Results Feature</h4>
<p>
Expand Down

0 comments on commit f52a4c1

Please sign in to comment.