From 38acc6cbfa728e0b52bac85f83c480fa1dd2330f Mon Sep 17 00:00:00 2001 From: Carl-Robert Linnupuu Date: Thu, 13 Nov 2025 11:14:22 +0000 Subject: [PATCH] docs: update changelog --- CHANGELOG.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 96c4dc50..23392cd1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Improved + +- Autocomplete and Next-Edit suggestions experience + +### Added + +- Colorful file tags based on its state in VCS (modified/added/removed) + +## [3.6.6-241.1] - 2025-10-29 + ### Fixed - gRPC request timeouts during autocompletion and next-edits @@ -1187,7 +1197,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - `OPENAI_API_KEY` persistence, key is saved in the OS password safe from now on -[Unreleased]: https://github.com/carlrobertoh/ProxyAI/compare/v3.6.5-241.1...HEAD +[Unreleased]: https://github.com/carlrobertoh/ProxyAI/compare/v3.6.6-241.1...HEAD +[3.6.6-241.1]: https://github.com/carlrobertoh/ProxyAI/compare/v3.6.5-241.1...v3.6.6-241.1 [3.6.5-241.1]: https://github.com/carlrobertoh/ProxyAI/compare/v3.6.4-241.1...v3.6.5-241.1 [3.6.4-241.1]: https://github.com/carlrobertoh/ProxyAI/compare/v3.6.3-241.1...v3.6.4-241.1 [3.6.3-241.1]: https://github.com/carlrobertoh/ProxyAI/compare/v3.6.2-241.1...v3.6.3-241.1