<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/cmd2-git.git, branch 2.4.0</title>
<subtitle>github.com: python-cmd2/cmd2.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/'/>
<entry>
<title>Fixed type hint in unit test code</title>
<updated>2022-02-23T01:33:33+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2022-02-23T01:33:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=fde6b72a1e6d5875fb353702b702a14b14858b61'/>
<id>fde6b72a1e6d5875fb353702b702a14b14858b61</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated change log and license for release</title>
<updated>2022-02-23T01:23:20+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2022-02-23T01:23:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=d14fbc149e971b494cd8d7fbdcf6d1b25c684719'/>
<id>d14fbc149e971b494cd8d7fbdcf6d1b25c684719</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Reduced amount of style characters carried over from previous lines when aligning text.</title>
<updated>2022-02-23T00:52:26+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2022-02-23T00:30:19+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=e76dbad13cb6363d315cf851a5da3541e2138148'/>
<id>e76dbad13cb6363d315cf851a5da3541e2138148</id>
<content type='text'>
Also reduced amount of style characters appended to truncated text.
These changes were made to reduce memory usage in certain use cases of tables (e.g. nested colored tables).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also reduced amount of style characters appended to truncated text.
These changes were made to reduce memory usage in certain use cases of tables (e.g. nested colored tables).
</pre>
</div>
</content>
</entry>
<entry>
<title>cmd2 now uses pyreadline3 when running any version of Python on Windows</title>
<updated>2022-02-17T16:13:34+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2022-02-17T15:47:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=4621b0501acdaea7230eef97ffa526d14820af80'/>
<id>4621b0501acdaea7230eef97ffa526d14820af80</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Improved some readline-related comments</title>
<updated>2022-02-17T16:13:34+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2022-02-17T15:12:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=07f059c17b4cb6577fbc7a2ce42d7c5bf98a83c8'/>
<id>07f059c17b4cb6577fbc7a2ce42d7c5bf98a83c8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Deleted cmd2.fg and cmd2.bg which were deprecated in 2.3.0. Use cmd2.Fg and cmd2.Bg instead.</title>
<updated>2022-02-17T13:52:04+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2022-02-16T18:34:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=f217861feae45a0a1abb56436e68c5dd859d64c0'/>
<id>f217861feae45a0a1abb56436e68c5dd859d64c0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed issue where tab completion was quoting argparse flags in some cases.</title>
<updated>2022-02-16T18:30:39+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2022-02-16T18:16:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=9676f8bf6ad62175eb7c3f091c717d3dacaaf567'/>
<id>9676f8bf6ad62175eb7c3f091c717d3dacaaf567</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update modular_commands.rst (#1199)</title>
<updated>2022-02-16T04:56:29+00:00</updated>
<author>
<name>Varun Mittal</name>
<email>viralmutant@users.noreply.github.com</email>
</author>
<published>2022-02-16T04:56:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=1050d9933c2c46d948be0891b6b9a38ec7c1f3a2'/>
<id>1050d9933c2c46d948be0891b6b9a38ec7c1f3a2</id>
<content type='text'>
* Update modular_commands.rst

The args given in the example are integers. Direct concatenation to string raises errors

* Changed to f-string as per review comment

Co-authored-by: Todd Leonhardt &lt;todd.leonhardt@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Update modular_commands.rst

The args given in the example are integers. Direct concatenation to string raises errors

* Changed to f-string as per review comment

Co-authored-by: Todd Leonhardt &lt;todd.leonhardt@gmail.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Use latest version of black (#1201)</title>
<updated>2022-02-16T04:41:09+00:00</updated>
<author>
<name>Todd Leonhardt</name>
<email>todd.leonhardt@gmail.com</email>
</author>
<published>2022-02-16T04:41:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=716ab8ab066938422d6548dea5c6b15be77267a1'/>
<id>716ab8ab066938422d6548dea5c6b15be77267a1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Added PassThroughException to __init__.py imports. (#1194)</title>
<updated>2022-01-26T20:51:59+00:00</updated>
<author>
<name>Kevin Van Brunt</name>
<email>kmvanbrunt@gmail.com</email>
</author>
<published>2022-01-26T20:51:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/cmd2-git.git/commit/?id=b052dcd1bc439aab9b2d2931a0898c7862dc3850'/>
<id>b052dcd1bc439aab9b2d2931a0898c7862dc3850</id>
<content type='text'>
Co-authored-by: Todd Leonhardt &lt;todd.leonhardt@gmail.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Co-authored-by: Todd Leonhardt &lt;todd.leonhardt@gmail.com&gt;</pre>
</div>
</content>
</entry>
</feed>
