Prepares for v0.4

main v0.4
Yasen Pramatarov 2025-04-12 17:21:34 +03:00
parent f8118315e7
commit 7786f26de7
3 changed files with 29 additions and 6 deletions

View File

@ -7,12 +7,32 @@ All notable changes to this project will be documented in this file.
## Unreleased ## Unreleased
#### Links #### Links
- upstream: https://code.lindeas.com/lindeas/jilo-web/compare/v0.3...HEAD - upstream: https://code.lindeas.com/lindeas/jilo-web/compare/v0.4...HEAD
- codeberg: https://codeberg.org/lindeas/jilo-web/compare/v0.3...HEAD - codeberg: https://codeberg.org/lindeas/jilo-web/compare/v0.4...HEAD
- github: https://github.com/lindeas/jilo-web/compare/v0.3...HEAD - github: https://github.com/lindeas/jilo-web/compare/v0.4...HEAD
- gitlab: https://gitlab.com/lindeas/jilo-web/-/compare/v0.3...HEAD - gitlab: https://gitlab.com/lindeas/jilo-web/-/compare/v0.4...HEAD
### Added ### Added
### Changed
### Fixed
---
## 0.4 - 2025-04-12
#### Links
- upstream: https://code.lindeas.com/lindeas/jilo-web/compare/v0.3...v0.4
- codeberg: https://codeberg.org/lindeas/jilo-web/compare/v0.3...v0.4
- github: https://github.com/lindeas/jilo-web/compare/v0.3...v0.4
- gitlab: https://gitlab.com/lindeas/jilo-web/-/compare/v0.3...v0.4
### Added
- Added top-right menu with profile, admin, and docs sections
- Added two-factor authentication
- Added resetting of forgotten password
- Added login credentials management
- Added proper pagination - Added proper pagination
- Added agents managemet pages - Added agents managemet pages
- Added javascript-based feedback messages - Added javascript-based feedback messages
@ -26,6 +46,7 @@ All notable changes to this project will be documented in this file.
- Added testing workflow for github - Added testing workflow for github
### Changed ### Changed
- Increased session to 2 hours w/out "remember me", 30 days with
- Made the config editing in-place with AJAX - Made the config editing in-place with AJAX
- Redesigned the help page - Redesigned the help page
- Moved graphs and latest data to their own pages - Moved graphs and latest data to their own pages
@ -33,6 +54,8 @@ All notable changes to this project will be documented in this file.
- Redesigned the messages system and renamed them to feedback messages - Redesigned the messages system and renamed them to feedback messages
### Fixed ### Fixed
- Bugfixes
- Fixed config editing
- Fixed logs search - Fixed logs search
- Removed hardcoded messages, changed to feedback messages - Removed hardcoded messages, changed to feedback messages

View File

@ -33,7 +33,7 @@ return [
// default avatar // default avatar
'default_avatar' => 'static/default_avatar.png', 'default_avatar' => 'static/default_avatar.png',
// system info // system info
'version' => '0.3', 'version' => '0.4',
// development has verbose error messages, production has not // development has verbose error messages, production has not
'environment' => 'development', 'environment' => 'development',

View File

@ -8,7 +8,7 @@
* License: GPLv2 * License: GPLv2
* Project URL: https://lindeas.com/jilo * Project URL: https://lindeas.com/jilo
* Year: 2024-2025 * Year: 2024-2025
* Version: 0.3 * Version: 0.4
*/ */
// we start output buffering and // we start output buffering and