Skip to content

Commit

Permalink
Increase version count prior to release - v0.2.1
Browse files Browse the repository at this point in the history
Simatwa committed Dec 26, 2023
1 parent 96da5a2 commit 0c740f7
Showing 4 changed files with 53 additions and 47 deletions.
2 changes: 1 addition & 1 deletion WebChatGPT/__init__.py
Original file line number Diff line number Diff line change
@@ -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."
8 changes: 7 additions & 1 deletion docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)*
- *from_copied* renamed to *with_copied* - *(console)*

## v0.2.1

**What's new?**
- Failsafe copy-paste operations - *(Console)*
- Prompt to save json data - *(Console)*
88 changes: 44 additions & 44 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
<p align="center">
<a href="https://github.com/Simatwa/WebChatGPT/actions/workflows/python-test.yml"><img src="https://github.com/Simatwa/WebChatGPT/actions/workflows/python-test.yml/badge.svg" alt="Python Test"/></a>
<a href="LICENSE"><img alt="License" src="https://img.shields.io/static/v1?logo=GPL&color=Blue&message=GNUv3&label=License"/></a>
<a href="https://pypi.org/project/webchatgpt"><img alt="PyPi" src="https://img.shields.io/static/v1?logo=pypi&label=Pypi&message=v0.2.0&color=green"/></a>
<a href="https://pypi.org/project/webchatgpt"><img alt="PyPi" src="https://img.shields.io/static/v1?logo=pypi&label=Pypi&message=v0.2.1&color=green"/></a>
<a href="https://github.com/psf/black"><img alt="Black" src="https://img.shields.io/static/v1?logo=Black&label=Code-style&message=Black"/></a>
<a href="#"><img alt="Passing" src="https://img.shields.io/static/v1?logo=Docs&label=Docs&message=Passing&color=green"/></a>
<a href="#"><img alt="coverage" src="https://img.shields.io/static/v1?logo=Coverage&label=Coverage&message=90%&color=yellowgreen"/></a>
@@ -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_copiedUse last copied text as prompt
├────┼────────────────────────┼─────────────────────────────────────┤
│ 17 │ ./<command> │ Run system command │
├────┼────────────────────────┼─────────────────────────────────────┤
│ 18 │ <any other> │ 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_copiedAttach last copied text to the prompt
├────┼────────────────────────┼───────────────────────────────────────
│ 17 │ ./<command> │ Run system command
├────┼────────────────────────┼───────────────────────────────────────
│ 18 │ <any other> │ Interact with ChatGPT
├────┼────────────────────────┼───────────────────────────────────────
│ 19 │ exit │ Quit Program
╘════╧════════════════════════╧═══════════════════════════════════════
```

</details>
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@

setup(
name="webchatgpt",
version="0.2.0",
version="0.2.1",
license="GNU v3",
author="Smartwa",
maintainer="Smartwa",

0 comments on commit 0c740f7

Please sign in to comment.