From 54b423c15e0c34b0cfd98a7f722e1d72d41aa870 Mon Sep 17 00:00:00 2001 From: Saoud Rizwan <7799382+saoudrizwan@users.noreply.github.com> Date: Thu, 5 Sep 2024 05:27:22 -0400 Subject: [PATCH] Update changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c456079..12b3d44 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ All notable changes to the "claude-dev" extension will be documented in this fil +## [1.5.27] + +- Claude's changes now appear in your file's Timeline, allowing you to easily view a diff of each edit. This is especially helpful if you want to revert to a previous version. No need for git—everything is tracked by VSCode's local history! +- Updated system prompt to keep Claude from re-reading files unnecessarily + ## [1.5.19] - Adds support for OpenAI compatible API providers (e.g. Ollama!)