diff --git a/CHANGELOG.md b/CHANGELOG.md index 14838a3..40367e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,45 @@ # Change Log -All notable changes to the "gpt-contextfiles" extension will be documented in this file. - -Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file. +Version History ## [Unreleased] -- Initial release \ No newline at end of file +## [Release 0.1.1] + +Swapped category from `other` to `Machine Learning` to better reflect use-case + +## What's Changed +* fix(context-16k): model uses 16k tokens now by @Iheuzio in https://github.com/Iheuzio/gpt-contextfiles/pull/7 +* Fix/id not selected by @Iheuzio in https://github.com/Iheuzio/gpt-contextfiles/pull/8 +* Minor Fixes by @Iheuzio in https://github.com/Iheuzio/gpt-contextfiles/pull/9 +* fix(category): swapped category by @Iheuzio in https://github.com/Iheuzio/gpt-contextfiles/pull/10 + + +**Full Changelog**: https://github.com/Iheuzio/gpt-contextfiles/compare/0.0.1...0.1.1 + +## [Release 0.1.0] + +## What's Changed +* fix(context-16k): model uses 16k tokens now by @Iheuzio in https://github.com/Iheuzio/gpt-contextfiles/pull/7 +* Fix/id not selected by @Iheuzio in https://github.com/Iheuzio/gpt-contextfiles/pull/8 +* Minor Fixes by @Iheuzio in https://github.com/Iheuzio/gpt-contextfiles/pull/9 + + +**Full Changelog**: https://github.com/Iheuzio/gpt-contextfiles/compare/0.0.1...0.1 + +## [Release 0.0.1] + +Still in development, requires a bit of testing. + +## What's Changed +* fix(gpt-context): Fixes the layout and the options with the selected by @Iheuzio in https://github.com/Iheuzio/gpt-contextfiles/pull/1 +* fix(queries): Fixes the queries formatting by @Iheuzio in https://github.com/Iheuzio/gpt-contextfiles/pull/2 +* fix(selected-files): User can now select individual files to pass into the context using the checkboxes by @Iheuzio in https://github.com/Iheuzio/gpt-contextfiles/pull/3 +* Feature/openai api by @Iheuzio in https://github.com/Iheuzio/gpt-contextfiles/pull/4 +* fix(formatting): Files now formatted like it was previously when passed through by @Iheuzio in https://github.com/Iheuzio/gpt-contextfiles/pull/5 +* Release v1 by @Iheuzio in https://github.com/Iheuzio/gpt-contextfiles/pull/6 + +## New Contributors +* @Iheuzio made their first contribution in https://github.com/Iheuzio/gpt-contextfiles/pull/1 + +**Full Changelog**: https://github.com/Iheuzio/gpt-contextfiles/commits/0.0.1 \ No newline at end of file