From 30b0c0849735c54ab973f9ffe760d5607bb9d594 Mon Sep 17 00:00:00 2001 From: JaydenMW Date: Sat, 20 Feb 2021 21:18:09 +0000 Subject: [PATCH] Update README.md --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 52fe7de..2323475 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,10 @@ # pclish.utilities.jaydenmw -A simple shell subsystem written in Python. \ No newline at end of file +A simple shell subsystem written in Python. + +# Changelog 0.0.5a +- You can now use arguments for commands +- You can now run OS level commands with oscmd +- Fixed a bug that prevented the shell from starting. The issue was that I forgot to place quotation marks +- Add customization options +- Better Performance