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 @@
-
+
@@ -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 │ ./