Skip to content

Commit 00175ca

Browse files
committed
Update change log
1 parent f0e0388 commit 00175ca

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Lots of changes because it has been a while since the last release.
4949
* Changed the speech for ≈ from "congruent to" to "approximately equal to"
5050
* Added inference for cross-product and dot-product
5151
* Added inference for div, grad, and curl
52-
* Be more restrictive when infering a table
52+
* Be more restrictive when inferring a table
5353
* Changed speech for the general cases of `mover` and `munder` from "modified x with y above it" to "quantity x with y above it"
5454
* Improved rule for {} so that it isn't always spoken as "set of ...". It could just be bracketing chars.
5555
* Tweaked the speech for ∈ inside of a set so that the word "is" is dropped when part of a set -- "the set of all x is an element of ..." sounds poor.
@@ -58,9 +58,11 @@ Lots of changes because it has been a while since the last release.
5858
* Add speech for coordinates ("the point at 1 comma 2")
5959
* Added pauses for a ","
6060
* Added speech for units (e.g., "km", "in") -- won't work for single letter units such as "m" and "s" unless marked as a unit
61+
* Terse mode now says "of" for functions except for trig/log functions. It was a little too terse before.
6162

6263
#### Navigation
6364

65+
* Added "Speech" to copy menu when navigating so that you can copy out the text used to speak the focus point in the expression being explored.
6466
* Substantial rewrite of the navigation rules so that follow the inferred meaning. For example, if MathCAT says "absolute value of x" and you "zoom in", then you move to the "x", not to a vertical bar. As another example, if MathCAT determines that a table consists of rows of equations, navigation won't concatenate the columns so that the table acts like there is only one column.
6567

6668
#### Braille
@@ -79,7 +81,8 @@ Lots of changes because it has been a while since the last release.
7981
* Auto sets those preferences based on the value of the Language pref. For some language such as Spanish, , is used in some countries and . is used in others. In this case, it is best to set the language to also include the country code (e.g, es-es or es-mx) to ensure the right value is used.
8082
* Added more Unicode chars to include both all Unicode chars marked as "Sm" and those with a mathclass (except Alphabetic and Glyph classes) in the Unicode standard.
8183
* Add support for some (upcoming) new Unicode characters (equilibrium arrows and others) used in Chemistry into UEB and Nemeth
82-
* Several fixes for recognizing chemistry
84+
* Fixed a bug with double-struck numbers for Nemeth.
85+
* Several fixes for recognizing chemistry
8386

8487
#### Fixes
8588

0 commit comments

Comments
 (0)