Updates CHANGELOG

main
Yasen Pramatarov 2025-12-23 17:39:13 +02:00
parent 5d62380c8b
commit 1ca0515ee1
1 changed files with 41 additions and 0 deletions

View File

@ -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