Browse Source

Merge pull request #24784 from abpframework/pr/4423

Update studio release notes `2.1.9` latest
pull/24786/head
İsmail ÇAĞDAŞ 4 days ago
committed by GitHub
parent
commit
036f9c2341
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 42
      docs/en/studio/release-notes.md
  2. 3
      docs/en/studio/version-mapping.md

42
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.

3
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 |

Loading…
Cancel
Save