Skip to content

Commit

Permalink
v2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
gpoore committed Sep 12, 2023
1 parent 0b5a481 commit 0d01d19
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 4 deletions.
30 changes: 29 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,36 @@
# Changes


## v2.7 (2022/12/12)
## v2.8 (2023/09/12)

* Under non-Windows operating systems, detect executables with `command -v`
rather than `which` to provide better cross-platform support (#345).

* Added new package option `inputlanglinenos`. This extends the existing
`langlinenos` to cover `\inputminted` as well (#361).

* Improved and updated Pygments documentation (#339).

* Improved `\mintinline` documentation to address packages that redefine
`\section` (#368).

* Added support for `fvextra` options `breakafterinrun` and
`breakbeforeinrun` (#358). In `fvextra` version 1.5, `breakaftergroup`
and `breakbeforegroup` were renamed to `breakafterinrun` and
`breakbeforeinrun` to avoid naming ambiguity with new options. The old
options `breakaftergroup` and `breakbeforegroup` are no longer supported.

* Added `DEPENDS.txt` (#331).

* Removed unnecessary dependency on `calc` package (#313).

* Added documentation in FAQ about copy and paste limitations (#302).

* Added note on `text` lexer to documentation (#274).



## v2.7 (2022/12/12)

* Reimplemented `\mintinline` to use `fvextra`'s argument reading and
processing macros, and to use `fvextra`'s `\Verb` internally.
Expand Down
4 changes: 2 additions & 2 deletions source/minted.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
%<package>\NeedsTeXFormat{LaTeX2e}
%<package>\ProvidesPackage{minted}
%<*package>
[2023/09/11 v2.8-dev10 Yet another Pygments shim for LaTeX]
[2023/09/12 v2.8 Yet another Pygments shim for LaTeX]
%</package>
%<*driver>
\documentclass{ltxdoc}
Expand Down Expand Up @@ -230,7 +230,7 @@
%
%
%
% \begin{changelog}{v2.8}{2023/09/??}
% \begin{changelog}{v2.8}{2023/09/12}
% \item Under non-Windows operating systems, detect executables with \Verb{command -v} rather than \Verb{which} to provide better cross-platform support (\#345).
% \item Added new package option \Verb{inputlanglinenos}. This extends the existing \Verb{langlinenos} to cover \Verb{\inputminted} as well (\#361).
% \item Improved and updated Pygments documentation (\#339).
Expand Down
Binary file modified source/minted.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion source/minted.sty
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
%% and the derived file minted.sty.
\NeedsTeXFormat{LaTeX2e}
\ProvidesPackage{minted}
[2023/09/11 v2.8-dev10 Yet another Pygments shim for LaTeX]
[2023/09/12 v2.8 Yet another Pygments shim for LaTeX]
\RequirePackage{keyval}
\RequirePackage{kvoptions}
\RequirePackage{fvextra}
Expand Down

0 comments on commit 0d01d19

Please sign in to comment.