Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 1.37 KB

CHANGELOG.md

File metadata and controls

43 lines (28 loc) · 1.37 KB

gpt-mentor-plugin Changelog

0.0.1 - 2023-03-02

[0.0.5] - 2023-03-29

  • Add compatibility for IntelliJ 2023.*
  • Updated default font to Menlo for better readability
  • Fixed Issue #4: Resolved bug causing crashes in certain situations
  • Fixed Issue #1: Addressed error preventing proper functionality
  • Added toolwindow icon for improved user experience

[0.0.6] - 2023-03-29

  • Send vcs commits to prompt by right-click on commit message(s) and select: Add Commits To Prompt
  • Fixed issue #10 where custom prompts were not being taken into account

[0.0.7] - 2023-04-06

  • Added scrollbars to history panel
  • Renamed settings prompt for consistency
  • Add model, temperature and max tokens to settings
  • Fixed toolwindow state

[0.0.8] - 2023-06-13

  • Add gpt-3.5-turbo-16k model
  • Add gpt-4-32k model
  • Create prompt with the contents of multiple selected files using the New Prompt or Append to Prompt actions (right-click in Project view)

[0.0.9] - 2023-07-27

  • Compatibility with IntelliJ 2023.2

Added