From b42c36d7700d82bc8003c4ae3ce758be609c1df4 Mon Sep 17 00:00:00 2001 From: Kazhnuz Date: Sun, 27 Jul 2025 15:05:47 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Update=20changelog?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 20 ++++++++++++++++---- 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d0a68c2..2d693a7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,12 +12,22 @@ First forked version from bludit ### Added - Admin: Added a sidebar panel that show all sidebar widget to be activated/deactivated -- Admin: Show some pages only if the theme support their features -- Site: Add support for archive view (à la Wordpress) +- Admin: Show some admin pages only if the theme support their features +- Admin: Add a global gallery, used for theme and logos +- Admin/settings: Add a homepage presentation setting +- Admin/settings: Add a way to change the favicon globally +- Admin/settings: Add a way to change the default thumbnail (used with opengraph and themes) +- Admin/settings: Add a way to change the default avatar size +- Site: Add support for archive view (à la Wordpress : show the article written during a certain month/year) - Site: Add support for author view -- Site: Add support for IndieWeb post kinds +- Site: Add support for IndieWeb post kinds (with a custom view) +- Site: Add support for Atom feeds - Site: Add a source URL (usefull for some post kinds) - Theme: Add emoji for social network +- Theme: Add a new pagination system that show a page list +- Theme: Add a support for title and description for pagelist views (archive, tag, category, author and post-kind) +- Theme: Add a way to easily get all the social network of an user +- Theme: Add a new default theme, inspired by the old wordpress theme, with customisation support - Sidebar: Add a social network widget ### Changed @@ -26,4 +36,6 @@ First forked version from bludit - Icons: replaced linearicons by fontawesome - Admin: reworked the theme - Admin/content: The sidebar is now always visible -- Replace social network by a better list and make them more configurable \ No newline at end of file +- Admin/settings: The site logo now use the global gallery +- Admin/settings: Replace social network by a better list and make them more configurable +- Theme: The theme plugin can now be part of the theme directly, to make it easier to install \ No newline at end of file