parent
f8118315e7
commit
7786f26de7
31
CHANGELOG.md
31
CHANGELOG.md
|
@ -7,12 +7,32 @@ All notable changes to this project will be documented in this file.
|
|||
## Unreleased
|
||||
|
||||
#### Links
|
||||
- upstream: https://code.lindeas.com/lindeas/jilo-web/compare/v0.3...HEAD
|
||||
- codeberg: https://codeberg.org/lindeas/jilo-web/compare/v0.3...HEAD
|
||||
- github: https://github.com/lindeas/jilo-web/compare/v0.3...HEAD
|
||||
- gitlab: https://gitlab.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.4...HEAD
|
||||
- github: https://github.com/lindeas/jilo-web/compare/v0.4...HEAD
|
||||
- gitlab: https://gitlab.com/lindeas/jilo-web/-/compare/v0.4...HEAD
|
||||
|
||||
### 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 agents managemet pages
|
||||
- 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
|
||||
|
||||
### Changed
|
||||
- Increased session to 2 hours w/out "remember me", 30 days with
|
||||
- Made the config editing in-place with AJAX
|
||||
- Redesigned the help page
|
||||
- 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
|
||||
|
||||
### Fixed
|
||||
- Bugfixes
|
||||
- Fixed config editing
|
||||
- Fixed logs search
|
||||
- Removed hardcoded messages, changed to feedback messages
|
||||
|
||||
|
|
|
@ -33,7 +33,7 @@ return [
|
|||
// default avatar
|
||||
'default_avatar' => 'static/default_avatar.png',
|
||||
// system info
|
||||
'version' => '0.3',
|
||||
'version' => '0.4',
|
||||
// development has verbose error messages, production has not
|
||||
'environment' => 'development',
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
* License: GPLv2
|
||||
* Project URL: https://lindeas.com/jilo
|
||||
* Year: 2024-2025
|
||||
* Version: 0.3
|
||||
* Version: 0.4
|
||||
*/
|
||||
|
||||
// we start output buffering and
|
||||
|
|
Loading…
Reference in New Issue