Skip to content

Releases: jupyter-book/mystmd

v1.1.48

22 Mar 13:57
5ecc27d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/executablebooks/mystmd/compare/[email protected]@1.1.48

[email protected]

14 Mar 19:35
4f6699c
Compare
Choose a tag to compare

What's Changed

  • 📖 Add contributing documentation and docs guide by @choldgraf in #967
  • 📖 Contribute template docs by @rowanc1 in #970
  • 🙈 Ignore hidden directories from watch by @rowanc1 in #971
  • 🐛 Remove TLDS package by @rowanc1 in #969
  • 💬 Add epigraph, pull-quote and blockquote directive by @agoose77 in #961
  • 🧟‍♂️ Restore basic session on myst-cli-utils by @fwkoch in #988

Full Changelog: https://github.com/executablebooks/mystmd/compare/[email protected]@1.1.47

[email protected]

14 Mar 19:34
76c4d7b
Compare
Choose a tag to compare

What's Changed

  • 🔃 Do not recursively call include transform by @fwkoch in #955
  • 🥩 Add raw directive by @fwkoch in #939
  • 🎆 Expose max size for webp conversion by @fwkoch in #954
  • 🔢 Expand numbering items to include template and start by @fwkoch in #953
  • 🚀 1.1.46 by @github-actions in #959

Full Changelog: https://github.com/executablebooks/mystmd/compare/[email protected]@1.1.46

[email protected]

01 Mar 07:57
6b4fb6b
Compare
Choose a tag to compare

What's Changed

  • 🎓 Citation improvements by @fwkoch in #937
  • 🐍 Remove .py and .md from linkify domains by @fwkoch in #940
  • 🪵 Log missing citations in the correct place by @fwkoch in #942
  • 👨🏻‍🏫 Improve algorithm handlers for latex by @rowanc1 in #943
  • 🚀 1.1.45 by @github-actions in #941

Full Changelog: https://github.com/executablebooks/mystmd/compare/[email protected]@1.1.45

[email protected]

26 Feb 20:38
da22969
Compare
Choose a tag to compare

What's Changed

  • 📤 Conform jats/meca export function interface to other export functions by @fwkoch in #935
  • 🌎 Allow https proxy from env var by @fwkoch in #933
  • 🪪 Add id to project frontmatter and populate on init by @fwkoch in #934
  • 🚀 1.1.44 by @github-actions in #936

Full Changelog: https://github.com/executablebooks/mystmd/compare/[email protected]@1.1.44

[email protected]

26 Feb 20:38
58ca715
Compare
Choose a tag to compare

What's Changed

  • 🏴‍☠️ Cache DOIs and intersphinx results to file by @fwkoch in #913
  • 🫓 Flatten inlineCode (that may have children) by @rowanc1 in #920
  • 🏛 Support \textrm{} in latex by @rowanc1 in #921
  • 💭 Support verbatim comment environment in latex by @rowanc1 in #923
  • 💬 Support quote environments in latex by @rowanc1 in #922
  • × Add latex support for \texttimes by @rowanc1 in #930
  • 💬 Support quotation environment in latex by @rowanc1 in #929
  • \\ Latex support improvement for in-paragraph breaks by @rowanc1 in #931
  • 📦 Update dep to citation-js-utils by @rowanc1 in #932
  • 🎆 Make notebook figures "figures" not "code" in pdfs by @fwkoch in #918
  • ❎ Exclude files listed in project config from myst build and watch by @fwkoch in #924
  • 🚀 Release by @github-actions in #914

Full Changelog: https://github.com/executablebooks/mystmd/compare/[email protected]@1.1.43

[email protected]

26 Feb 20:37
6d6a075
Compare
Choose a tag to compare

What's Changed

  • ﹫ Improve typst handling of @ in text and code by @rowanc1 in #906
  • 🎣 Extract DOI from URL for citations by @rowanc1 in #907
  • 🧞‍♀️ Affiliations can be an object by @rowanc1 in #909
  • 🪵 Add programmatic logs to myst for inspection by @rowanc1 in #912
  • 🪆 Support \input in latex by @rowanc1 in #911
  • 🚀 Release by @github-actions in #908

Full Changelog: https://github.com/executablebooks/mystmd/compare/[email protected]@1.1.42

