Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
sieversMartin committed Apr 30, 2022
1 parent 59d4bdd commit d31c9b4
Show file tree
Hide file tree
Showing 11 changed files with 25 additions and 16 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [1.0.0] - 2022-04-30
### Added
- Add bibliography option for AY/SH era layout (\#11294)
- Add new macro \GetStanzewithtranslationNB (\#11214)
- Add new Brill fonts (Option `legacyfonts` for old fonts)
- Add environment splittranslationNumbered (\#11451)

## [0.99.1] - 2022-01-12
### Added
- Add book names (\#11293)
Expand Down Expand Up @@ -1103,6 +1110,8 @@ environment in order to use inline enumerated list

[Unreleased]:
https://redmine.kompetenzzentrum.uni-trier.de/projects/muya/repository/latex?utf8=%E2%9C%93&rev=
[1.0.0]:
https://redmine.kompetenzzentrum.uni-trier.de/projects/muya/repository/latex?utf8=%E2%9C%93&rev=v1.0.0
[0.99.1]:
https://redmine.kompetenzzentrum.uni-trier.de/projects/muya/repository/latex?utf8=%E2%9C%93&rev=v0.99.1
[0.99.0]:
Expand Down
2 changes: 1 addition & 1 deletion CorpusAvesticum.tex
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
% xindex-muyaPassages.lua
%%
\ProvidesFile{CorpusAvesticum.tex}%
[2022/01/12 v0.99.1 Configuration file for brill]
[2022/04/30 v1.0.0 Configuration file for brill]
\RequirePackage{xspace}
\RequirePackage{collcell}
\RequirePackage{newunicodechar}
Expand Down
2 changes: 1 addition & 1 deletion brill.cls
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
% xindex-muyaPassages.lua
%%
\NeedsTeXFormat{LaTeX2e}
\ProvidesClass{brill}[2022/01/11 v0.99.0 A template for Brill publications]
\ProvidesClass{brill}[2022/04/30 v1.0.0 A template for Brill publications]
\RequirePackage{iftex}
\RequirePackage{kvoptions}
\SetupKeyvalOptions {
Expand Down
2 changes: 1 addition & 1 deletion brill.ist
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
%%% 2021/06/20 v0.90.0
%%% 2022/04/30 v1.0.0
%%% Horizonal spacing for all three levels
delim_0 "\\quad "
delim_1 "\\quad "
Expand Down
4 changes: 2 additions & 2 deletions brill.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
------------------------------------------------------------------------
-- brill.lua
-- Copyright 2021 Martin Sievers
-- Copyright 2021-2022 Martin Sievers
--
-- This work may be distributed and/or modified under the
-- conditions of the LaTeX Project Public License, either version 1.3
Expand All @@ -26,7 +26,7 @@
-- xindex-muya.lua
-- xindex-muyaPassages.lua
--
-- 2021/06/20 v0.90.0
-- 2022/04/30 v1.0.0

function my_upper ( str )
local z = ''
Expand Down
4 changes: 2 additions & 2 deletions british-muya.lbx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
%% british-muya.lbx
%% Copyright 2018-2021 Martin Sievers
%% Copyright 2018-2022 Martin Sievers
%
% This work may be distributed and/or modified under the
% conditions of the LaTeX Project Public License, either version 1.3
Expand All @@ -25,7 +25,7 @@
% xindex-muya.lua
% xindex-muyaPassages.lua
%%
\ProvidesFile{british-muya.lbx}[2021/06/20 v0.90.0 biblatex localization]
\ProvidesFile{british-muya.lbx}[2022/04/30 v1.0.0 biblatex localization]
\InheritBibliographyExtras{british}
\DeclareBibliographyStrings{%
inherit = {british},
Expand Down
4 changes: 2 additions & 2 deletions muya.bbx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
%% muya.bbx
%% Copyright 2018-2021 Martin Sievers
%% Copyright 2018-2022 Martin Sievers
%
% This work may be distributed and/or modified under the
% conditions of the LaTeX Project Public License, either version 1.3
Expand All @@ -25,7 +25,7 @@
% xindex-muya.lua
% xindex-muyaPassages.lua
%%
\ProvidesFile{muya.bbx}[2021/06/20 v0.90.0 biblatex bibliography style]
\ProvidesFile{muya.bbx}[2022/04/30 v1.0.0 biblatex bibliography style]
\RequireBibliographyStyle{unified}
\newtoggle{@autoquotationmarks}
\DeclareBibliographyOption[boolean]{autoquotationmarks}[true]{%
Expand Down
4 changes: 2 additions & 2 deletions muya.cbx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
%% muya.cbx
%% Copyright 2018-2021 Martin Sievers
%% Copyright 2018-2022 Martin Sievers
%
% This work may be distributed and/or modified under the
% conditions of the LaTeX Project Public License, either version 1.3
Expand All @@ -25,7 +25,7 @@
% xindex-muya.lua
% xindex-muyaPassages.lua
%%
\ProvidesFile{muya.cbx}[2021/06/20 v0.90.0 biblatex citation style]
\ProvidesFile{muya.cbx}[2022/04/30 v1.0.0 biblatex citation style]
\RequireCitationStyle{unified}
%%% We have to redefine some macros in order to have the labelendyear being used
%%% for the different cite commands
Expand Down
4 changes: 2 additions & 2 deletions muya.dbx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
%% muya.dbx
%% Copyright 2018-2021 Martin Sievers
%% Copyright 2018-2022 Martin Sievers
%
% This work may be distributed and/or modified under the
% conditions of the LaTeX Project Public License, either version 1.3
Expand All @@ -25,7 +25,7 @@
% xindex-muya.lua
% xindex-muyaPassages.lua
%%
\ProvidesFile{muya.dbx}[2021/06/20 v0.90.0 biblatex datamodel style]
\ProvidesFile{muya.dbx}[2022/04/30 v1.0.0 biblatex datamodel style]
\DeclareDatamodelFields[type=field,datatype=literal]%
{preorigdatetext,postorigdatetext}
\DeclareDatamodelEntryfields{preorigdatetext,postorigdatetext}
Expand Down
2 changes: 1 addition & 1 deletion muya.ist
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
%%% 2021/06/20 v0.90.0
%%% 2022/04/30 v1.0.0
%%% First level items
item_0 "\n \\indexspace\\indexspace\\item "
%%% Second level items after first level items with no page number
Expand Down
4 changes: 2 additions & 2 deletions muya.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
------------------------------------------------------------------------
-- muya.lua
-- Copyright 2018-2021 Martin Sievers
-- Copyright 2018-2022 Martin Sievers
--
-- This work may be distributed and/or modified under the
-- conditions of the LaTeX Project Public License, either version 1.3
Expand All @@ -26,7 +26,7 @@
-- xindex-muya.lua
-- xindex-muyaPassages.lua
--
-- 2021/09/11 v0.95.0
-- 2022/04/30 v1.0.0
local ustring = require( 'ustring' )

function modifySorting()
Expand Down

0 comments on commit d31c9b4

Please sign in to comment.