Skip to content

Commit

Permalink
Step release tag
Browse files Browse the repository at this point in the history
  • Loading branch information
gusbrs committed Nov 4, 2024
1 parent 8a6d9a3 commit b278ee6
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 9 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog

## [Unreleased](https://github.com/gusbrs/postnotes/compare/v0.3.0...HEAD)
## [Unreleased](https://github.com/gusbrs/postnotes/compare/v0.4.0...HEAD)

## [v0.4.0](https://github.com/gusbrs/postnotes/compare/v0.3.0...v0.4.0) (2024-11-04)

*WARNING*: You may need to clear your .aux files after this update.
- (Internally, the macro used in the .aux file, `\post@note`, used to take two
Expand Down
2 changes: 1 addition & 1 deletion build.lua
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ cleanfiles = {

-- CTAN upload settings
uploadconfig = {
version = "0.3.0", -- first line for tagging
version = "0.4.0", -- first line for tagging
pkg = "postnotes",
author = "gusbrs",
uploader = "gusbrs",
Expand Down
36 changes: 30 additions & 6 deletions ctan-announcement.text
Original file line number Diff line number Diff line change
@@ -1,9 +1,33 @@
## v0.3.0 (2024-10-15)
## v0.4.0 (2024-11-04)

*WARNING*: You may need to clear your .aux files after this update.
- (Internally, the macro used in the .aux file, `\post@note`, used to take two
arguments, but now it takes four.)

### Added
- Provide `multiple` option, with functionality akin the the same named option
from `footmisc`.
- Provide (experimental) support for PDF tagging. For this, the required LaTeX
kernel version was bumped to 2024-06-01. Tagging support requires
`testphase=phase-III` (`phase-II` with `listenv=none`).
- Provide (experimental) `counteraux` option: full automation of notes
numbering and sequence capable of handling both multiple passes from
measuring operations and floats shuffling the sequence of notes.
`\postnote`s set inside floats may float past `\printpostnotes` and belong
to the section where they are actually typeset.
- Provide options `checkduplicates` and `checkfloats`, which issue warnings in
case of duplicate notes from measuring passes and of notes order mismatch
resulting from float placement.
- Provide `maybemulti` option, exposing to users a simple method to handle
cases of duplicate notes resulting from measuring passes which was already
used internally.
- Warning at `enddocument` for stray `\postnote`s left after the last
`\printpostnotes`.
- Support for `xltabular` package.

### Fixed
- Fixed `style=endnotes` tagging error (see issue
[#8](https://github.com/gusbrs/postnotes/issues/8))

### Changed
- Improved handling of nested notes, example added to the User manual.

### Removed
- Command `\postnotesectionx`, which had been deprecated since v0.2.0 from
2022-12-28, has been removed.

2 changes: 1 addition & 1 deletion postnotes.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@
%
%
% \begin{macrocode}
\ProvidesExplPackage {postnotes} {2024-10-15} {0.3.0}
\ProvidesExplPackage {postnotes} {2024-11-04} {0.4.0}
{Endnotes for LaTeX}
% \end{macrocode}
%
Expand Down

0 comments on commit b278ee6

Please sign in to comment.