Skip to content

v0.6.0

Latest
Compare
Choose a tag to compare
@ShinChven ShinChven released this 16 Sep 08:39

Version 0.6.0 - 2024-09-16

Breaking Changes

Revised API client base URLs to improve the call to OpenAI services without appending /v1.
You'll need to configure your base URL again.

Install this version

pip install --upgrade git+https://github.com/ShinChven/[email protected]#egg=git-gpt

Added

  • Included .pytest_cache in the .gitignore file for ignoring pytest cache files.
  • Added a new 'Development' section in README.md with instructions for setting up a virtual environment and installing the package in editable mode.
  • Added support for generating a changelog and querying specific questions using the ask command in git_gpt.
  • Introduced several new CLI command options with shorthand arguments for improved usability.
  • Added options for --changelog-max-tokens and --quality-check-max-tokens in the configuration step for more precise control over the token limit in CLI commands.

Changed

  • Breaking changes: Revised API client base URLs to improve the call to OpenAI services without appending /v1.
  • Enhanced the README.md to provide more detailed instructions on configurations and usage.
  • Updated command-line options in git_gpt to include shorthand variations for easier access.
  • Refined command options in git_gpt for consistency and better handling of user input.
  • Increased default max tokens for issue, quality, and changelog generations to 2000.

Fixed

  • Corrected the handling of variable names in git_gpt main methods to ensure better functionality and avoid conflicts.

No deprecated, removed, or security updates were included in this release.