Skip to content

Commit

Permalink
v1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gpoore committed May 16, 2024
1 parent 3cb7aef commit 6717547
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 deletions.
11 changes: 7 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,19 @@
# Changelog


## v1.7 (dev)
## v1.7.0 (2024/05/16)

* Added new command `\VerbatimClearBuffer`.

* `VerbatimBuffer` environments with the same buffer name now append to the
same buffer, regardless of the value of `globalbuffer`. Previously,
`globalbuffer=false` caused any pre-existing buffer to be cleared.
`globalbuffer=false` caused any pre-existing buffer to be cleared. Now,
`globalbuffer=false` causes anything that is appended to the buffer to be
removed at the end of the environment, but the entire buffer is not
cleared.

* `\FVExtraUnexpandedReadStarOArgMArgBVArg` now checks that the final argument
it reads is braced (#22).
* `\FVExtraUnexpandedReadStarOArgMArgBVArg` now checks that the final
argument it reads is braced (#22).

* Text that immediately follows `\VerbatimInsertBuffer` is no longer indented
to start a new paragraph.
Expand Down
2 changes: 1 addition & 1 deletion fvextra/fvextra.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
%<package>\NeedsTeXFormat{LaTeX2e}[1999/12/01]
%<package>\ProvidesPackage{fvextra}
%<*package>
[2024/05/07 v1.7.dev3 fvextra - extensions and patches for fancyvrb]
[2024/05/16 v1.7.0 fvextra - extensions and patches for fancyvrb]
%</package>
%
%<*driver>
Expand Down
Binary file modified fvextra/fvextra.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion fvextra/fvextra.sty
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
%%
\NeedsTeXFormat{LaTeX2e}[1999/12/01]
\ProvidesPackage{fvextra}
[2024/05/07 v1.7.dev3 fvextra - extensions and patches for fancyvrb]
[2024/05/16 v1.7.0 fvextra - extensions and patches for fancyvrb]
\RequirePackage{etoolbox}
\RequirePackage{fancyvrb}
\RequirePackage{upquote}
Expand Down

0 comments on commit 6717547

Please sign in to comment.