Skip to content

Commit b2bd137

Browse files
committed
Merge remote-tracking branch 'upstream/main'
2 parents fe4497b + 0e33d13 commit b2bd137

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
[package]
88
name = "MathCatForPython"
9-
version = "0.6.9"
9+
version = "0.6.10"
1010
authors = ["Neil Soiffer <[email protected]>"]
1111
edition = "2018"
1212
resolver = "2" # allows different build dependency features
@@ -21,7 +21,7 @@ name = "libmathcat_py"
2121
crate-type = ["cdylib"]
2222

2323
[dependencies.mathcat]
24-
version = "=0.6.9"
24+
version = "=0.6.10"
2525
# for testing MathCAT without having to publish a new version (change two occurrences)
2626
# path = "../MathCAT/"
2727
features = ["include-zip"] # for building, we want the zip files so we can include them separately
@@ -31,8 +31,8 @@ version = "0.22"
3131
features = ["extension-module", "abi3"]
3232

3333
[build-dependencies]
34-
zip = { version = "4.0", default-features = false, features = ["bzip2"] }
35-
mathcat = {version = "=0.6.9", features = ["include-zip"]} # for building, we want the zip files so we can include them separately
34+
zip = { version = "4.1", default-features = false, features = ["bzip2"] }
35+
mathcat = {version = "=0.6.10", features = ["include-zip"]} # for building, we want the zip files so we can include them separately
3636
# mathcat = { path = "../MathCAT/", features = ["include-zip"]} # for building, we want the zip files so we can include them separately
3737
# for testing MathCAT without having to publish a new version (change two occurrences)
3838

buildVars.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 <[email protected]>",
3838
# URL for the add-on documentation support

readme.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)