2025-02-14 16:48:11 +01:00
|
|
|
# Changelog app
|
2025-02-13 23:04:40 +01:00
|
|
|
|
|
|
|
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
|
|
|
|
|