All notable changes to the Markdown Copilot extension will be documented in this file.
Check Keep a Changelog for recommendations on how to structure this file.
0.3.1 - 2024-06-03
- New OpenAI models can be selected in the Settings
gpt-4o-2024-08-06
0.3.0 - 2024-07-26
- New OpenAI models can be selected in the Settings
gpt-4o-mini
gpt-4o-mini-2024-07-18
- Add
Name and Save As...
command - Add "Name and Save File" section to READMEs
- Add setting items
Markdown > Copilot > Instructions: Name Message
Markdown > Copilot > Instructions: Name Path Format
- Update dependent packages
- Remove OpenAI models
gpt-4-vision-preview
gpt-4-32k
gpt-4-32k-0613
gpt-3.5-turbo-16k
gpt-3.5-turbo-16k-0613
0.2.0 - 2024-06-04
- Support for Azure OpenAI
- Update dependent packages
- Remove milestone section from READMEs
0.1.0 - 2024-06-03
- Change default OpenAI model
gpt-4-turbo
->gpt-4o
- Change default System message
- Add
Utilizing structured formats such as code, pseudocode, JSON, Markdown tables, logical operators, or mathematical expressions to reduce ambiguity and improve clarity.
- Add
0.0.9 - 2024-06-02
- Indicate ongoing completion with the emoji 📝
- Update dependent packages
0.0.8 - 2024-05-14
- New OpenAI models can be selected in the Settings
gpt-4o
gpt-4o-2024-05-13
- Support for document import
- Update dependent packages
0.0.7 - 2024-04-11
- New OpenAI models can be selected in the Settings
gpt-4-turbo
gpt-4-turbo-2024-04-09
- Change default OpenAI model
gpt-4-turbo-preview
->gpt-4-turbo
- Make sure tags render correctly in Marketplace
- Update dependent packages
0.0.6 - 2024-03-14
- Allow to title in the active context
- Add
markdown.copilot.instructions.titleMessage
configuration property
- Add
- Allow to continue editing without context
- Change configuration property Ids
markdown.copilot.openAI.systemMessage
->markdown.copilot.instructions.systemMessage
markdown.copilot.openAI.temperature
->markdown.copilot.options.temperature
- Update dependent packages
0.0.5 - 2024-02-23
- Make it work as a web extension
- Insert error messages as text when completion fails
- Update dependent packages
0.0.4 - 2024-02-22
- Suppress CompletionItem triggers:
`
,#
- Fix line breaks in READMEs
0.0.3 - 2024-02-21
- README in Japanese and Simplified Chinese
- Log level from error to warning when encountering unsupported locales
0.0.2 - 2024-02-21
- Allow specifying override options via Markdown
0.0.1 - 2024-02-20
- Initial release
- Markdown completion
- Cancel running completions
- Settings
- Refactor for code reuse
- Quote indentation
- Localization
- English
- Japanese
- Simplified Chinese
- Documentation
- Review Markdown notation
- Publish to marketplace