From bfd2226eb9342aa0cf296c8a656fee320f275d2d Mon Sep 17 00:00:00 2001 From: EngincanV Date: Fri, 20 Feb 2026 15:38:09 +0300 Subject: [PATCH] Update ABP Studio release-note docs for new versions --- docs/en/studio/release-notes.md | 40 ++++++++++++++++++++++++++++++- docs/en/studio/version-mapping.md | 1 + 2 files changed, 40 insertions(+), 1 deletion(-) diff --git a/docs/en/studio/release-notes.md b/docs/en/studio/release-notes.md index 13e206127e..6bcb82790f 100644 --- a/docs/en/studio/release-notes.md +++ b/docs/en/studio/release-notes.md @@ -9,7 +9,45 @@ This document contains **brief release notes** for each ABP Studio release. Release notes only include **major features** and **visible enhancements**. Therefore, they don't include all the development done in the related version. -## 2.1.4 (2025-12-30) Latest +## 2.2.1 (2026-02-20) Latest + +* Added `abp run` and `abp watch` commands to Studio CLI. +* Added "Start and wait for ready" option in Solution Runner. +* Added Angular support to standard solution and module templates, with Angular templates upgraded to v21. +* Updated ABP Framework to `10.1.0` and LeptonX to `5.0.3`. +* Fixed various Solution Runner issues, including tooltips, log rendering, and stability problems. + +## 2.1.9 (2026-01-30) + +* Fixed MCP server CLI output problem. + +## 2.1.8 (2026-01-29) + +* Added Studio MCP server support to allow AI monitoring of applications linked to ABP Studio. +* Added `Open with > Cursor` option. +* Improved task failure handling and related log visibility. +* Fixed various Solution Runner issues, including memory/crash and log scrolling problems. + +## 2.1.7 (2026-01-23) + +* Added management UI for custom solution commands. +* Showed logs of background jobs. +* Updated Aspire to version `13.1`. + +## 2.1.6 (2026-01-13) + +* Enhanced runnable task logs window. +* Fixed tooltip line-height problem. + +## 2.1.5 (2026-01-13) + +* Added `version` command to Studio CLI. +* Updated ABP Framework to `10.0.2` and LeptonX to `5.0.2`. +* Fixed microservice solution build errors for Blazor Server and Angular. +* Improved Solution Runner behavior to avoid re-running applications after build errors. +* Replaced "Clear Cookies" with "Clear site data" in the tools section. + +## 2.1.4 (2025-12-30) * Fixed books sample for blazor-webapp tiered solution. * Fixed K8s cluster deployment issues for microservices. diff --git a/docs/en/studio/version-mapping.md b/docs/en/studio/version-mapping.md index d3fe945967..5a70c5b916 100644 --- a/docs/en/studio/version-mapping.md +++ b/docs/en/studio/version-mapping.md @@ -11,6 +11,7 @@ This document provides a general overview of the relationship between various ve | **ABP Studio Version** | **ABP Version of Startup Template** | |------------------------|---------------------------| +| 2.2.1 | 10.1.0 | | 2.1.5 - 2.1.9 | 10.0.2 | | 2.1.0 - 2.1.4 | 10.0.1 | | 2.0.0 to 2.0.2 | 10.0.0 |