ProxMenux/CHANGELOG.md

43 lines
1000 B
Markdown
Raw Normal View History

2025-02-14 19:16:04 +01:00
<h1>Changelog / Raiz</h1>
2025-02-13 16:51:50 +01:00
2025-02-14 19:16:04 +01:00
<p>All notable changes to ProxMenux will be documented in this file.</p>
2025-02-13 16:51:50 +01:00
2025-02-14 19:16:04 +01:00
<p>The format is based on <a href="https://keepachangelog.com/en/1.0.0/">Keep a Changelog</a>, and this project adheres to <a href="https://semver.org/spec/v2.0.0.html">Semantic Versioning</a>.</p>
2025-02-13 16:51:50 +01:00
2025-02-14 19:16:04 +01:00
<h2>[Unreleased]</h2>
2025-02-13 16:51:50 +01:00
2025-02-14 19:16:04 +01:00
<h3>Added</h3>
<ul>
<li>Initial project setup</li>
<li>Basic menu structure</li>
<li>Documentation framework</li>
</ul>
2025-02-13 16:51:50 +01:00
2025-02-14 19:16:04 +01:00
<h2>[0.1.0] - 2023-06-15</h2>
2025-02-13 16:51:50 +01:00
2025-02-14 19:16:04 +01:00
<h3>Added</h3>
<ul>
<li>Core functionality for executing shell scripts</li>
<li>Menu-driven interface for script selection</li>
<li>Basic error handling and logging</li>
</ul>
2025-02-13 16:51:50 +01:00
2025-02-14 19:16:04 +01:00
<h3>Changed</h3>
<ul>
<li>Improved script organization with categories</li>
</ul>
2025-02-13 16:51:50 +01:00
2025-02-14 19:16:04 +01:00
<h3>Fixed</h3>
<ul>
<li>Issue with script permissions on certain systems</li>
</ul>
2025-02-13 16:51:50 +01:00
2025-02-14 19:16:04 +01:00
<h2>[0.0.1] - 2023-06-01</h2>
2025-02-13 16:51:50 +01:00
2025-02-14 19:16:04 +01:00
<h3>Added</h3>
<ul>
<li>Project initialization</li>
<li>README with basic project description</li>
<li>License file</li>
</ul>