Releases: nlbdev/MathCAT
Releases · nlbdev/MathCAT
Development Build
Commits
- 4b1a5c3: added statement to make stdio use utf8 (nsoiffer)
- e5f3f57: only show full details when using
--verboseflag (TalkingCatSW#452) (Moritz Groß) #452 - 0d8bfd4: Trying out
'\xhhhh& `\yhhhhhh' idea for TalkingCatSW#440 (nsoiffer) - bfc7ce3: Updated Unicode code points for equilibrium arrows (TalkingCatSW#450) (Brian Richwine) #450
- b6180ab: use more
AsRef<str>(TalkingCatSW#451) (Moritz Groß) #451 - 64b56a2: Merge branch 'main' of https://github.com/NSoiffer/MathCAT (nsoiffer)
- Modernize codebase with edition 2024 and improve match patterns (TalkingCatSW#453) #453 (Moritz Groß)
- 8f0c6e4: Merge branch 'main' of https://github.com/NSoiffer/MathCAT (nsoiffer)
- adc59a5: Line diffs (TalkingCatSW#455) (Moritz Groß) #455
- 901168f: More changes for a temporary fix for TalkingCatSW#440. (nsoiffer)
- 7deb0fb: add 'unsafe' around env::set_var (nsoiffer)
- 80d38b0: Merge branch 'main' of https://github.com/NSoiffer/MathCAT (nsoiffer)
- 21ce4f7: Fix clippy warnings. (nsoiffer)
- 2ffd95d: use
LazyLockinstead oflazy_static!(TalkingCatSW#454) (Moritz Groß) #454 - de2ca90: fix indentation (nsoiffer)
- 032bb3f: Fix bug where dot6 was not being used in tables with more than one row. (nsoiffer)
- 02ba7c0: Finish
LazyLock(TalkingCatSW#456) (Moritz Groß) #456 - ed756ae: fix linting issues (nsoiffer)
- ab95108: Refactor
extern crate(TalkingCatSW#459) (Moritz Groß) #459 - 84f4767: Add unit tests for TTS (TalkingCatSW#463) (Moritz Groß) #463
- c6f67a3: Add unit tests for
pretty_print.rs(TalkingCatSW#464) (Moritz Groß) #464 - 8b5712d: Make function names, "...", and "∞" be considered
mis if inmtext. Same check as formos. (nsoiffer) - c825dcf: add '#[allow(unused_imports)]' before a 'use log::{debug};' (nsoiffer)
- 2c4268f: Add permissions for contents in Pre Release job (NSoiffer)
- c91fef1: Merge branch 'main' of https://github.com/NSoiffer/MathCAT (nsoiffer)
- 43bcaf5: Added cleanup for 12° and other pseudo-scripts (nsoiffer)
- 3358539: Change "leftwards", "upwards", etc., into "left", "up", etc. Primarily this is about arrows and harpoons, but affects a few other characters. Hopefully I didn't overdo it... (nsoiffer)
- 7ed19c0: add some MathJax 4 PUA mappings. Hopefully most of these can be deleted when MathJax fixes its MathML export. Fixes TalkingCatSW#441 (nsoiffer)
- c933c2e: get test coverage (TalkingCatSW#461) (Moritz Groß) #461
- rewrote
merge_whitespace. The main thing is that it preferentially moves whitespace onto mtext nodes if it is adjacent to an mtext node. (nsoiffer) - 87dc6d8: Merge branch 'main' of https://github.com/TalkingCatSW/MathCAT (nsoiffer)