feat: add UI menu
This commit is contained in:
parent
61f246bb25
commit
2a0053dee5
2 changed files with 40 additions and 1 deletions
39
CHANGELOG.md
Normal file
39
CHANGELOG.md
Normal 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
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
# 🖥️ Update Manager - Version: 1.0.1
|
# 🖥️ Update Manager - Version: 0.3.0
|
||||||
|
|
||||||
Simple CLI tool to check and manage updates across multiple Ubuntu systems over SSH.
|
Simple CLI tool to check and manage updates across multiple Ubuntu systems over SSH.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue