Releases: appleboy/CodeGPT
Releases · appleboy/CodeGPT
v0.1.1
Changelog
- 7e945df chore: update CodeGPT to version
0.1.1for all OSs - 3026803 feat: Add support for new OpenAI models and update default model
- bf28f00 feat: add new models to modelMaps map in openai.go file (#38)
- 541832d chore: update go-openai version in go.mod to v1.5.4
- 21d022e chore: update CodeGPT to version 0.1.0
v0.1.0
Changelog
- e869533 feat: add tip replacement flag to commit command
- 3947d23 feat: add amend functionality to commit command (#35)
- d69f877 docs: improve commit message template integration with Git hooks
- 58aa3d8 feat: add template options to commit command (#33)
- 03ce4b9 refactor: refactor template handling functions and calls
- 2072f60 refactor: refactor code for improved performance and readability
- 637c084 refactor: refactor commit message handling and translation template
- 297b50f refactor: refactor commit message summarization function names
- 7763fa7 docs: improve Git diff functionality and customization options
- 0c22fdc docs: add feature list
v0.0.9
Changelog
- 72b2cc0 chore: update CodeGPT version to improve performance
- 742fecc chore: add --signoff flag to git commit command (#30)
- 7773093 feat: refactor completion function in OpenAI package
- f38019a chore: update Go dependencies to latest versions
- 4364fcf feat: add proxy support to
commitcommand - 78678d7 feat: update proxy options for secure connections
- 278219d feat: add SOCKS proxy support to OpenAI API client
- a663a00 docs: add Chinese README introduction link
- 30c6abc docs: improve documentation for setting environment variables
- c5c0f9a chore: update CodeGPT to version v0.0.8 with new OS download links
- 1de984f docs: add API key safety best practices link to README.md
v0.0.8
Changelog
- e7a908d docs: improve OpenAI API key management and documentation
- ae81a78 refactor: replace hyphens and dots in environment variable keys (#25)
- 98155ea chore: refactor Git hook functions and variables
- 040f7f4 docs: improve installation instructions for codegpt on MacOS via Homebrew (#24)
- 7570e13 fix: refactor Git commands and fix minor issues
- 8a2edb2 chore: fix flag naming consistency in cmd package
- 22e6c5f docs: add OpenAI API key instructions and config options to .codegpt.yaml
- f0929db feat: add excludeList flag to git operations (#23)
- 65f4c38 refactor: refactor commit message handling in git functions
- beb9ee1 chore: update CodeGPT to version 0.0.7 on all platforms
v0.0.7
Changelog
- 31470b6 feat: add option to configure number of context lines in diffs (#22)
- 52202da style: improve consistency and clarity of commit messages (#19)
- c3c521f ci: add commitlint to the workflow for better code consistency
- 115b3c6 refactor: Refactor and document struct and function names.
- ba78905 chore: Update download links and version number for release.
v0.0.6
Changelog
- 963073a feat: Refactor and improve
codegpt commitcommand. - 824dc67 chore: Add option to disable automatic commits and skip verification. (#13)
- 20c7802 refactor: Refactor git hooks and templates organization
- e510f27 feat: Refactor git hook installation functions and imports
- 4343ed4 chore: Update CodeGPT binary and conventional-commit template.
- c7b313e refactor: Update Git commit message handling
- 8e5abed feat: Refactor Command methods for better error handling.
v0.0.5
Changelog
- 2337d79 feat: Add support for conventional commits and templates (#10)
- 03b4770 chore(hook): Refactor Git hook and improve error handling
- 0aa21f3 chore(git): Refactor git commands and functions.
- 18ae561 chore(openai): add comments.
- 76ffe95 chore(openai): Refactor openai.New() function to use options for arguments.
- 1407cf7 docs(readme): add OpenAI configuration options
- a75ed83 docs: Improve README instructions and clarity.
- a09ebe8 docs(readme): Update CodeGPT to version 0.0.4
- 1b9e7f7 docs(readme): fix typo
v0.0.4
v0.0.3
Changelog
- 415c8a1 chore(CI): Update goreleaser configuration for release.
- 5e705b9 Include version and commit info in ldflags.
- 20df195 docs(readme): Improve OpenAI API Key setup process
- 4c70e9f docs(readme): Update CodeGPT download links to version 0.0.2
- 88ff781 docs(readme): Improve commit message guidelines with CLI and Git Hook instructions.
- 4b94f1c docs(readme): Integrate OpenAI tools and improve user experience
- 6a9e879 Improve user experience and documentation for OpenAI tools
v0.0.2
Changelog
- 500ae35 chore(commit): Bind commit flags to viper and add GetModel function.
- 760a3d5 chore(openai): Add support for HTTP proxy configuration. (#3)
- d49a07e chore(cmd): Add version and commit information to build process.
- eacd020 chore(cmd): Add color output to progress messages
- a9fd57b docs(readme): Add reference to ChatGPT and Whisper APIs blog
- fb49108 docs(readme): documentation reference.
- d32c3bb docs(readme): Update README.md badge for lint and testing.