8000 Releases · gpoore/minted · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Releases: gpoore/minted

python/v0.6.0

15 May 01:26
Compare
Choose a tag to compare
  • Added support for the Pygments tokenmerge filter (#446).

  • .latexminted_config config files are now loaded from
    $XDG_CONFIG_HOME/latexminted (#449), followed by the user home directory,
    TEXMFHOME, and (if enabled) the current working directory. Config files
    later in the sequence override settings from config files that were loaded
    earlier. If $XDG_CONFIG_HOME is not set, it defaults to ~/.config.

latex/v3.7.0

15 May 01:35
Compare
Choose a tag to compare
  • Added support for the Pygments tokenmerge filter and enabled it by
    default (#446). This was the default in minted v2 but was lost in the
    transition to v3.

  • Updated minimum required fvextra to 2025/05/14 and added support for new
    fvextra option texcomments.

  • Updated minimum required latexminted to v0.6.0.

  • Updated documentation to cover loading .latexminted_config config files
    from $XDG_CONFIG_HOME (#449).

  • Added FAQ documentation on console/REPL lexers (#267, #388).

python/v0.5.1

28 Mar 00:28
Compare
Choose a tag to compare
  • Fixed a bug from v0.5.0 in determining whether .latexminted_config is
    readable (#443).

python/v0.5.0

06 Mar 15:40
Compare
Choose a tag to compare
  • Improved handling of .latexminted_config. Invalid config data no longer
    causes an uncaught error, resulting in incorrect error messages on the
    LaTeX side (#438). An empty config file no longer causes an uncaught error
    under some circumstances.

  • Improved --help message (#404).

  • Added man page for Python executable (#403).

  • Updated dependency requirements to latex2pydata >= 0.5.0 and
    latexrestricted >= 0.6.2.

  • When loading data, switched from schema_missing='rawstr' to
    schema_missing='verbatim' for full compatibility with latex2pydata
    v0.5.0.

latex/v3.6.0

06 Mar 16:26
Compare
Choose a tag to compare
  • Updated minimum required latexminted to v0.5.0.

  • In the latexminted.py launcher script, replaced __version__ with
    __launcher_version__ and switched to date-based versioning to prevent
    confusion between the launcher script version and the latexminted library
    version.

latex/v3.5.1

13 Feb 05:45
Compare
Choose a tag to compare
  • Fixed a bug from v3.5.0 related to calculating input line numbers that
    caused errors with \inputminted (#435).

python/v0.4.0

10 Feb 04:59
Compare
Choose a tag to compare
  • rangeregex is now compatible with Python < 3.11.

  • Errors in compiling regular expressions for rangeregex are now always
    caught and translated into LaTeX errors.

  • Improved error messages when rangeregex, possibly combined with
    rangeregexmatchnumber, fails to find a match.

  • A security error related to .latexminted_config is no longer always
    raised when dotfiles are writable by LaTeX (openout_any=a). An error is
    now raised only when .latexminted_config actually exists under these
    circumstances.

latex/v3.5.0

10 Feb 05:17
Compare
Choose a tag to compare
  • Tab characters in inputted temp files with recognized file extensions are
    no longer lost when highlightmode is fastfirst during the first
    compile, or when highlightmode is fast (#431).

  • For environments such as minted, any error messages generated within
    Python and passed to LaTeX now refer to the starting line of the
    environment, instead of the ending line. This improves debugging for long
    environments.

  • Updated minimum required latexminted to v0.4.0 (#425).

python/v0.3.2

25 Nov 04:40
Compare
Choose a tag to compare
  • pyproject.toml: explicitly set build-backend (#424).

latex/v3.4.0

18 Nov 04:50
Compare
Choose a tag to compare
  • Replaced temp counter with a macro to prevent issues with commands
    and environments such as \text from amsmath that modify counter
    behavior (#423).

  • When highlightmode causes all code to be highlighted at once, duplicate
    highlighting is now detected and skipped.

0