diff --git a/CHANGELOG.md b/CHANGELOG.md index 117a5896..3c208b52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,11 @@ ### 🙏 Sponsor only features -- Title AI suggestions which you need to enable by setting the `frontMatter.sponsors.ai.titleEnabled` setting to `true`. +In this version we added a Front Matter AI which is only available for sponsors of the project. You will need to set the `frontMatter.sponsors.ai.enabled` setting to `true` to enable it. + +Once enabled, you will get the Front Matter AI help when creating new content by adding title suggestions or tag/category suggestions. + +If you want to support the project, you can do so by [becoming a sponsor](https://github.com/sponsors/estruyf). ### ✨ New features diff --git a/enhancements.png b/enhancements.png new file mode 100644 index 00000000..0f8e9f1e Binary files /dev/null and b/enhancements.png differ diff --git a/fixes.png b/fixes.png new file mode 100644 index 00000000..c8d9af3c Binary files /dev/null and b/fixes.png differ diff --git a/new-features.png b/new-features.png new file mode 100644 index 00000000..29c039b6 Binary files /dev/null and b/new-features.png differ diff --git a/optimizations.png b/optimizations.png new file mode 100644 index 00000000..5ec4a2c0 Binary files /dev/null and b/optimizations.png differ