Skip to content

Releases: gusbrs/postnotes

v0.2.8

12 Dec 16:19
Compare
Choose a tag to compare

v0.2.8 (2023-12-12)

Fixed

  • Fixed multibool test in \__postnotes_verify_multipass:N.

v0.2.7

14 Nov 14:36
Compare
Choose a tag to compare

v0.2.7 (2023-11-14)

Added

  • Provide \pnidnextnote, with usage example in the manual.
  • User manual example for section splitting using section redefinition.

Changed

  • Don't use expl3 public scratch temporary variables.
  • Prefer e-type expansion.
  • Require 2023-11-01 LaTeX kernel.

v0.2.6

21 Aug 15:13
Compare
Choose a tag to compare

v0.2.6 (2023-08-21)

Fixed

  • Check if@filesw before writing labels to the .aux file.
  • Ensure \post@note is defined in the .aux file.

v0.2.5

16 Jun 13:27
Compare
Choose a tag to compare

v0.2.5 (2023-06-16)

Fixed

v0.2.4

12 Jun 12:38
Compare
Choose a tag to compare

v0.2.4 (2023-06-12)

Changed

  • Use new \lTblrMeasuringBool for identifying measuring passes in
    tabularray tables.

Fixed

  • Don't inhibit postnote counter stepping in contexts which restore counter
    values in measuring passes to ensure proper measuring.
  • Update User manual and regression tests for l3kernel's renaming of
    \bool_case_true:n(TF) to \bool_case:n(TF).

v0.2.3

21 Feb 13:38
Compare
Choose a tag to compare

v0.2.3 (2023-02-21)

Fixed

  • Don't apply fix for "perhaps a missing \item" error for option listenv=none.

v0.2.2

15 Feb 20:37
Compare
Choose a tag to compare

v0.2.2 (2023-02-15)

Fixed

  • Don't try to hyperlink \postnotezref when zref-hyperref is not loaded.
  • "perhaps a missing \item" error for empty \postnote.

Changed

  • Renamed postnotes/print/eachnote hook to postnotes/print/note/begin.

v0.2.1

13 Feb 14:57
Compare
Choose a tag to compare

v0.2.1 (2023-02-13)

Fixed

  • User manual typos.

Changed

  • To standardize hooks' names, the postnotes/store/note hook has been
    renamed to postnotes/note/store.

v0.2.0

28 Dec 18:42
Compare
Choose a tag to compare

v0.2.0 (2022-12-28)

Added

  • \postnote option markstr, which can receive a string as value, and does
    not set sortnum.
  • \postnotesection option exp, to expand the contents in place.

Changed

  • To simplify user input, \postnote option mark now requires a number as
    value, but it also sets sortnum.
  • \postnotesectionx is deprecated in favor of the new exp option.
  • Bumped the required kernel to 2022-06-01, so that we can use the new
    \MakeLinkTarget and the starred version of \ref* defined by the kernel,
    which simplifies the relation with hyperref. All in all, postnotes no
    longer needs to use any internal hyperref commands.

v0.1.7

13 Nov 14:10
Compare
Choose a tag to compare

v0.1.7 (2022-11-13)

Added

  • German localization (see issue #2).