Skip to content

Commit

Permalink
Update to the latest MathCAT
Browse files Browse the repository at this point in the history
  • Loading branch information
NSoiffer committed May 2, 2024
1 parent ada202b commit 7ebb1f2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

[package]
name = "MathCatForPython"
version = "0.5.3"
version = "0.5.4"
authors = ["Neil Soiffer <[email protected]>"]
edition = "2018"

Expand All @@ -19,7 +19,7 @@ name = "libmathcat_py"
crate-type = ["cdylib"]

[dependencies.mathcat]
version = "0.5.3"
version = "0.5.4"
# for testing MathCAT without having to publish a new version (change two occurences)
# path = "../MathCAT/"

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

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

Expand Down
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,15 @@ MathCAT's rules for speech are not yet as extensive as MathPlayer's rules -- tha

## MathCAT Update Log

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

### Version 0.5.0
* 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.
Expand Down
2 changes: 1 addition & 1 deletion buildVars.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def _(arg):
and other translations are in progress."""
),
# version
"addon_version": "0.5.3",
"addon_version": "0.5.4",
# Author(s)
"addon_author": "Neil Soiffer <[email protected]>",
# URL for the add-on documentation support
Expand Down

0 comments on commit 7ebb1f2

Please sign in to comment.