v0.1.41

12 Feb 22:25
d24b057
Compare
Choose a tag to compare

What's Changed

  • 📤 Export JatsSerializer from myst-to-jats by @fwkoch in #894
  • 📖 Update website templates (not themes!) by @rowanc1 in #896
  • 🔧 Prevent basic transforms from modifying headings by default by @fwkoch in #897
  • 🪐 Allow for Jupyter execution (including inline) directly in mystmd CLI by @agoose77 in #873
  • 👈 Cross reference the subEnumerator directly. by @rowanc1 in #899
  • 🚀 Release by @github-actions in #895
  • 🛠 Fix deployment to PyPI by @agoose77 in #902
  • 🛠 Correct path in wheel for PyPI release by @agoose77 in #903
  • MAINT: use _package.json to avoid NPM errors during local dev by @agoose77 in #904
  • 🚀 Release by @github-actions in #905

Full Changelog: https://github.com/executablebooks/mystmd/compare/[email protected]@1.1.41

v1.1.39

09 Feb 19:45
4dca86e
Compare
Choose a tag to compare

What's Changed

  • 📦 Refactor to use @citation-js/core by @agoose77 in #864
  • 🔗 Add LaTeX macro support for \cref{} by @eurunuela in #876
  • 🤖 Add build ci option to not write versions by @fwkoch in #879
  • 🛑 Stop turning dois to links in typst by @fwkoch in #880
  • 🔧 Only parse frontmatter out of first notebook cell by @fwkoch in #882
  • 📦 Add myst-execute package by @fwkoch in #866
  • 🔧 Fix section level for single article exports by @fwkoch in #885
  • 📖 Fix typo in Website Themes doc page by @jbusecke in #886
  • 🤖 Consolidate install steps for all github actions by @fwkoch in #887
  • ⚙️ Move to v4 for checkout and node actions by @rowanc1 in #888
  • 🎆 Add code cell metadata placeholder image to output children by @fwkoch in #889
  • 🎣 Extract DOI from note for citations by @rowanc1 in #891
  • 📦 Upgrade redux toolkit by @fwkoch in #892
  • 🚀 Release by @github-actions in #878

New Contributors

Full Changelog: https://github.com/executablebooks/mystmd/compare/[email protected]@1.1.39

v1.1.38

29 Jan 23:36
Compare
Choose a tag to compare

What's Changed

  • 📖 Document setting allow_origin to http:// rather than https:// by @ryanlovett in #826
  • ♹ Incremental typst improvements by @fwkoch in #831
  • ã Improve latex character recognition for accents by @rowanc1 in #837
  • 🪵 Improve logging for export errors by @rowanc1 in #836
  • 🧭 Order abbreviations by length by @agoose77 in #830
  • 🐛 Duplicate bibtex entries when uppercase by @rowanc1 in #842
  • 🎇 PDF in typst is not supported by @rowanc1 in #845
  • ␛ Escape symbols for typst by @rowanc1 in #846
  • 📚 Allow multiple pages in typst export by @rowanc1 in #844
  • 👨🏻‍💻 Fix inlineCode to work with children by @rowanc1 in #847
  • 📏 Incremental typst improvements by @fwkoch in #841
  • 🔗 Match typst references and figures by @rowanc1 in #843
  • 🔗 Cross references with trailing text by @rowanc1 in #848
  • ⏫ Upgrade tex-to-typst by @rowanc1 in #849
  • 🔧 More small typst improvements by @fwkoch in #853
  • 🧮 Allow enumeration to start at a specified number by @rowanc1 in #861
  • 🤕 Transform heading depths by @fwkoch in #860
  • 📚 Add docstrings to parts of myst-cli by @agoose77 in #850
  • 📆 Show date as UTC date by @rowanc1 in #868
  • 🕵️‍♀️ Support cross-references to file allowing labels on lifted headers by @fwkoch in #867
  • 🎨 Update CSS classes applied to math nodes to match remark-math by @sglyon in #862
  • 📑 Build multi-page exports from toc file by @fwkoch in #875
  • 🚀 Release by @github-actions in #832

New Contributors

Full Changelog: https://github.com/executablebooks/mystmd/compare/[email protected]@1.1.38