Skip to content

Commit 5df2558

Browse files
Release se2thesis v4.0.3
Fixed: - Add all missing option values for `se2thesis`' `colormode` parameter that are available from the `se2colors` package.
1 parent a080f98 commit 5df2558

6 files changed

+17
-8
lines changed

CHANGELOG.md

+10-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ and this project adheres to
77

88
## [Unreleased]
99

10+
## [v4.0.3] – 2024–05–27
11+
12+
### Fixed
13+
14+
- Add all missing option values for `se2thesis`' `colormode` parameter that are
15+
available from the `se2colors` package.
16+
1017
## [v4.0.2] – 2024–05–24
1118

1219
### Added
@@ -210,7 +217,9 @@ These changes might be breaking changes!
210217
### Added
211218
- First official release
212219

213-
[Unreleased]: https://github.com/se2p/se2thesis/compare/v4.0.1...HEAD
220+
[Unreleased]: https://github.com/se2p/se2thesis/compare/v4.0.3...HEAD
221+
[v4.0.3]: https://github.com/se2p/se2thesis/compare/v4.0.3...v4.0.2
222+
[v4.0.2]: https://github.com/se2p/se2thesis/compare/v4.0.2...v4.0.1
214223
[v4.0.1]: https://github.com/se2p/se2thesis/compare/v4.0.1...v4.0.0
215224
[v4.0.0]: https://github.com/se2p/se2thesis/compare/v4.0.0...v3.4.0
216225
[v3.4.0]: https://github.com/se2p/se2thesis/compare/v3.4.0...v3.3.1
88 Bytes
Binary file not shown.

se2colors.dtx

+1-1
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@
231231
%
232232
% Identify the package and give the overall version information.
233233
% \begin{macrocode}
234-
\ProvidesExplPackage {se2colors} {2024-05-24} {4.0.2}
234+
\ProvidesExplPackage {se2colors} {2024-05-27} {4.0.3}
235235
{A colour support package for the se2thesis bundle}
236236
% \end{macrocode}
237237
%

se2fonts.dtx

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@
151151
%
152152
% Identify the package and give the overall version information.
153153
% \begin{macrocode}
154-
\ProvidesExplPackage {se2fonts} {2024-05-24} {4.0.2}
154+
\ProvidesExplPackage {se2fonts} {2024-05-27} {4.0.3}
155155
{A font-selection support package for the se2thesis bundle}
156156
% \end{macrocode}
157157
%

se2packages.dtx

+1-1
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@
470470
%
471471
% Identify the package and give the overall version information.
472472
% \begin{macrocode}
473-
\ProvidesExplPackage {se2packages} {2024-05-24} {4.0.2}
473+
\ProvidesExplPackage {se2packages} {2024-05-27} {4.0.3}
474474
{Supporting packages for the se2thesis bundle}
475475
% \end{macrocode}
476476
%

se2thesis.dtx

+4-4
Original file line numberDiff line numberDiff line change
@@ -607,7 +607,7 @@
607607
%
608608
% Identify the class and give the overall version number.
609609
% \begin{macrocode}
610-
\ProvidesExplClass {se2thesis} {2024-05-24} {4.0.2}
610+
\ProvidesExplClass {se2thesis} {2024-05-27} {4.0.3}
611611
{A thesis class for the Chair of Software Engineering II}
612612
% \end{macrocode}
613613
%
@@ -788,7 +788,7 @@
788788
},
789789
thesistype .initial:n = master,
790790

791-
colormode .choices:nn = {cmyk,rgb,bw}{
791+
colormode .choices:nn = {4C,CMYK,cmyk,RGB,rgb,BW,bw,gray}{
792792
\tl_gset_eq:NN \l_@@_colormode_tl \l_keys_choice_tl
793793
},
794794
colormode .initial:n = cmyk,
@@ -1655,7 +1655,7 @@
16551655
% We provide the following English translations.
16561656
%
16571657
% \begin{macrocode}
1658-
\ProvideDictionaryFor{English}{se2translations}[2024/05/24]
1658+
\ProvideDictionaryFor{English}{se2translations}[2024/05/27]
16591659
\ProvideDictTranslation{abstract}{abstract}
16601660
\ProvideDictTranslation{Abstract}{Abstract}
16611661
\ProvideDictTranslation{acknowledgement}{acknowledgement}
@@ -1706,7 +1706,7 @@
17061706
% We provide the following German translations.
17071707
%
17081708
% \begin{macrocode}
1709-
\ProvideDictionaryFor{German}{se2translations}[2024/05/24]
1709+
\ProvideDictionaryFor{German}{se2translations}[2024/05/27]
17101710
\ProvideDictTranslation{abstract}{Zusammenfassung}
17111711
\ProvideDictTranslation{Abstract}{Zusammenfassung}
17121712
\ProvideDictTranslation{acknowledgement}{Danksagung}

0 commit comments

Comments
 (0)