Skip to content

v0.19

Latest

Choose a tag to compare

@gpoore gpoore released this 16 Feb 14:50
· 1 commit to master since this release
  • Fixed backslash escapes in docstrings and regexes for syntax compatibility
    with Python 3.11+.

  • js now works as a command family for JavaScript (#197).

  • Python console commands and environments are now compatible with Python
    3.14 (#229).

  • Fixed a bug that could cause non-Windows operating systems to attempt to
    invoke a nonexistent batch file when the executable associated with a
    language is not found (#225).

  • Replaced doctype tex with texminted for Weave.jl (#219).

  • Fixed a bug that resulted in uncaught exceptions when \inputpygments
    was used with files that do not exist (#64).

  • Fixed a bug in tracking the number of Pygments errors (#206).

  • Improved error messages (#207, #209). Improved documentation for
    --error-exit-code (#208).

  • Several minor improvements to documentation.