You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-5Lines changed: 7 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,17 +60,19 @@ There are lots of small tweaks to the speech and some bug fixes for both Nemeth
60
60
61
61
Note: there is now an option to get Vietnam's braille standard as braille output. This is still a work in progress and is too buggy to be used other than for testing. I expect the next MathCAT release will contain a reliable implementation.
62
62
63
-
### Version 0.3.7
63
+
### Version 0.3.8
64
64
Braille:
65
-
* Dialog has been internationalized (many thanks to the translators!)
66
-
* Initial implementation of CMU -- braille code used in Spain and several Portuguese speaking countries
67
-
* Significant improvements to Vietnamese braille
68
-
* Change relative rate dialog slider to have a maximum value of 100% (now only allows setting slower rates). Also, added step sizes so it is easier to raise/lower the rate significantly.
65
+
* Dialog has been internationalized for several languages (many thanks to the translators!)
66
+
* Initial implementation of CMU -- the braille code used in Spanish and Portuguese speaking countries
69
67
* Fix some UEB bugs and added some characters for UEB
68
+
* Significant improvements to Vietnamese braille
70
69
71
70
Other fixes:
71
+
* Change relative rate dialog slider to have a maximum value of 100% (now only allows setting slower rates). Also, added step sizes so it is easier to raise/lower the rate significantly.
72
+
* Fix espeak bug that sometimes cut off speech when the relative rate was changed
72
73
* Improvements to Vietnamese speech
73
74
* Fixed bug with OneCore voices saying "a"
74
75
* Fixed some navigation bugs when `AutoZoomOut` is False (not the default)
75
76
* Fix updating around language changes and some other dialog changes so they take effect immediately upon clicking "Apply" or "OK".
77
+
* Several improvements for cleaning up poor MathML code
Copy file name to clipboardExpand all lines: buildVars.py
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -26,10 +26,11 @@ def _(arg):
26
26
"addon_description": _("""MathCAT is a replacement for MathPlayer which has been discontinued.
27
27
It provides speech and braille support, and also supports MathPlayer's three modes of navigation.
28
28
The speech quality is not quite as good as MathPlayer's speech yet,
29
-
but the braille support is much better and includes both Nemeth and UEB Technical. It also includes support for CMU (Spanish/Portuguese) and Vietnamese braille standards.
29
+
but the braille support is much better and includes both Nemeth and UEB Technical.
30
+
It also includes support for CMU (Spanish/Portuguese) and Vietnamese braille code standards.
30
31
Translations to Indonesian, Spanish, and Vietnamese exist and other translations are in progress."""),
0 commit comments