Skip to content

Commit 2ec4879

Browse files
Release se2thesis v4.0.1
Fixed: - Updated copyright years. - Add the missing `colormode` option `bw` to `se2colors`.
1 parent 7976a8d commit 2ec4879

6 files changed

+18
-7
lines changed

CHANGELOG.md

+9-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.1] – 2024–05–17
11+
12+
### Fixed
13+
14+
- Updated copyright years.
15+
- Add the missing `colormode` option `bw` to `se2colors`.
16+
1017
## [v4.0.0] – 2024–05–08
1118

1219
### Changed
@@ -196,7 +203,8 @@ These changes might be breaking changes!
196203
### Added
197204
- First official release
198205

199-
[Unreleased]: https://github.com/se2p/se2thesis/compare/v4.0.0...HEAD
206+
[Unreleased]: https://github.com/se2p/se2thesis/compare/v4.0.1...HEAD
207+
[v4.0.1]: https://github.com/se2p/se2thesis/compare/v4.0.1...v4.0.0
200208
[v4.0.0]: https://github.com/se2p/se2thesis/compare/v4.0.0...v3.4.0
201209
[v3.4.0]: https://github.com/se2p/se2thesis/compare/v3.4.0...v3.3.1
202210
[v3.3.1]: https://github.com/se2p/se2thesis/compare/v3.3.1...v3.3.0
93 Bytes
Binary file not shown.

se2colors.dtx

+4-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-08} {4.0.0}
234+
\ProvidesExplPackage {se2colors} {2024-05-17} {4.0.1}
235235
{A colour support package for the se2thesis bundle}
236236
% \end{macrocode}
237237
%
@@ -259,10 +259,13 @@
259259
cmode / cmyk .meta:n = {cmode=4C},
260260
cmode / rgb .meta:n = {cmode=RGB},
261261
cmode / gray .meta:n = {cmode=BW},
262+
cmode / bw .meta:n = {cmode=BW},
262263
RGB .meta:n = {cmode=RGB},
263264
rgb .meta:n = {cmode=RGB},
264265
CMYK .meta:n = {cmode=4C},
265266
cmyk .meta:n = {cmode=4C},
267+
BW .meta:n = {cmode=BW},
268+
bw .meta:n = {cmode=BW},
266269
gray .meta:n = {cmode=BW},
267270
}
268271
\keys_set:nn { seiicolors } { cmode = 4C }

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-08} {4.0.0}
154+
\ProvidesExplPackage {se2fonts} {2024-05-17} {4.0.1}
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
@@ -443,7 +443,7 @@
443443
%
444444
% Identify the package and give the overall version information.
445445
% \begin{macrocode}
446-
\ProvidesExplPackage {se2packages} {2024-05-08} {4.0.0}
446+
\ProvidesExplPackage {se2packages} {2024-05-17} {4.0.1}
447447
{Supporting packages for the se2thesis bundle}
448448
% \end{macrocode}
449449
%

se2thesis.dtx

+3-3
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-08} {4.0.0}
610+
\ProvidesExplClass {se2thesis} {2024-05-17} {4.0.1}
611611
{A thesis class for the Chair of Software Engineering II}
612612
% \end{macrocode}
613613
%
@@ -1655,7 +1655,7 @@
16551655
% We provide the following English translations.
16561656
%
16571657
% \begin{macrocode}
1658-
\ProvideDictionaryFor{English}{se2translations}[2024/05/08]
1658+
\ProvideDictionaryFor{English}{se2translations}[2024/05/17]
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/08]
1709+
\ProvideDictionaryFor{German}{se2translations}[2024/05/17]
17101710
\ProvideDictTranslation{abstract}{Zusammenfassung}
17111711
\ProvideDictTranslation{Abstract}{Zusammenfassung}
17121712
\ProvideDictTranslation{acknowledgement}{Danksagung}

0 commit comments

Comments
 (0)