tag:github.com,2008:https://github.com/sowrensen/LordCommander/releasesRelease notes from LordCommander2020-10-05T07:19:27Ztag:github.com,2008:Repository/216542524/v5.0.12020-10-07T15:55:39Z5.0.1<ul>
<li>LordCommander is now a standalone python package which can be installed using <strong>pip</strong>.</li>
<li>Instead of saving shelve module inside the package directory (<code>.files</code>), it now uses user data folder.</li>
<li>Renamed module <code>lordcommander</code> to <code>commander</code> as the main package is named LordCommander.</li>
<li><code>_create_data_dir()</code> and <code>_read_data()</code> methods are removed from <code>LordCommander</code> class and rewritten as independent functions.</li>
<li>The shelve module to store data now can be passed from outside of the <code>LordCommander</code> class via constructor, which helps changing module for testing.</li>
<li>Tests are added, a debt has been paid. More to go.</li>
<li>Removed <code>lc version</code> command.</li>
</ul>sowrensentag:github.com,2008:Repository/216542524/v5.0.02020-10-04T12:48:30Zv5.0.0<p>Fixed some classifiers</p>sowrensentag:github.com,2008:Repository/216542524/v4.2.32020-09-21T12:11:59Z4.2.3<p>Ability to rename a project.</p>sowrensentag:github.com,2008:Repository/216542524/v4.2.22020-09-19T16:47:34Z4.2.2<p>Specify custom name for a project using <code>--name</code> flag with <code>proj add</code> command.</p>sowrensentag:github.com,2008:Repository/216542524/v4.2.12020-09-14T12:22:52Z4.2.1<p>A few code style and documentation update. No new features for now. <g-emoji class="g-emoji" alias="frowning_face">☹️</g-emoji></p>sowrensentag:github.com,2008:Repository/216542524/v4.2.02020-06-23T16:25:29Z4.2.0<ul>
<li>New option to run command for specific directories/instances only.</li>
<li>Listing instances now shows indices also.</li>
</ul>sowrensentag:github.com,2008:Repository/216542524/v4.1.22020-06-09T07:18:09Z4.1.2<ul>
<li>Fixed color contrast for light terminal color scheme</li>
</ul>sowrensentag:github.com,2008:Repository/216542524/v4.1.12020-05-13T17:01:59Z4.1.1<ul>
<li>Project root is now shown beside project name.</li>
<li>Added a <code>requirements.txt</code> for using without Pipenv.</li>
<li>Added option to see application version.</li>
<li>Minor fixes and code refactoring.</li>
</ul>sowrensentag:github.com,2008:Repository/216542524/v4.1.02020-02-29T12:49:29Z4.1.0<ul>
<li>Searching for a directory/instance now also shows the index.</li>
<li>Specific directory/instance now can be excluded during execution. See Running Commands section.</li>
</ul>sowrensentag:github.com,2008:Repository/216542524/v4.0.12020-02-02T12:13:09Z4.0.1<p>Minor fixes</p>sowrensen