Browse Source

Merge pull request #26066 from abpframework/auto-merge-forward/rel-10.6-to-rel-10.7-12

Auto-merge forward rel-10.6 → rel-10.7
pull/26073/head
Volosoft Agent 2 days ago
committed by GitHub
parent
commit
072699b6cf
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 13
      docs/en/studio/release-notes.md
  2. 2
      docs/en/studio/version-mapping.md

13
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

2
docs/en/studio/version-mapping.md

@ -11,7 +11,7 @@ This document provides a general overview of the relationship between various ve
| **ABP Studio Version** | **ABP Version of Startup Template** |
|------------------------|---------------------------|
| 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 |

Loading…
Cancel
Save