mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2025-07-15 12:06:52 +00:00
43 lines
1000 B
Markdown
43 lines
1000 B
Markdown
<h1>Changelog / Raiz</h1>
|
|
|
|
<p>All notable changes to ProxMenux will be documented in this file.</p>
|
|
|
|
<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>
|
|
|
|
<h2>[Unreleased]</h2>
|
|
|
|
<h3>Added</h3>
|
|
<ul>
|
|
<li>Initial project setup</li>
|
|
<li>Basic menu structure</li>
|
|
<li>Documentation framework</li>
|
|
</ul>
|
|
|
|
<h2>[0.1.0] - 2023-06-15</h2>
|
|
|
|
<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>
|
|
|
|
<h3>Changed</h3>
|
|
<ul>
|
|
<li>Improved script organization with categories</li>
|
|
</ul>
|
|
|
|
<h3>Fixed</h3>
|
|
<ul>
|
|
<li>Issue with script permissions on certain systems</li>
|
|
</ul>
|
|
|
|
<h2>[0.0.1] - 2023-06-01</h2>
|
|
|
|
<h3>Added</h3>
|
|
<ul>
|
|
<li>Project initialization</li>
|
|
<li>README with basic project description</li>
|
|
<li>License file</li>
|
|
</ul>
|