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 143143** What's new?**
144144
145145- Bug fixed - * reset conversation* - ** bard**
146- - Bug fixed - * low ` httpx ` logging level* . - ** bard**
146+ - Bug fixed - * low ` httpx ` logging level* . - ** bard**
147+
148+ ## v0.2.7
149+
150+ ** What's new?**
151+
152+ - Busy bar disabled when ` --quiet ` issued in * generate* mode. #12 Thanks to @johnd0e
153+ - ` interactive ` takes action on ` $ pytgpt ` otherwise one has to explictly declare the action. #11
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.6 &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.7 &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.6 " ,
17+ version = "0.2.7 " ,
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.6 "
3+ __version__ = "0.2.7 "
44__author__ = "Smartwa"
55__repo__ = "https://github.com/Simatwa/python-tgpt"
66
You can’t perform that action at this time.
0 commit comments