41 lines
No EOL
1.9 KiB
Markdown
41 lines
No EOL
1.9 KiB
Markdown
# Changelog
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
|
|
|
## [Unreleased]
|
|
|
|
First forked version from bludit
|
|
|
|
### Added
|
|
|
|
- Admin: Added a sidebar panel that show all sidebar widget to be activated/deactivated
|
|
- 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 (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
|
|
|
|
- Bootstrap: updated to bootstrap 5
|
|
- Icons: replaced linearicons by fontawesome
|
|
- Admin: reworked the theme
|
|
- Admin/content: The sidebar is now always visible
|
|
- 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 |