File tree Expand file tree Collapse file tree 4 files changed +11
-4
lines changed
Expand file tree Collapse file tree 4 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 158158
159159- Auto-quiet on output redirection. Thanks to @johnd0e
160160- Dropped support for sourcing prompt from ` stdin stream ` in Windows. #12
161- - Colorized command prompt. <kbd >interactive</kbd >
161+ - Colorized command prompt. <kbd >interactive</kbd >
162+
163+ ## v0.2.9
164+
165+ ** What's new?**
166+
167+ - Improved command prompt - * icon & color blending*
168+ - Bug fixed - * multiline prompt in ` interactive ` *
Original file line number Diff line number Diff line change 88<a href="https://github.com/Simatwa/python-tgpt/actions/workflows/python-test.yml"><img src="https://github.com/Simatwa/python-tgpt/actions/workflows/python-test.yml/badge.svg" alt="Python Test"/></a>
99-->
1010<a href =" https://github.com/Simatwa/python-tgpt/blob/main/LICENSE " ><img alt =" License " src =" https://img.shields.io/static/v1?logo=GPL&color=Blue&message=MIT&label=License " /></a >
11- <a href =" https://pypi.org/project/python-tgpt " ><img alt =" PyPi " src =" https://img.shields.io/static/v1?logo=pypi&label=Pypi&message=0.2.8 &color=green " /></a >
11+ <a href =" https://pypi.org/project/python-tgpt " ><img alt =" PyPi " src =" https://img.shields.io/static/v1?logo=pypi&label=Pypi&message=0.2.9 &color=green " /></a >
1212<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 >
1313<a href =" # " ><img alt =" Passing " src =" https://img.shields.io/static/v1?logo=Docs&label=Docs&message=Passing&color=green " /></a >
1414<a href =" https://github.com/Simatwa/python-tgpt/actions/workflows/python-package.yml " ><img src =" https://github.com/Simatwa/python-tgpt/actions/workflows/python-package.yml/badge.svg " /></a >
Original file line number Diff line number Diff line change 1414
1515setup (
1616 name = "python-tgpt" ,
17- version = "0.2.8 " ,
17+ version = "0.2.9 " ,
1818 license = "MIT" ,
1919 author = "Smartwa" ,
2020 maintainer = "Smartwa" ,
Original file line number Diff line number Diff line change 11from .utils import appdir
22
3- __version__ = "0.2.8 "
3+ __version__ = "0.2.9 "
44__author__ = "Smartwa"
55__repo__ = "https://github.com/Simatwa/python-tgpt"
66
You can’t perform that action at this time.
0 commit comments