From a28bc19a38a8160e6b459ce401759560f27c96d4 Mon Sep 17 00:00:00 2001 From: MacRimi <123239993+MacRimi@users.noreply.github.com> Date: Thu, 13 Feb 2025 16:51:50 +0100 Subject: [PATCH] Add files via upload --- CHANGELOG.md | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..e8ec34e --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,34 @@ +# Changelog + +All notable changes to ProxMenux will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +### Added +- Initial project setup +- Basic menu structure +- Documentation framework + +## [0.1.0] - 2023-06-15 + +### Added +- Core functionality for executing shell scripts +- Menu-driven interface for script selection +- Basic error handling and logging + +### Changed +- Improved script organization with categories + +### Fixed +- Issue with script permissions on certain systems + +## [0.0.1] - 2023-06-01 + +### Added +- Project initialization +- README with basic project description +- License file +