File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to
77
88## [ Unreleased]
99
10+ ## [ v4.1.0] – 2024–06–07
11+
1012### Added
1113
1214- Add a ` \summarybox ` macro that simplifies the usage of the ` summary `
@@ -228,7 +230,8 @@ These changes might be breaking changes!
228230### Added
229231- First official release
230232
231- [ Unreleased ] : https://github.com/se2p/se2thesis/compare/v4.0.3...HEAD
233+ [ Unreleased ] : https://github.com/se2p/se2thesis/compare/v4.1.0...HEAD
234+ [ v4.1.0 ] : https://github.com/se2p/se2thesis/compare/v4.1.0...v4.0.3
232235[ v4.0.3 ] : https://github.com/se2p/se2thesis/compare/v4.0.3...v4.0.2
233236[ v4.0.2 ] : https://github.com/se2p/se2thesis/compare/v4.0.2...v4.0.1
234237[ v4.0.1 ] : https://github.com/se2p/se2thesis/compare/v4.0.1...v4.0.0
Original file line number Diff line number Diff line change @@ -87,10 +87,6 @@ \section{Further Examples}
8787 We hypothesise that the answer to \cref {rq:1 } is 42!
8888\end {hyp }
8989
90- \begin {summary }{\Cref {rq:1 }}
91- It's 42, obviously!
92- \end {summary }
93-
9490And using the auto-cite functionality to cite Knuth~\autocite {Knu86 }.
9591
9692\backmatter
Original file line number Diff line number Diff line change 231231%
232232% Identify the package and give the overall version information.
233233% \begin{macrocode}
234- \ProvidesExplPackage {se2colors} {2024-05-27 } {4.0.3 }
234+ \ProvidesExplPackage {se2colors} {2024-06-07 } {4.1.0 }
235235 {A colour support package for the se2thesis bundle}
236236% \end{macrocode}
237237%
Original file line number Diff line number Diff line change 151151%
152152% Identify the package and give the overall version information.
153153% \begin{macrocode}
154- \ProvidesExplPackage {se2fonts} {2024-05-27 } {4.0.3 }
154+ \ProvidesExplPackage {se2fonts} {2024-06-07 } {4.1.0 }
155155 {A font-selection support package for the se2thesis bundle}
156156% \end{macrocode}
157157%
Original file line number Diff line number Diff line change 470470%
471471% Identify the package and give the overall version information.
472472% \begin{macrocode}
473- \ProvidesExplPackage {se2packages} {2024-05-27 } {4.0.3 }
473+ \ProvidesExplPackage {se2packages} {2024-06-07 } {4.1.0 }
474474 {Supporting packages for the se2thesis bundle}
475475% \end{macrocode}
476476%
Original file line number Diff line number Diff line change 607607%
608608% Identify the class and give the overall version number.
609609% \begin{macrocode}
610- \ProvidesExplClass {se2thesis} {2024-05-27 } {4.0.3 }
610+ \ProvidesExplClass {se2thesis} {2024-06-07 } {4.1.0 }
611611 {A thesis class for the Chair of Software Engineering II}
612612% \end{macrocode}
613613%
16781678% We provide the following English translations.
16791679%
16801680% \begin{macrocode}
1681- \ProvideDictionaryFor {English}{se2translations}[2024/05/27 ]
1681+ \ProvideDictionaryFor {English}{se2translations}[2024/06/07 ]
16821682\ProvideDictTranslation {abstract}{abstract}
16831683\ProvideDictTranslation {Abstract}{Abstract}
16841684\ProvideDictTranslation {acknowledgement}{acknowledgement}
17291729% We provide the following German translations.
17301730%
17311731% \begin{macrocode}
1732- \ProvideDictionaryFor {German}{se2translations}[2024/05/27 ]
1732+ \ProvideDictionaryFor {German}{se2translations}[2024/06/07 ]
17331733\ProvideDictTranslation {abstract}{Zusammenfassung}
17341734\ProvideDictTranslation {Abstract}{Zusammenfassung}
17351735\ProvideDictTranslation {acknowledgement}{Danksagung}
You can’t perform that action at this time.
0 commit comments