From 5bfd3d04f700eea5616940cdec1aa3c56495da63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Magimel?= Date: Sat, 2 Oct 2021 19:00:13 +0200 Subject: [PATCH 1/2] Changelog: add version 2.3.0 An article is available on the blog: https://flex.alxd.me/flex-pelican-theme-update-2-3.html. --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index aa09e15..403b4e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +## 2.3.0 + +- Support dark theme [#213](https://github.com/alexandrevicenzi/Flex/pull/213) +- Support Isso comments [#200](https://github.com/alexandrevicenzi/Flex/pull/200) +- Support Pelican 4.5 [#248](https://github.com/alexandrevicenzi/Flex/pull/248) +- Support Tipue search [#193](https://github.com/alexandrevicenzi/Flex/pull/193) +- Upgrade Font-Awesome to 5 [#156](https://github.com/alexandrevicenzi/Flex/pull/156) +- Add social icons (keybase, twitch, mastodon, diaspora, flickr, last.fm +- Fix layouts +- Update translations (zh) + +This version includes cs, de, en, es, es_ES, et, fa_IR, fr, hu_HU, id, it, nl_NL, pl_PL, pt, pt_BR, pt_PT, ro_RO, ru, tr_TR, zh_CN translations. + ## 2.2.0 - Update Pygments - New themes available! From ee45e48477d0224e7f424477120bbe5605a375d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Magimel?= Date: Sat, 2 Oct 2021 19:00:37 +0200 Subject: [PATCH 2/2] Changelog: add version 2.4.0 An article is available on the blog: https://flex.alxd.me/flex-pelican-theme-update-2-4.html. --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 403b4e1..7b24d4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 2.4.0 + +- Update translations (Italian, Spanish, Portuguese, German, Turkish) +- Include settings for canonical URLS [#238](https://github.com/alexandrevicenzi/Flex/issues/238) +- Remove pelican plugins dependency [#255](https://github.com/alexandrevicenzi/Flex/issues/255) + +This version includes cs, de, en, es, es_ES, et, fa_IR, fr, hu_HU, id, it, nl_NL, pl_PL, pt, pt_BR, pt_PT, ro_RO, ru, tr_TR, zh_CN translations. + ## 2.3.0 - Support dark theme [#213](https://github.com/alexandrevicenzi/Flex/pull/213)