From 0c740f7d491d63d586a1b8fac825b3f37b0bf342 Mon Sep 17 00:00:00 2001 From: Simatwa Date: Tue, 26 Dec 2023 19:42:14 +0300 Subject: [PATCH] Increase version count prior to release - v0.2.1 --- WebChatGPT/__init__.py | 2 +- docs/CHANGELOG.md | 8 +++- docs/README.md | 88 +++++++++++++++++++++--------------------- setup.py | 2 +- 4 files changed, 53 insertions(+), 47 deletions(-) diff --git a/WebChatGPT/__init__.py b/WebChatGPT/__init__.py index 298346f..2d29487 100644 --- a/WebChatGPT/__init__.py +++ b/WebChatGPT/__init__.py @@ -2,7 +2,7 @@ __all__ = ["ChatGPT"] -__version__ = "0.2.0" +__version__ = "0.2.1" __author__ = "Smartwa" __repo__ = "https://github.com/Simatwa/WebChatGPT" __info__ = "Reverse Engineering of ChatGPT Web-version." diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index e1a3950..c08da35 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -103,4 +103,10 @@ More console chat manipulation features. **What's new?** - Wider system support for *copy - paste* operations - *(console)* -- *from_copied* renamed to *with_copied* - *(console)* \ No newline at end of file +- *from_copied* renamed to *with_copied* - *(console)* + +## v0.2.1 + +**What's new?** +- Failsafe copy-paste operations - *(Console)* +- Prompt to save json data - *(Console)* \ No newline at end of file diff --git a/docs/README.md b/docs/README.md index 118ec7e..9df1b39 100644 --- a/docs/README.md +++ b/docs/README.md @@ -3,7 +3,7 @@

Python Test License -PyPi +PyPi Black Passing coverage @@ -187,49 +187,49 @@ Options: Running `h` while in interactive prompt: ``` -╒╒════╤════════════════════════╤═════════════════════════════════════╕ -│ │ Command │ Action │ -╞════╪════════════════════════╪═════════════════════════════════════╡ -│ 0 │ h │ Show this help info │ -├────┼────────────────────────┼─────────────────────────────────────┤ -│ 1 │ history │ Show conversation history │ -├────┼────────────────────────┼─────────────────────────────────────┤ -│ 2 │ share │ Share conversation by link │ -├────┼────────────────────────┼─────────────────────────────────────┤ -│ 3 │ stop_share │ Revoke shared conversation link │ -├────┼────────────────────────┼─────────────────────────────────────┤ -│ 4 │ rename │ Rename conversation title │ -├────┼────────────────────────┼─────────────────────────────────────┤ -│ 5 │ archive │ Archive or unarchive a conversation │ -├────┼────────────────────────┼─────────────────────────────────────┤ -│ 6 │ shared_conversations │ Show shared conversations │ -├────┼────────────────────────┼─────────────────────────────────────┤ -│ 7 │ previous_conversations │ Show previous conversations │ -├────┼────────────────────────┼─────────────────────────────────────┤ -│ 8 │ delete_conversation │ Delete a particular conversation │ -├────┼────────────────────────┼─────────────────────────────────────┤ -│ 9 │ prompts │ Generate random prompts │ -├────┼────────────────────────┼─────────────────────────────────────┤ -│ 10 │ account_info │ ChatGPT account info/setings │ -├────┼────────────────────────┼─────────────────────────────────────┤ -│ 11 │ ask │ Show raw response from ChatGPT │ -├────┼────────────────────────┼─────────────────────────────────────┤ -│ 12 │ auth │ Show current user auth info │ -├────┼────────────────────────┼─────────────────────────────────────┤ -│ 13 │ migrate │ Shift to another conversation │ -├────┼────────────────────────┼─────────────────────────────────────┤ -│ 14 │ set_theme │ Set theme for displaying codes │ -├────┼────────────────────────┼─────────────────────────────────────┤ -│ 15 │ copy_this │ Copy last response │ -├────┼────────────────────────┼─────────────────────────────────────┤ -│ 16 │ from_copied │ Use last copied text as prompt │ -├────┼────────────────────────┼─────────────────────────────────────┤ -│ 17 │ ./ │ Run system command │ -├────┼────────────────────────┼─────────────────────────────────────┤ -│ 18 │ │ Interact with ChatGPT │ -├────┼────────────────────────┼─────────────────────────────────────┤ -│ 19 │ exit │ Quit Program │ -╘════╧════════════════════════╧═════════════════════════════════════╛ +╒════╤════════════════════════╤═══════════════════════════════════════╕ +│ │ Command │ Action │ +╞════╪════════════════════════╪═══════════════════════════════════════╡ +│ 0 │ h │ Show this help info │ +├────┼────────────────────────┼───────────────────────────────────────┤ +│ 1 │ history │ Show conversation history │ +├────┼────────────────────────┼───────────────────────────────────────┤ +│ 2 │ share │ Share conversation by link │ +├────┼────────────────────────┼───────────────────────────────────────┤ +│ 3 │ stop_share │ Revoke shared conversation link │ +├────┼────────────────────────┼───────────────────────────────────────┤ +│ 4 │ rename │ Rename conversation title │ +├────┼────────────────────────┼───────────────────────────────────────┤ +│ 5 │ archive │ Archive or unarchive a conversation │ +├────┼────────────────────────┼───────────────────────────────────────┤ +│ 6 │ shared_conversations │ Show shared conversations │ +├────┼────────────────────────┼───────────────────────────────────────┤ +│ 7 │ previous_conversations │ Show previous conversations │ +├────┼────────────────────────┼───────────────────────────────────────┤ +│ 8 │ delete_conversation │ Delete a particular conversation │ +├────┼────────────────────────┼───────────────────────────────────────┤ +│ 9 │ prompts │ Generate random prompts │ +├────┼────────────────────────┼───────────────────────────────────────┤ +│ 10 │ account_info │ ChatGPT account info/setings │ +├────┼────────────────────────┼───────────────────────────────────────┤ +│ 11 │ ask │ Show raw response from ChatGPT │ +├────┼────────────────────────┼───────────────────────────────────────┤ +│ 12 │ auth │ Show current user auth info │ +├────┼────────────────────────┼───────────────────────────────────────┤ +│ 13 │ migrate │ Shift to another conversation │ +├────┼────────────────────────┼───────────────────────────────────────┤ +│ 14 │ set_theme │ Set theme for displaying codes │ +├────┼────────────────────────┼───────────────────────────────────────┤ +│ 15 │ copy_this │ Copy last response │ +├────┼────────────────────────┼───────────────────────────────────────┤ +│ 16 │ with_copied │ Attach last copied text to the prompt │ +├────┼────────────────────────┼───────────────────────────────────────┤ +│ 17 │ ./ │ Run system command │ +├────┼────────────────────────┼───────────────────────────────────────┤ +│ 18 │ │ Interact with ChatGPT │ +├────┼────────────────────────┼───────────────────────────────────────┤ +│ 19 │ exit │ Quit Program │ +╘════╧════════════════════════╧═══════════════════════════════════════╛ ``` diff --git a/setup.py b/setup.py index 05fe665..be1bb13 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ setup( name="webchatgpt", - version="0.2.0", + version="0.2.1", license="GNU v3", author="Smartwa", maintainer="Smartwa",