Skip to content

Latest commit

 

History

History
122 lines (80 loc) · 3.97 KB

CHANGELOG.md

File metadata and controls

122 lines (80 loc) · 3.97 KB

Changelog

2.0.6 - 2025-01-18

Added

  • feat(langInstruction): Introduce Russian language instructions for user guidance and improve code readability by using consistent naming conventions for variables related to the instruction set.
  • feat(configuration): introduce new configuration option to show emojis in the UI
  • feat(customInstruction): introduce emoji instructions based on user preference.
  • feat: add new emoji instruction
  • feat(package): add configuration option to show emojis in commit messages.
  • feat(README): update features section with new emoji support and customization options.
  • feat(chatgpt-msg-generator): enhance commit message generation with async instructions and configurable results

Changes

  • refactor(customInstruction): simplify instruction retrieval by removing unused language instructions and emoji condition
  • refactor(langInstruction): update commit message guidelines for clarity and consistency

Fixed

  • fix(package.json): remove deprecated scm/inputBox configuration option.
  • fixed knows issue

2.0.5 - 2025-01-11

Fixed

  • Fixes Critical Error Cause Build Failed On Output!

2.0.4 - 2025-01-11

Added

  • Introducing new icons
  • enhance command options in configuration
  • enhance lang instructions for concise git commit message generation (improve instruction significantly)
  • Added setTemperature command for configuring AI commit message temperature
  • Added command to set AI model version
  • Added command to set message approval method
  • Added command to set maximum tokens
  • Added command to set language
  • Added command to set generator
  • Add command to set custom endpoint
  • Add new command exports for generator configuration for indwx main file
  • Added additional command registrations for commit message generation settings

Changes

  • Rename progress notification title

Fixed

  • remove commented-out code for clarity from msg-generator
  • fixed known issue about incorrect given commit message
  • fixed issue about commit message contain unrelated comments and diff

Removed

  • Removed ChatCompletionRequestMessageRoleEnum.Assistant for customInstruction

2.0.3 - 2025-01-09

Added

  • docs: Update README to enhance description of the VS Code extension
  • Update More Informative Docs
  • Add Korean and German language
  • Add Korean and German to language options in configuration schema
  • Add support for Korean and German instructions in customInstruction utility
  • docs(langInstruction): add instructions in Korean and German

Changed

  • fix enum modelVersion
  • chore: Update package, enhance description and add more language support for commit messages

2.0.2 - 2025-01-09

Changed

  • update README to reflect changes in OpenAI model version and add contributing section
  • rename gptVersion to modelVersion and update default endpoint URL
  • update OpenAI configuration schema to use modelVersion and set default customEndpoint

Fixed

  • update model version configuration in ChatgptMsgGenerator
  • update release workflow to use softprops/action-gh-release and set permissions
  • update tag and release name references to use ref_name
  • add assistant instructions for English, Russian, and Japanese
  • Fixed another known issue

2.0.1 - 2025-01-07

Added

  • enhance message generation by adding assistant instruction retrieval
  • add multilingual instructions for generating commit messages
  • add system instruction retrieval based on language configuration
  • add support for custom commit message generators and update language options
  • add language configuration and parsing logic

Changed

  • simplify commit message generation logic and improve system instruction handling
  • update documentation to include language support for commit message generation
  • update commit message prompt to include language detection and correct conventional commit format
  • update description to reflect new AI commit message feature and increment version to 2.0.1

Fixed

  • Fixed knows issue

2.0.0 - 2025-01-09

First Release