Skip to content

Commit

Permalink
Preparing 2.20 release
Browse files Browse the repository at this point in the history
  • Loading branch information
plk committed Mar 21, 2024
1 parent 4fef584 commit 41280c7
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 5 deletions.
8 changes: 8 additions & 0 deletions Changes
@@ -1,5 +1,13 @@
Revision history for Biber

2.20 (2024-03)
* Added new option settings `minyearinit` and `minyearfull` for
`uniquename`
* Added `\DeclareNamehashTemplate` and supporting macros to allow
customisation of the nameparts used in name hash construction.
* Added facility for custom namehash ids in extended name format.
* Added new field `fullhashraw`.
* Misc bug fixes
2.19 (2023-03)
* Misc bug fixes
2.18 (2022-06)
Expand Down
5 changes: 3 additions & 2 deletions doc/biber.tex
Expand Up @@ -26,8 +26,8 @@
\newcommand*{\biblatex}{Biblatex\xspace}
\MakeAutoQuote{«}{»}

\gdef\biberversion{2.19} % BIBER VERSION
\gdef\biblatexversion{3.19} % BIBLATEX VERSION
\gdef\biberversion{2.20} % BIBER VERSION
\gdef\biblatexversion{3.20} % BIBLATEX VERSION

% colour for tables
\definecolor{Gray}{gray}{0.85}
Expand Down Expand Up @@ -272,6 +272,7 @@ \subsection{Compatibility Matrix}
\toprule
\biber\ version & \biblatex\ version\\
\midrule
2.20 & 3.20\\
2.19 & 3.19\\
2.18 & 3.18\\
2.17 & 3.17\\
Expand Down
4 changes: 2 additions & 2 deletions htdocs/index.html
Expand Up @@ -98,9 +98,9 @@ <h1>Biber: A BibTeX replacement for users of BibLaTeX</h1>
source for much Biber+BibLaTeX information. Biber-only features are
marked prominently in the BibLaTeX manual with the marginal note "Biber
only"</p>
<p><strong>Biber 2.19 is now <a
<p><strong>Biber 2.20 is now <a
href="http://sourceforge.net/project/platformdownload.php?group_id=228270">released</a></strong>.
It should be used in conjunction with biblatex 3.19".
It should be used in conjunction with biblatex 3.20".
</p>

<table>
Expand Down
2 changes: 1 addition & 1 deletion lib/Biber/Config.pm
Expand Up @@ -23,7 +23,7 @@ use parent qw(Class::Accessor);
__PACKAGE__->follow_best_practice;

our $VERSION = '2.20';
our $BETA_VERSION = 1; # Is this a beta version?
our $BETA_VERSION = 0; # Is this a beta version?

our $logger = Log::Log4perl::get_logger('main');
our $screen = Log::Log4perl::get_logger('screen');
Expand Down

0 comments on commit 41280c7

Please sign in to comment.