feat: add UI menu

This commit is contained in:
Ed Nielsen 2026-03-18 20:18:28 +01:00
parent 61f246bb25
commit 2a0053dee5
2 changed files with 40 additions and 1 deletions

39
CHANGELOG.md Normal file
View file

@ -0,0 +1,39 @@
# Changelog
All notable changes to this project will be documented in this file.
---
## [0.3.0] - 2026-03-18
### Added
- CLI menu (`update-manager-ui.sh`)
- Interactive host selection
- Basic UI navigation with dialog
### Changed
- Project renamed from lanx-update → update-manager
- Improved structure in /opt/update-manager
### Fixed
- Symlink issues in setup
- Path handling for config and hosts
---
## [0.2.0] - 2026-03-18
### Added
- SSH-based update check across hosts
- hosts.conf support
- Config file support (`/etc/update-manager.conf`)
---
## [0.1.0] - 2026-03-17
### Added
- Initial script
- Basic apt update check