Skip to content

Commit

Permalink
v0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Cubicpath committed Dec 6, 2022
1 parent 6ccaf3c commit b68449e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## [0.2] - 2022-12-6 [PyPI](https://pypi.org/project/chatgpt-gui/0.2)
### Added
- Conversation tabs
- Multi-line inputs

### Changed
- Scroll to bottom of output when a message is appended

### Fixes
- Shortcut icon


## [0.1.1] - 2022-12-4 [PyPI](https://pypi.org/project/chatgpt-gui/0.1.1)
### Fixes
- Broken Icons
Expand All @@ -18,5 +30,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Basic input and output communication to ChatGPT


[0.2]: https://github.com/Cubicpath/ChatGPT-GUI/compare/v0.1.1...v0.2
[0.1.1]: https://github.com/Cubicpath/ChatGPT-GUI/compare/v0.1.0...v0.1.1
[0.1]: https://github.com/Cubicpath/ChatGPT-GUI/releases/tag/v0.1
2 changes: 1 addition & 1 deletion src/chatgpt_gui/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,5 +125,5 @@ def _stringify(major: int, minor: int, micro: int = 0, releaselevel: str = 'fina
return v_number


__version__ = _stringify(*__version_info__, dev=0)
__version__ = _stringify(*__version_info__)
"""String representation of version number."""

0 comments on commit b68449e

Please sign in to comment.