Skip to content

Latest commit

 

History

History
59 lines (41 loc) · 1.39 KB

CHANGELOG.md

File metadata and controls

59 lines (41 loc) · 1.39 KB

Changelog

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

The format is based on Keep a Changelog, adheres to Semantic Versioning, and is generated by Changie.

0.0.42 - 2024-04-12

Added

  • Inline cmd/ctrl+I in JetBrains

Fixed

  • Fixed character encoding error causing display issues
  • Fixed error causing input to constantly demand focus
  • Fixed automatic reloading of config.json

0.0.38 - 2024-03-15

Added

  • Remote config server support
  • Autocomplete support in JetBrains

0.0.34 - 2024-03-03

Added

  • diff context provider

Changed

  • Allow LLM servers to handle templating

Fixed

  • Fix a few context providers / slash commands
  • Fixed issues preventing proper extension startup

v0.0.26 - 2023-12-28

Added

  • auto-reloading of config on save

Fixed

  • Fixed /edit bug for versions without Python server

v0.0.25 - 2023-12-25

Changed

  • Intellij extension no longer relies on the Continue Python server

v0.0.21 - 2023-12-05

Added

  • updated to match latest VS Code updates

v0.0.19 - 2023-11-19

Changed

  • migrated to .json config file format

v0.0.1 - 2023-09-01

Added