Commit e90a8e8 1 parent e30a928 commit e90a8e8 Copy full SHA for e90a8e8
File tree 6 files changed +15
-7
lines changed
6 files changed +15
-7
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,13 @@ and this project adheres to
7
7
8
8
## [ Unreleased]
9
9
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
+
10
17
## [ v4.3.3] – 2024–09–18
11
18
12
19
### Added
@@ -274,7 +281,8 @@ These changes might be breaking changes!
274
281
### Added
275
282
- First official release
276
283
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
278
286
[ v4.3.3 ] : https://github.com/se2p/se2thesis/compare/v4.3.3...v4.3.2
279
287
[ v4.3.2 ] : https://github.com/se2p/se2thesis/compare/v4.3.2...v4.3.1
280
288
[ v4.3.1 ] : https://github.com/se2p/se2thesis/compare/v4.3.1...v4.3.0
Original file line number Diff line number Diff line change 231
231
%
232
232
% Identify the package and give the overall version information.
233
233
% \begin{macrocode}
234
- \ProvidesExplPackage {se2colors} {2024-09-18 } {4.3.3 }
234
+ \ProvidesExplPackage {se2colors} {2024-09-19 } {4.3.4 }
235
235
{A colour support package for the se2thesis bundle}
236
236
% \end{macrocode}
237
237
%
Original file line number Diff line number Diff line change 151
151
%
152
152
% Identify the package and give the overall version information.
153
153
% \begin{macrocode}
154
- \ProvidesExplPackage {se2fonts} {2024-09-18 } {4.3.3 }
154
+ \ProvidesExplPackage {se2fonts} {2024-09-19 } {4.3.4 }
155
155
{A font-selection support package for the se2thesis bundle}
156
156
% \end{macrocode}
157
157
%
Original file line number Diff line number Diff line change 472
472
%
473
473
% Identify the package and give the overall version information.
474
474
% \begin{macrocode}
475
- \ProvidesExplPackage {se2packages} {2024-09-18 } {4.3.3 }
475
+ \ProvidesExplPackage {se2packages} {2024-09-19 } {4.3.4 }
476
476
{Supporting packages for the se2thesis bundle}
477
477
% \end{macrocode}
478
478
%
Original file line number Diff line number Diff line change 654
654
%
655
655
% Identify the class and give the overall version number.
656
656
% \begin{macrocode}
657
- \ProvidesExplClass {se2thesis} {2024-09-18 } {4.3.3 }
657
+ \ProvidesExplClass {se2thesis} {2024-09-19 } {4.3.4 }
658
658
{A thesis class for the Chair of Software Engineering II}
659
659
% \end{macrocode}
660
660
%
1730
1730
% We provide the following English translations.
1731
1731
%
1732
1732
% \begin{macrocode}
1733
- \ProvideDictionaryFor {English}{se2translations}[2024/09/18 ]
1733
+ \ProvideDictionaryFor {English}{se2translations}[2024/09/19 ]
1734
1734
\ProvideDictTranslation {abstract}{abstract}
1735
1735
\ProvideDictTranslation {Abstract}{Abstract}
1736
1736
\ProvideDictTranslation {acknowledgement}{acknowledgement}
1781
1781
% We provide the following German translations.
1782
1782
%
1783
1783
% \begin{macrocode}
1784
- \ProvideDictionaryFor {German}{se2translations}[2024/09/18 ]
1784
+ \ProvideDictionaryFor {German}{se2translations}[2024/09/19 ]
1785
1785
\ProvideDictTranslation {abstract}{Zusammenfassung}
1786
1786
\ProvideDictTranslation {Abstract}{Zusammenfassung}
1787
1787
\ProvideDictTranslation {acknowledgement}{Danksagung}
You can’t perform that action at this time.
0 commit comments