Commit 2ec4879 1 parent 7976a8d commit 2ec4879 Copy full SHA for 2ec4879
File tree 6 files changed +18
-7
lines changed
6 files changed +18
-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.0.1] – 2024–05–17
11
+
12
+ ### Fixed
13
+
14
+ - Updated copyright years.
15
+ - Add the missing ` colormode ` option ` bw ` to ` se2colors ` .
16
+
10
17
## [ v4.0.0] – 2024–05–08
11
18
12
19
### Changed
@@ -196,7 +203,8 @@ These changes might be breaking changes!
196
203
### Added
197
204
- First official release
198
205
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
200
208
[ v4.0.0 ] : https://github.com/se2p/se2thesis/compare/v4.0.0...v3.4.0
201
209
[ v3.4.0 ] : https://github.com/se2p/se2thesis/compare/v3.4.0...v3.3.1
202
210
[ v3.3.1 ] : https://github.com/se2p/se2thesis/compare/v3.3.1...v3.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-05-08 } {4.0.0 }
234
+ \ProvidesExplPackage {se2colors} {2024-05-17 } {4.0.1 }
235
235
{A colour support package for the se2thesis bundle}
236
236
% \end{macrocode}
237
237
%
259
259
cmode / cmyk .meta:n = {cmode=4C},
260
260
cmode / rgb .meta:n = {cmode=RGB},
261
261
cmode / gray .meta:n = {cmode=BW},
262
+ cmode / bw .meta:n = {cmode=BW},
262
263
RGB .meta:n = {cmode=RGB},
263
264
rgb .meta:n = {cmode=RGB},
264
265
CMYK .meta:n = {cmode=4C},
265
266
cmyk .meta:n = {cmode=4C},
267
+ BW .meta:n = {cmode=BW},
268
+ bw .meta:n = {cmode=BW},
266
269
gray .meta:n = {cmode=BW},
267
270
}
268
271
\keys _set:nn { seiicolors } { cmode = 4C }
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-05-08 } {4.0.0 }
154
+ \ProvidesExplPackage {se2fonts} {2024-05-17 } {4.0.1 }
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 443
443
%
444
444
% Identify the package and give the overall version information.
445
445
% \begin{macrocode}
446
- \ProvidesExplPackage {se2packages} {2024-05-08 } {4.0.0 }
446
+ \ProvidesExplPackage {se2packages} {2024-05-17 } {4.0.1 }
447
447
{Supporting packages for the se2thesis bundle}
448
448
% \end{macrocode}
449
449
%
Original file line number Diff line number Diff line change 607
607
%
608
608
% Identify the class and give the overall version number.
609
609
% \begin{macrocode}
610
- \ProvidesExplClass {se2thesis} {2024-05-08 } {4.0.0 }
610
+ \ProvidesExplClass {se2thesis} {2024-05-17 } {4.0.1 }
611
611
{A thesis class for the Chair of Software Engineering II}
612
612
% \end{macrocode}
613
613
%
1655
1655
% We provide the following English translations.
1656
1656
%
1657
1657
% \begin{macrocode}
1658
- \ProvideDictionaryFor {English}{se2translations}[2024/05/08 ]
1658
+ \ProvideDictionaryFor {English}{se2translations}[2024/05/17 ]
1659
1659
\ProvideDictTranslation {abstract}{abstract}
1660
1660
\ProvideDictTranslation {Abstract}{Abstract}
1661
1661
\ProvideDictTranslation {acknowledgement}{acknowledgement}
1706
1706
% We provide the following German translations.
1707
1707
%
1708
1708
% \begin{macrocode}
1709
- \ProvideDictionaryFor {German}{se2translations}[2024/05/08 ]
1709
+ \ProvideDictionaryFor {German}{se2translations}[2024/05/17 ]
1710
1710
\ProvideDictTranslation {abstract}{Zusammenfassung}
1711
1711
\ProvideDictTranslation {Abstract}{Zusammenfassung}
1712
1712
\ProvideDictTranslation {acknowledgement}{Danksagung}
You can’t perform that action at this time.
0 commit comments