From bbc8fe655c3d37ec4c6f250c09e37389a09124ab Mon Sep 17 00:00:00 2001
From: MacRimi <123239993+MacRimi@users.noreply.github.com>
Date: Sat, 15 Feb 2025 15:58:50 +0100
Subject: [PATCH] Update CHANGELOG.md
---
CHANGELOG.md | 74 +++++++++++++++++++++++++++++-----------------------
1 file changed, 42 insertions(+), 32 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3782409..3968a05 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,42 +1,52 @@
-
Changelog / Raiz
+
+

+
-All notable changes to ProxMenux will be documented in this file.
-The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
+# ProxMenux: Interactive Menu for Proxmox VE Management
-[Unreleased]
+**ProxMenux** is an interactive menu for **Proxmox VE** that simplifies advanced task management and automation through scripts hosted on GitHub.
-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
-
+## 📌 Installation
+To install ProxMenux, simply run the following command in your Proxmox server terminal:
-Changed
-
- - Improved script organization with categories
-
+```bash
+bash -c "$(wget -qLO - https://raw.githubusercontent.com/MacRimi/ProxMenux/main/install_proxmenux.sh)"
+```
-Fixed
-
- - Issue with script permissions on certain systems
-
+---
-[0.0.1] - 2023-06-01
+## 📌 How to Use
+Once installed, launch **ProxMenux** by running:
+
+```bash
+menu.sh
+```
+Then, follow the on-screen options to manage your Proxmox server efficiently.
+
+---
+
+## 📌 System Requirements
+🖥 **Compatible with:**
+- Proxmox VE 8.x**
+
+📦 **Dependencies:**
+- `bash`, `curl`, `wget`, `jq`, `whiptail`, `python3-venv` (These dependencies are installed automatically during setup.)
+- **Translations are handled in a Python virtual environment using `googletrans-env`.**
+
+---
+
+## ⭐ Support the Project!
+If you find **ProxMenux** useful, consider giving it a ⭐ on GitHub to help others discover it!
+
+
+
+If you would like to support the project, you can buy me a coffee on Ko-fi! Thank you! 😊
-Added
-
- - Project initialization
- - README with basic project description
- - License file
-