Skip to content

Commit e90a8e8

Browse files
Release se2thesis v4.3.4
Fixed: - Align logo on the right side regardless of the logo size (#22), thanks to @wolfoo2931
1 parent e30a928 commit e90a8e8

6 files changed

+15
-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.3.4] – 2024–09–19
11+
12+
### Fixed
13+
14+
- Align logo on the right side regardless of the logo size (#22), thanks to
15+
@wolfoo2931
16+
1017
## [v4.3.3] – 2024–09–18
1118

1219
### Added
@@ -274,7 +281,8 @@ These changes might be breaking changes!
274281
### Added
275282
- First official release
276283

277-
[Unreleased]: https://github.com/se2p/se2thesis/compare/v4.3.3...HEAD
284+
[Unreleased]: https://github.com/se2p/se2thesis/compare/v4.3.4...HEAD
285+
[v4.3.4]: https://github.com/se2p/se2thesis/compare/v4.3.4...v4.3.3
278286
[v4.3.3]: https://github.com/se2p/se2thesis/compare/v4.3.3...v4.3.2
279287
[v4.3.2]: https://github.com/se2p/se2thesis/compare/v4.3.2...v4.3.1
280288
[v4.3.1]: https://github.com/se2p/se2thesis/compare/v4.3.1...v4.3.0
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-09-18} {4.3.3}
234+
\ProvidesExplPackage {se2colors} {2024-09-19} {4.3.4}
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-09-18} {4.3.3}
154+
\ProvidesExplPackage {se2fonts} {2024-09-19} {4.3.4}
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
@@ -472,7 +472,7 @@
472472
%
473473
% Identify the package and give the overall version information.
474474
% \begin{macrocode}
475-
\ProvidesExplPackage {se2packages} {2024-09-18} {4.3.3}
475+
\ProvidesExplPackage {se2packages} {2024-09-19} {4.3.4}
476476
{Supporting packages for the se2thesis bundle}
477477
% \end{macrocode}
478478
%

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-09-18} {4.3.3}
657+
\ProvidesExplClass {se2thesis} {2024-09-19} {4.3.4}
658658
{A thesis class for the Chair of Software Engineering II}
659659
% \end{macrocode}
660660
%
@@ -1730,7 +1730,7 @@
17301730
% We provide the following English translations.
17311731
%
17321732
% \begin{macrocode}
1733-
\ProvideDictionaryFor{English}{se2translations}[2024/09/18]
1733+
\ProvideDictionaryFor{English}{se2translations}[2024/09/19]
17341734
\ProvideDictTranslation{abstract}{abstract}
17351735
\ProvideDictTranslation{Abstract}{Abstract}
17361736
\ProvideDictTranslation{acknowledgement}{acknowledgement}
@@ -1781,7 +1781,7 @@
17811781
% We provide the following German translations.
17821782
%
17831783
% \begin{macrocode}
1784-
\ProvideDictionaryFor{German}{se2translations}[2024/09/18]
1784+
\ProvideDictionaryFor{German}{se2translations}[2024/09/19]
17851785
\ProvideDictTranslation{abstract}{Zusammenfassung}
17861786
\ProvideDictTranslation{Abstract}{Zusammenfassung}
17871787
\ProvideDictTranslation{acknowledgement}{Danksagung}

0 commit comments

Comments
 (0)