From d34156695fee1b2dbc03cab93d2da3a73c932e28 Mon Sep 17 00:00:00 2001 From: celsius narhwal Date: Wed, 27 Nov 2024 10:53:14 -0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 33 +++++++++++++++++++++++---------- 1 file changed, 23 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f7d5df..59762fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,20 @@ Notable changes to Iconoclast will be documented here. Breaking changes are mark Iconoclast adheres to [semantic versioning](https://semver.org/spec/v2.0.0.html). -## [3.1.0] - 2024-11-22 +## 3.2.0 — 2024-11-27 + +### Added + +- Iconoclast's new `auto` option, if set to `true`, will have Iconoclast automatically install Font Awesome Pro +whenever your MkDocs site is built. + +```yaml +plugins: + - iconoclast: + auto: true +``` + +## 3.1.0 — 2024-11-22 ### Added @@ -20,13 +33,13 @@ plugins: uv: true ``` -## [3.0.1] - 2024-11-22 +## 3.0.1 — 2024-11-22 ### Fixed - A minor spelling error. -## [3.0.0] - 2024-11-10 +## 3.0.0 — 2024-11-10 ### Changed @@ -35,7 +48,7 @@ plugins: - 🚩 `iconoclast kit` is the new command for installing a Font Awesome Kit. - 🚩 The `iconoclast setup` command has been removed and replaced by `iconoclast install`. -## [2.1.0] - 2023-06-04 +## 2.1.0 — 2023-06-04 ### Added @@ -43,14 +56,14 @@ plugins: package manager-dependent, ways of installing Font Awesome Pro, which still work, but are no longer documented or supported. ([Docs](https://iconoclast.celsiusnarhwal.dev/#installation-and-setup)) -## [2.0.3] - 2023-05-16 +## [2.0.2] - 2023-05-16 +## 2.0.2 — 2023-05-16 ### Changed @@ -63,7 +76,7 @@ plugins: - Fixed a bug where Iconoclast's command-line interface would fail. -## [2.0.0] - 2023-05-05 +## 2.0.0 — 2023-05-05 🚩 fa-material is now **Iconoclast**. To upgrade, uninstall fa-material and install Iconoclast: @@ -84,7 +97,7 @@ pip uninstall fa-material && pip install iconoclast - 🚩 Support for Font Awesome 5 has been removed. Iconclast supports Font Awesome 6 only. - 🚩 The `version` configuration option has also been removed. -## [1.1.0] - 2023-04-27 +## 1.1.0 — 2023-04-27 ### Added @@ -97,13 +110,13 @@ pip uninstall fa-material && pip install iconoclast version: 5 ``` -## [1.0.1] - 2023-04-27 +## 1.0.1 — 2023-04-27 ### Changed - fa-material's Python version constraint has been relaxed to 3.7+. -## [1.0.0] - 2023-04-27 +## 1.0.0 — 2023-04-27 This is the initial release of fa-material.