Skip to content

Latest commit

 

History

History
95 lines (57 loc) · 2.83 KB

CHANGELOG.md

File metadata and controls

95 lines (57 loc) · 2.83 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[0.3.0] - 2024-11-13

  • Added support for o1-preview and o1-mini models.

[0.2.4] - 2024-05-27

  • Added support for gpt-4o model and 2024-05-01-preview API version.

[0.2.3] - 2024-03-26

  • Fix code-completion response processing issue while using API version newer than 2023-12-01-preview

[0.2.2] - 2024-03-19

  • Support Azure OpenAI API version 2024-02-01

[0.2.1] - 2024-02-22

  • Added configurable timeout setting and retry mechanism to accommodate Azure OpenAI / cloud service performance variation.
  • Minor enhancement to code indentation in completion.
  • Chat function can now take into account custom API parameters configured in settings.
  • Update LICENSE template.

[0.2.0] - 2024-02-07

  • Support 2023-12-01-preview API version and enable response_format: {"type": "json_object"} by default in code completion
  • Fix triple-backticks issue in code-completion response
  • Add API parameters setting to support customization and parameter tweaking such as temperature
  • Update logo (generated by DALL-E)

[0.1.11] - 2024-01-30

  • Add setting to allow self-signed certificate which could be useful in dev / test stages

[0.1.10] - 2024-01-25

  • Fix error: request to <AOAI URL> failed, reason: read ECONNRESET

[0.1.9] - 2024-01-25

  • Update extension category and minor tweak for README
  • Refine chat meta-prompt

[0.1.8] - 2023-12-26

  • fix: contrast too low for generic pseudo code blocks
  • fix: occasionally code completion response may be wrapped in triple backticks
  • enhance documentation

[0.1.7] - 2023-12-14

  • Replace showdown with markdown-it for better markdown-to-html conversion result with escaping
  • Fixed nested list indentation display issue

[0.1.6] - 2023-12-01

  • Nicer formatting and layout in chat panel
  • Fixed: code blocks in the chat answer has low contrast (powershell, javascript, etc.)

[0.1.5] - 2023-11-30

  • Fixed unexpected HTML escaping in fenced code blocks
  • Fixed unexpected double quotes embracing generated code (hopefully)

[0.1.4] - 2023-11-27

  • Enable "Clear Chat History" in extension setting
  • Escape HTML keywords in user's input which might cause issue in webview display

[0.1.3] - 2023-11-22

  • Add setting to enable debug message to output channel at runtime
  • Fixed indentation issue for code completion

[0.1.2] - 2023-11-16

  • Enlarge code completion context to entire program file
  • Refined code completion meta-prompt to avoid answer in single-line of code

[0.1.1] - 2023-11-15

  • update README.md
  • fixed duplicated outputchannel issue
  • prefixed output message with timestamp

[0.1.0] - 2023-11-13

First beta release.