From 33329cec742f4c5bb873b6cebb8551d636a8edff Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 24 Aug 2026 12:54:55 +0000 Subject: [PATCH 1/2] docs(studio): update documentation for release 3.1.0 - Updated release notes for 3.1.0 - Updated version mapping with ABP 10.6.0 Release: 3.1.0 --- docs/en/studio/release-notes.md | 13 ++++++++++++- docs/en/studio/version-mapping.md | 1 + 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/docs/en/studio/release-notes.md b/docs/en/studio/release-notes.md index 3b7db0969c..366288cb41 100644 --- a/docs/en/studio/release-notes.md +++ b/docs/en/studio/release-notes.md @@ -9,7 +9,18 @@ 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. -## 3.0.10 (2026-08-10) Latest +## 3.1.0 (2026-08-24) Latest + +* Clarify CLI tracked-process stop method: //github.com/volosoft/abp-studio/pull/4517 +* Action of studio template test is working with self hosted agent +* Add missing using directive for System in ModernWizardOptionDescripti… +* Chore(coverage): improve build and test steps in coverage workflow +* Kill CLI process tree on stop +* Update code coverage report by [bot] in: //github.com/volosoft/abp-studio/pull/5020 +* Fixed failing unit tests +* Add license-info command and expiry checker + +## 3.0.10 (2026-08-10) * Align dashboard refresh button with date picker in MudBlazor templates * ABP Agent: Fix context compression problem diff --git a/docs/en/studio/version-mapping.md b/docs/en/studio/version-mapping.md index b369ad52be..1c2d820fa0 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** | |------------------------|---------------------------| +| 3.1.0 | 10.6.0 | | 3.0.9 - 3.0.10 | 10.6.0 | | 3.0.6 - 3.0.8 | 10.5.0 | | 3.0.4 - 3.0.5 | 10.4.1 | From b5af314337b84f2d8cf8f74e112beeedb90b27e5 Mon Sep 17 00:00:00 2001 From: selman koc <64414348+skoc10@users.noreply.github.com> Date: Mon, 24 Aug 2026 16:01:59 +0300 Subject: [PATCH 2/2] Update ABP Studio version mapping table --- docs/en/studio/version-mapping.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/en/studio/version-mapping.md b/docs/en/studio/version-mapping.md index 1c2d820fa0..5d652fc71d 100644 --- a/docs/en/studio/version-mapping.md +++ b/docs/en/studio/version-mapping.md @@ -11,8 +11,7 @@ This document provides a general overview of the relationship between various ve | **ABP Studio Version** | **ABP Version of Startup Template** | |------------------------|---------------------------| -| 3.1.0 | 10.6.0 | -| 3.0.9 - 3.0.10 | 10.6.0 | +| 3.0.9 - 3.1.0 | 10.6.0 | | 3.0.6 - 3.0.8 | 10.5.0 | | 3.0.4 - 3.0.5 | 10.4.1 | | 3.0.3 | 10.4.0 |