From ba4b916742fe93d071dab2bb8a4adfc8b115d9b3 Mon Sep 17 00:00:00 2001 From: Florian BRUNIAUX Date: Fri, 23 Jan 2026 10:08:15 +0100 Subject: [PATCH] docs: update Claude Code releases (v2.1.15-v2.1.17) - Add v2.1.17: Fix AVX crash - Add v2.1.16: Task management system, VSCode plugins - Add v2.1.15: npm deprecation, React Compiler perf - Bump guide version to 3.11.4 - New milestone: v2.1.16 (task management) - New breaking: npm installations deprecated Co-Authored-By: Claude --- CHANGELOG.md | 17 ++++++++++++ README.md | 4 +-- VERSION | 2 +- guide/cheatsheet.md | 4 +-- guide/claude-code-releases.md | 26 +++++++++++++++--- guide/ultimate-guide.md | 4 +-- machine-readable/claude-code-releases.yaml | 31 ++++++++++++++++++++-- machine-readable/reference.yaml | 4 +-- 8 files changed, 78 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 77d6a00..95a8f61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,23 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). +## [3.11.4] - 2026-01-23 + +### Added + +- **Claude Code releases tracking update** (`machine-readable/claude-code-releases.yaml`, `guide/claude-code-releases.md`) + - Added v2.1.17: Fix for crashes on processors without AVX instruction support + - Added v2.1.16: ⭐ New task management system with dependency tracking, VSCode native plugin management, OAuth remote session browsing + - Added v2.1.15: npm installations deprecated (migrate to native installer), React Compiler performance improvements + - New milestone: v2.1.16 (task management system) + - New breaking change: npm installations deprecated + +### Changed + +- Updated landing site releases section with 3 new versions (v2.1.15-v2.1.17) +- Fixed landing release descriptions to match official CHANGELOG (v2.1.12, v2.1.11 corrections) +- Release count: 39 → 42 + ## [3.11.3] - 2026-01-23 ### Added diff --git a/README.md b/README.md index 0842143..deba04c 100644 --- a/README.md +++ b/README.md @@ -361,7 +361,7 @@ Claude Code sends your prompts, file contents, and MCP results to Anthropic serv **Status**: Research preview (Pro $20/mo or Max $100-200/mo, macOS only, **VPN incompatible**) -**Archive**: Historical versions available in git history (pre-v3.11.3) +**Archive**: Historical versions available in git history (pre-v3.11.4) @@ -430,7 +430,7 @@ Licensed under [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/). --- -*Version 3.11.3 | January 2026 | Crafted with Claude* +*Version 3.11.4 | January 2026 | Crafted with Claude*