Skip to content

Commit 40b1be0

Browse files
Release se2thesis v4.3.1
Added: - Add a hint on the usage of `scrreprt` as the base class if one wants to have numbered bibliography or appendices. - Add section in the documentation on the usage of babel, its shorthands for German and English to re-enable hyphenation of compound words, and the conflicting package `hyphenat`. Fixed: - Fix list of implicitly loaded packages.
1 parent 1f041cb commit 40b1be0

6 files changed

+10
-7
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [v4.3.1] – 2024–07–31
11+
1012
### Added
1113

1214
- Add a hint on the usage of `scrreprt` as the base class if one wants to have
@@ -257,7 +259,8 @@ These changes might be breaking changes!
257259
### Added
258260
- First official release
259261

260-
[Unreleased]: https://github.com/se2p/se2thesis/compare/v4.3.0...HEAD
262+
[Unreleased]: https://github.com/se2p/se2thesis/compare/v4.3.1...HEAD
263+
[v4.3.1]: https://github.com/se2p/se2thesis/compare/v4.3.1...v4.3.0
261264
[v4.3.0]: https://github.com/se2p/se2thesis/compare/v4.3.0...v4.2.0
262265
[v4.2.0]: https://github.com/se2p/se2thesis/compare/v4.2.0...v4.1.0
263266
[v4.1.0]: https://github.com/se2p/se2thesis/compare/v4.1.0...v4.0.3
0 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-07-23} {4.3.0}
234+
\ProvidesExplPackage {se2colors} {2024-07-31} {4.3.1}
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-07-23} {4.3.0}
154+
\ProvidesExplPackage {se2fonts} {2024-07-31} {4.3.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
@@ -470,7 +470,7 @@
470470
%
471471
% Identify the package and give the overall version information.
472472
% \begin{macrocode}
473-
\ProvidesExplPackage {se2packages} {2024-07-23} {4.3.0}
473+
\ProvidesExplPackage {se2packages} {2024-07-31} {4.3.1}
474474
{Supporting packages for the se2thesis bundle}
475475
% \end{macrocode}
476476
%

se2thesis.dtx

+3-3
Original file line numberDiff line numberDiff line change
@@ -654,7 +654,7 @@
654654
%
655655
% Identify the class and give the overall version number.
656656
% \begin{macrocode}
657-
\ProvidesExplClass {se2thesis} {2024-07-23} {4.3.0}
657+
\ProvidesExplClass {se2thesis} {2024-07-31} {4.3.1}
658658
{A thesis class for the Chair of Software Engineering II}
659659
% \end{macrocode}
660660
%
@@ -1725,7 +1725,7 @@
17251725
% We provide the following English translations.
17261726
%
17271727
% \begin{macrocode}
1728-
\ProvideDictionaryFor{English}{se2translations}[2024/07/23]
1728+
\ProvideDictionaryFor{English}{se2translations}[2024/07/31]
17291729
\ProvideDictTranslation{abstract}{abstract}
17301730
\ProvideDictTranslation{Abstract}{Abstract}
17311731
\ProvideDictTranslation{acknowledgement}{acknowledgement}
@@ -1776,7 +1776,7 @@
17761776
% We provide the following German translations.
17771777
%
17781778
% \begin{macrocode}
1779-
\ProvideDictionaryFor{German}{se2translations}[2024/07/23]
1779+
\ProvideDictionaryFor{German}{se2translations}[2024/07/31]
17801780
\ProvideDictTranslation{abstract}{Zusammenfassung}
17811781
\ProvideDictTranslation{Abstract}{Zusammenfassung}
17821782
\ProvideDictTranslation{acknowledgement}{Danksagung}

0 commit comments

Comments
 (0)