@@ -46,7 +46,10 @@ Lots of changes because it has been a while since the last official release.
4646* Added a en-UK variant with some British ways to speak bracketing chars.
4747* Added English rules for div, grad, and curl (calculus)
4848* Added English rule for $P(A|B)$ so that | is spoken as "given"
49+ * Added more cases where invisible times is spoken (before roots)
4950* In terse mode, integer subscripts are spoken as "x 1" instead of "x sub 1".
51+ * Added ability for authors to insert pauses (English only at the moment)
52+ * Added a pause before row/equation/line labels
5053* Changed the speech for ≈ from "congruent to" to "approximately equal to"
5154* Added inference for cross-product and dot-product
5255* Added inference for div, grad, and curl
@@ -59,6 +62,10 @@ Lots of changes because it has been a while since the last official release.
5962* Update to speech hint property names in the proposed MathML Core property list
6063* Add speech for coordinates ("the point at 1 comma 2")
6164* Added pauses for a ","
65+ * Added an experimental ` :pause-long ` , ` :pause-medium ` , ` :pause-short ` for intent
66+ * Added an 'xlong' pause
67+ * Increased the meaning of short/medium/long pauses from 150ms/300ms/600ms to 200ms/400ms/800ms. As always, these are scaled to the speech rate.
68+ * In MathML 4, ` mlabedtr ` is deprecated. A workaround is to use the intent property ` :equation-label ` on an ` mtd ` and this is now supported
6269* 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
6370* Terse mode now says "of" for functions except for trig/log functions. It was a little too terse before.
6471
@@ -91,7 +98,7 @@ Lots of changes because it has been a while since the last official release.
9198
9299#### Fixes
93100
94- * Setting .
101+ * Fixed bug with espeak where it would slow down
95102* Fixed sans-serif indicator for Nemeth braille.
96103* Fixed a bug where empty cells in a table that is piecewise, m: system-of-equations or lines were spoken.
97104* Fixed bug where open/closed intervals were inferred when brackets/parens were nested (can't be an interval).
0 commit comments