File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed
Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 66
77[package ]
88name = " MathCatForPython"
9- version = " 0.6.9 "
9+ version = " 0.6.10 "
1010authors = [" Neil Soiffer <soiffer@alum.mit.edu>" ]
1111edition = " 2018"
1212resolver = " 2" # allows different build dependency features
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ def _(arg):
3232 and other translations are in progress.""" ,
3333 ),
3434 # version
35- "addon_version" : "0.6.9 " ,
35+ "addon_version" : "0.6.10 " ,
3636 # Author(s)
3737 "addon_author" : "Neil Soiffer <soiffer@alum.mit.edu>" ,
3838 # URL for the add-on documentation support
Original file line number Diff line number Diff line change @@ -32,6 +32,12 @@ MathCAT's rules for speech are not yet as extensive as MathPlayer's rules althou
3232
3333## MathCAT Update Log
3434
35+ ### Version 0.6.10
36+
37+ * Update manifest to indicate compatibility with 2025.1, no external changes
38+ * Because of internal NVDA changes to some speech engines, you may need to tweak MathCAT's "PauseFactor" setting
39+ * Internal improvements to type hints and doc strings thanks to @seanbudd and @RyanMcCleary
40+
3541### Version 0.6.9
3642
3743* Update manifest to indicate compatibility with 2025.1
You can’t perform that action at this time.
0 commit comments