diff --git a/docs/en/studio/release-notes.md b/docs/en/studio/release-notes.md index d2eba88e0f..6c33750b1f 100644 --- a/docs/en/studio/release-notes.md +++ b/docs/en/studio/release-notes.md @@ -9,7 +9,47 @@ 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.3 (2025-12-15) Latest +## 2.1.9 (2026-01-30) Latest + +* Fixed an issue where the Studio MCP server CLI output was corrupted. + +## 2.1.8 (2026-01-29) + +* Added Studio MCP server support so AI tools can monitor applications linked to ABP Studio. +* Added AI rules for ABP Studio templates. +* Added "Open with > Cursor" option. +* Improved task failure experience by showing logs on failures and enhancing error messages. +* Added option to terminate application-related processes. +* Fixed Solution Runner stability issues and log scrolling problems. + +## 2.1.7 (2026-01-23) + +* Added management UI for custom solution commands. +* Added ability to show logs of background jobs. +* Updated Aspire to `13.1`. +* Fixed Host Dashboard page route issue. + +## 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 the CLI. +* Updated ABP Framework to `10.0.2` and LeptonX to `5.0.2`. +* Solution Runner: don't try to re-run the app if there is a build error. +* Improved license information window and Community License visuals. +* Replaced "Clear Cookies" with "Clear site data". + +## 2.1.4 (2025-12-30) + +* Set SQLite as default DB for Community Edition. +* Improved task panel experience and task log visibility. +* Fixed Kubernetes cluster deployment issues for microservices and application solutions. +* Fixed UI theme switching and tooltip placement issues. + +## 2.1.3 (2025-12-15) * Updated `createCommand` and CLI help for multi-tenancy. * Fixed `BookController` templating problem. diff --git a/docs/en/studio/version-mapping.md b/docs/en/studio/version-mapping.md index f399c97390..d3fe945967 100644 --- a/docs/en/studio/version-mapping.md +++ b/docs/en/studio/version-mapping.md @@ -11,7 +11,8 @@ This document provides a general overview of the relationship between various ve | **ABP Studio Version** | **ABP Version of Startup Template** | |------------------------|---------------------------| -| 2.1.0 - 2.1.3 | 10.0.1 | +| 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 | | 1.4.2 | 9.3.6 | | 1.3.3 to 1.4.1 | 9.3.5 |