Skip to content

Commit

Permalink
Update version numbers and what's changed
Browse files Browse the repository at this point in the history
  • Loading branch information
NSoiffer committed May 6, 2024
1 parent 90c2515 commit 18a6103
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 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.4"
version = "0.5.6"
authors = ["Neil Soiffer <[email protected]>"]
edition = "2018"

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

[dependencies.mathcat]
version = "0.5.4"
version = "0.5.6"
# 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.4"
mathcat = "0.5.6"
# for testing MathCAT without having to publish a new version (change two occurences)
# mathcat = {path = "../MathCAT/"}

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

## MathCAT Update Log

### Version 0.5.4
### Version 0.5.6
* 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 a bug with navigation and braille
* 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)
Expand Down
2 changes: 1 addition & 1 deletion build-nvda-addon.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ rm -rf addon/globalPlugins/MathCAT/Rules
# We need to tell PYO3 that
set PYO3_PYTHON_64=C:/Software/Python311
set PYO3_PYTHON_32=C:/Software/Python311-32
set PYO3_PYTHON_32=c:/Users/neils/AppData/Local/Programs/Python/Python37-32
# set PYO3_PYTHON_32=c:/Users/neils/AppData/Local/Programs/Python/Python37-32
env PYO3_PYTHON=$PYO3_PYTHON_32/python.exe cargo build --target i686-pc-windows-msvc --release
cp target/i686-pc-windows-msvc/release/libmathcat_py.dll addon/globalPlugins/MathCAT/libmathcat.pyd
sed 's/^import wx\.xrc/# import wx.xrc/' --in-place "addon/globalPlugins/MathCAT/MathCATgui.py"
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.4",
"addon_version": "0.5.6",
# Author(s)
"addon_author": "Neil Soiffer <[email protected]>",
# URL for the add-on documentation support
Expand Down

0 comments on commit 18a6103

Please sign in to comment.