Skip to content

Commit 7ebb1f2

Browse files
committed
Update to the latest MathCAT
1 parent ada202b commit 7ebb1f2

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

Cargo.toml

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

77
[package]
88
name = "MathCatForPython"
9-
version = "0.5.3"
9+
version = "0.5.4"
1010
authors = ["Neil Soiffer <soiffer@alum.mit.edu>"]
1111
edition = "2018"
1212

@@ -19,7 +19,7 @@ name = "libmathcat_py"
1919
crate-type = ["cdylib"]
2020

2121
[dependencies.mathcat]
22-
version = "0.5.3"
22+
version = "0.5.4"
2323
# for testing MathCAT without having to publish a new version (change two occurences)
2424
# path = "../MathCAT/"
2525

@@ -29,7 +29,7 @@ features = ["extension-module", "abi3"]
2929

3030
[build-dependencies]
3131
zip = { version = "0.6.2", default-features = false, features = ["deflate"] }
32-
mathcat = "0.5.3"
32+
mathcat = "0.5.4"
3333
# for testing MathCAT without having to publish a new version (change two occurences)
3434
# mathcat = {path = "../MathCAT/"}
3535

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,15 @@ MathCAT's rules for speech are not yet as extensive as MathPlayer's rules -- tha
3030

3131
## MathCAT Update Log
3232

33-
### Version 0.5.3
33+
### Version 0.5.4
3434
* Added Copy As... to the MathCAT dialog (in the "Navagation" pane).
3535
* Fixed a bug where the language reverted to English when changing speech styles.
3636
* Fixed some Asciimath spacing problems.
37+
* Improved chemistry recognition
38+
* Updated MathCAT to new BANA Nemeth chemistry spec (still only single line and special case style/font changes not handled)
3739
* Fix a crash when non-ASCII digits (e.g., bold digits) are used in numbers
3840
* Don't use italic indicators in braille codes when the math alphanumeric italic chars are used
41+
* Some other smaller bug fixes that weren't reported by users
3942

4043
### Version 0.5.0
4144
* Added German LaTeX braille code. Unlike other braille codes, this generates ASCII chars and uses the current braille output table to translate the characters to braille.

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.5.3",
35+
"addon_version": "0.5.4",
3636
# Author(s)
3737
"addon_author": "Neil Soiffer <soiffer@alum.mit.edu>",
3838
# URL for the add-on documentation support

0 commit comments

Comments
 (0)