Release 0.2.1

This commit is contained in:
Christopher 2023-06-26 18:32:18 -04:00
parent 7744e9e49e
commit 9e590955b4
2 changed files with 12 additions and 2 deletions

View File

@ -4,6 +4,16 @@ Version History
## [Unreleased]
## [Release 0.2.1]
## What's Changed
* Update/logo by @Iheuzio in https://github.com/Iheuzio/gpt-contextfiles/pull/28
* feature(copy-code): add a copy, button improved ui by @Iheuzio in https://github.com/Iheuzio/gpt-contextfiles/pull/29
* Release 0.2.1 by @Iheuzio in https://github.com/Iheuzio/gpt-contextfiles/pull/30
**Full Changelog**: https://github.com/Iheuzio/gpt-contextfiles/compare/0.2.0...0.2.1
## [Release 0.2.0]
- Copy code

View File

@ -1,6 +1,6 @@
# gpt-contextfiles
![gpt-contextfiles viewport](extension.png)
![gpt-contextfiles viewport](./images/extension.png)
> if you'll like to contribute or provide any feedback check out the [link](https://github.com/Iheuzio/gpt-contextfiles/issues)
@ -36,7 +36,7 @@ Refresh -> refreshes the window so that all new files will be available for that
- Wait for response to be returned
Other features:
![Copy button demonstration](copy-image.png)
![Copy button demonstration](./images/copy-image.png)
- Click copy to to copy the snippet of code into your file for fast coding
# How it works