diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..26a2433 --- /dev/null +++ b/CHANGELOG.md @@ -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 + + diff --git a/README.md b/README.md index 129e732..5758fe5 100644 --- a/README.md +++ b/README.md @@ -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.