diff options
Diffstat (limited to 'macros/latex/contrib/se2thesis/CHANGELOG.md')
-rw-r--r-- | macros/latex/contrib/se2thesis/CHANGELOG.md | 67 |
1 files changed, 66 insertions, 1 deletions
diff --git a/macros/latex/contrib/se2thesis/CHANGELOG.md b/macros/latex/contrib/se2thesis/CHANGELOG.md index fa60e6d1b0..956b208500 100644 --- a/macros/latex/contrib/se2thesis/CHANGELOG.md +++ b/macros/latex/contrib/se2thesis/CHANGELOG.md @@ -7,6 +7,65 @@ and this project adheres to ## [Unreleased] +## [v4.4.0] – 2024–10–18 + +### Added + +- `se2thesis` is now also available from + [`MonsterWriter`](https://www.monsterwriter.com), + a tool that aims for easy writing of academic works. We mention this in the + documentation and also link their website and a YouTube video that + demonstrates the usage of `se2thesis` within `MonsterWriter`. + +### Fixed + +- Increase the `marginparsep` slightly to avoid that two-digit counter values + run into the text block. + +## [v4.3.4] – 2024–09–19 + +### Fixed + +- Align logo on the right side regardless of the logo size (#22), thanks to + @wolfoo2931 + +## [v4.3.3] – 2024–09–18 + +### Added + +- Load the `mismath` package before the `unicode-math` package, which is + recommended according to `mismath`'s documentation. + +## [v4.3.2] – 2024–08–12 + +### Fixed + +- Prevent line break in the lower back title if one added a manual line break + using `\\` to the title in order to layout it properly for the front title + page. + +## [v4.3.1] – 2024–07–31 + +### 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. + +## [v4.3.0] – 2024–07–23 + +### Fixed + +- The spelling bachelor thesis and master thesis are widely used but seem to be + wrong. According to the Oxford English Dictionary, the spelling shall be + bachelor's thesis and master's thesis. + ## [v4.2.0] – 2024–06–25 ### Fixed @@ -237,7 +296,13 @@ These changes might be breaking changes! ### Added - First official release -[Unreleased]: https://github.com/se2p/se2thesis/compare/v4.2.0...HEAD +[Unreleased]: https://github.com/se2p/se2thesis/compare/v4.4.0...HEAD +[v4.4.0]: https://github.com/se2p/se2thesis/compare/v4.4.0...v4.3.4 +[v4.3.4]: https://github.com/se2p/se2thesis/compare/v4.3.4...v4.3.3 +[v4.3.3]: https://github.com/se2p/se2thesis/compare/v4.3.3...v4.3.2 +[v4.3.2]: https://github.com/se2p/se2thesis/compare/v4.3.2...v4.3.1 +[v4.3.1]: https://github.com/se2p/se2thesis/compare/v4.3.1...v4.3.0 +[v4.3.0]: https://github.com/se2p/se2thesis/compare/v4.3.0...v4.2.0 [v4.2.0]: https://github.com/se2p/se2thesis/compare/v4.2.0...v4.1.0 [v4.1.0]: https://github.com/se2p/se2thesis/compare/v4.1.0...v4.0.3 [v4.0.3]: https://github.com/se2p/se2thesis/compare/v4.0.3...v4.0.2 |