tag:github.com,2008:https://github.com/sowrensen/LordCommander/releases Release notes from LordCommander 2020-10-05T07:19:27Z tag:github.com,2008:Repository/216542524/v5.0.1 2020-10-07T15:55:39Z 5.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> sowrensen tag:github.com,2008:Repository/216542524/v5.0.0 2020-10-04T12:48:30Z v5.0.0 <p>Fixed some classifiers</p> sowrensen tag:github.com,2008:Repository/216542524/v4.2.3 2020-09-21T12:11:59Z 4.2.3 <p>Ability to rename a project.</p> sowrensen tag:github.com,2008:Repository/216542524/v4.2.2 2020-09-19T16:47:34Z 4.2.2 <p>Specify custom name for a project using <code>--name</code> flag with <code>proj add</code> command.</p> sowrensen tag:github.com,2008:Repository/216542524/v4.2.1 2020-09-14T12:22:52Z 4.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> sowrensen tag:github.com,2008:Repository/216542524/v4.2.0 2020-06-23T16:25:29Z 4.2.0 <ul> <li>New option to run command for specific directories/instances only.</li> <li>Listing instances now shows indices also.</li> </ul> sowrensen tag:github.com,2008:Repository/216542524/v4.1.2 2020-06-09T07:18:09Z 4.1.2 <ul> <li>Fixed color contrast for light terminal color scheme</li> </ul> sowrensen tag:github.com,2008:Repository/216542524/v4.1.1 2020-05-13T17:01:59Z 4.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> sowrensen tag:github.com,2008:Repository/216542524/v4.1.0 2020-02-29T12:49:29Z 4.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> sowrensen tag:github.com,2008:Repository/216542524/v4.0.1 2020-02-02T12:13:09Z 4.0.1 <p>Minor fixes</p> sowrensen