From 177ddb2432b15a8ecd99bed73d5e5821ad73dfac Mon Sep 17 00:00:00 2001 From: Alex Povel Date: Thu, 29 Oct 2020 19:45:57 +0100 Subject: [PATCH] Update CHANGELOG, bump version --- CHANGELOG.md | 18 ++++++++++++++++++ cookbook.cls | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 589ceb8..706d81e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,10 +7,28 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.2.0] - 2020-10-29 + ### Added - Showcase for multiple lines with contours in TikZ overlay (ae4ad39) - Hint for the `glossaries-extra` *Beginner's Guide* (d8b7fb4) +- Written permission (license) to use and distribute the [Fontin Sans](https://www.fontsquirrel.com/fonts/fontin-sans) + font (cf79ee4) +- Summary for font licenses (0372475) +- Contributing guideline (56c4eac) +- README info on git and Docker (fa228b7) +- A `matlab2tikz` exported plot example (86dac19, c3e9b09) +- `YAML`-based configs for pandoc (cb39706) +- Proper check for the used TeX engine (de2a293) + +### Changed + +- Fontawesome implementation, away from the `fontawesome` package to the more + modern `fontawesome5` (8df784e) +- Insertion of git metadata into the document (PDF metadata or into the printed text + directly): now based on Lua (6d0cd7e) +- Also adjusted the README according to the new Lua implementation (ed946b8) ## [1.1.1] - 2020-06-09 diff --git a/cookbook.cls b/cookbook.cls index 40a121c..69c2c12 100644 --- a/cookbook.cls +++ b/cookbook.cls @@ -11,7 +11,7 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Refer to https://www.overleaf.com/learn/latex/Writing_your_own_class \NeedsTeXFormat{LaTeX2e} -\ProvidesClass{cookbook}[2020-06-09 v1.1.1 cookbook class] +\ProvidesClass{cookbook}[2020-10-29 v1.2.0 cookbook class] % Fail early and give useful information on the required engine. % This helps users who do not read the documentation beforehand, by promoting the