From 1ca0515ee1416522ce75860766da811538099ab8 Mon Sep 17 00:00:00 2001 From: Yasen Pramatarov Date: Tue, 23 Dec 2025 17:39:13 +0200 Subject: [PATCH] Updates CHANGELOG --- CHANGELOG.md | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 85bbb88..544eb2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,47 @@ All notable changes to this project will be documented in this file. --- +## Unreleased + +#### Links +- upstream: https://code.lindeas.com/lindeas/jilo-web/compare/v0.4.1...HEAD +- codeberg: https://codeberg.org/lindeas/jilo-web/compare/v0.4.1...HEAD +- github: https://github.com/lindeas/jilo-web/compare/v0.4.1...HEAD +- gitlab: https://gitlab.com/lindeas/jilo-web/-/compare/v0.4.1...HEAD + +### Added +- Admin page and admin dashboard for all administrative tasks +- Email helper and email templates, including password reset email +- Plugin hooks for profile page, account menu, and asset loading +- Plugin asset page +- Logger helper with fallback when no log plugin is available +- Log Throttler to prevent log flooding +- Option to run database migrations one by one +- Tracking of applied database migrations in the database +- Monthly dashboard statistics redesign +- CSS for dashboard widgets + +### Changed +- Refactored database migration system and Admin Tools functionality +- Updated index bootstrap to use global "APP_PATH" +- Replaced "error_log" with "app_log" in 2FA +- Switched profile edit and action pages to uniform action-card design +- Reorganized dashboard layout +- Updated pagination styling +- Redesigned sidebar, main elements, menus, and overall CSS +- Redesigned admin tools, themes, profile, credentials/2FA, and authentication pages +- Updated credentials pages and removed unused "credentials.php" + +### Fixed +- Correct encoding of login redirect URL parameters +- Public pages incorrectly requiring authentication +- Profile avatar upload issues +- Collapsing sidebar layout issues +- Validator rejecting "0" as a valid value +- Database migration reliability issues + +--- + ## 0.4.1 - 2025-11-13 #### Links