summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Van Brunt <kmvanbrunt@gmail.com>2022-07-13 11:25:48 -0400
committerKevin Van Brunt <kmvanbrunt@gmail.com>2022-07-13 11:29:10 -0400
commit813ea195b6bd7f1b75002ae6e122cb2a72e56ad1 (patch)
treef3b9e3e2774bcf747aeaf8ddd87a0315613e87c9
parenta3c10b690e7a9cf7ff131da3e4b47d3f95638248 (diff)
downloadcmd2-git-813ea195b6bd7f1b75002ae6e122cb2a72e56ad1.tar.gz
Updated CHANGELOG for 2.4.2 release.
Fixed github image URLs in README so they link to the raw data. This fixes issue where the README did not display correctly on pypi.org.
-rw-r--r--CHANGELOG.md5
-rwxr-xr-xREADME.md4
2 files changed, 7 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8ea2fc3d..b972fc82 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,8 @@
+## 2.4.2 (July 13, 2022)
+* Enhancements
+ * Updated argparse decorator to remove annotations when the docstring is used for a command's help text.
+ * Updated unit test to be Python 3.11 compliant.
+
## 2.4.1 (April 13, 2022)
* Bug Fixes
* Fixed value for `ansi.Bg.YELLOW`.
diff --git a/README.md b/README.md
index 38fefb70..080d9094 100755
--- a/README.md
+++ b/README.md
@@ -16,7 +16,7 @@
<a href="#version-two-notes">Version 2.0 Notes</a>
</p>
-[![Screenshot](cmd2.png)](https://youtu.be/DDU_JH6cFsA)
+[![Screenshot](https://raw.githubusercontent.com/python-cmd2/cmd2/master/cmd2.png)](https://youtu.be/DDU_JH6cFsA)
cmd2 is a tool for building interactive command line applications in Python. Its goal is to make it
quick and easy for developers to build feature-rich and user-friendly interactive command line
@@ -28,7 +28,7 @@ when using cmd.
The developers toolbox
----------------------
-![system schema](https://github.com/python-cmd2/cmd2/blob/master/.github/images/graph.drawio.png)
+![system schema](https://raw.githubusercontent.com/python-cmd2/cmd2/master/.github/images/graph.drawio.png)
When creating solutions developers have no shortage of tools to create rich and smart user interfaces.