docs: add UI screenshots and logging section
This commit is contained in:
parent
bd9f96f3a9
commit
65afd0cdae
1 changed files with 40 additions and 14 deletions
54
CHANGELOG.md
54
CHANGELOG.md
|
|
@ -4,36 +4,62 @@ All notable changes to this project will be documented in this file.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
## [0.4.0] - 2026-03-18
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
* Structured logging system with timestamps
|
||||||
|
* Log levels: INFO, OK, ERR
|
||||||
|
* Central log file: `/opt/update-manager/log/update-manager.log`
|
||||||
|
* Log submenu in UI
|
||||||
|
* Log viewing options:
|
||||||
|
|
||||||
|
* Full log
|
||||||
|
* Live log (tail -f)
|
||||||
|
* Last 20 lines
|
||||||
|
* Log file location
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
* Refactored UI to group log features into submenu
|
||||||
|
* Improved menu structure and usability
|
||||||
|
|
||||||
|
### Improved
|
||||||
|
|
||||||
|
* Better error visibility for SSH failures
|
||||||
|
* Consistent output across hosts
|
||||||
|
* README updated with UI screenshots and logging documentation
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
## [0.3.0] - 2026-03-18
|
## [0.3.0] - 2026-03-18
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
- CLI menu (`update-manager-ui.sh`)
|
|
||||||
- Interactive host selection
|
* CLI menu (`update-manager-ui.sh`)
|
||||||
- Basic UI navigation with dialog
|
* Interactive host management
|
||||||
|
* Dialog-based UI navigation
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
- Project renamed from lanx-update → update-manager
|
|
||||||
- Improved structure in /opt/update-manager
|
|
||||||
|
|
||||||
### Fixed
|
* Project renamed from `lanx-update` to `update-manager`
|
||||||
- Symlink issues in setup
|
* Moved runtime files to `/opt/update-manager`
|
||||||
- Path handling for config and hosts
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## [0.2.0] - 2026-03-18
|
## [0.2.0] - 2026-03-18
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
- SSH-based update check across hosts
|
|
||||||
- hosts.conf support
|
* SSH-based update checking across multiple hosts
|
||||||
- Config file support (`/etc/update-manager.conf`)
|
* Support for `hosts.conf`
|
||||||
|
* Config file support (`/etc/update-manager.conf`)
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
## [0.1.0] - 2026-03-17
|
## [0.1.0] - 2026-03-17
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
- Initial script
|
|
||||||
- Basic apt update check
|
|
||||||
|
|
||||||
|
|
||||||
|
* Initial version
|
||||||
|
* Basic apt update check functionality
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue