Skip to content

Commit e93e821

Browse files
committed
Update release notes and version mapping for recent releases
1 parent fae5d29 commit e93e821

File tree

2 files changed

+74
-2
lines changed

2 files changed

+74
-2
lines changed

docs/en/studio/release-notes.md

Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,77 @@
99

1010
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.
1111

12+
## 2.1.3 (2025-12-15) Latest
13+
14+
* Updated `createCommand` and CLI help for multi-tenancy.
15+
* Fixed `BookController` templating problem.
16+
17+
## 2.1.2 (2025-12-11)
18+
19+
* Fixed `SLNX` files in templates for macOS.
20+
* Fixed `DbMigrator` problem on nolayers template.
21+
22+
## 2.1.1 (2025-12-11)
23+
24+
* Fixed duplicate workspace seeding issue.
25+
* Fixed books sample problems when solution is tiered.
26+
* Added AI Management module to `abpmdl` file.
27+
* Improved skip running initial tasks text.
28+
* Fixed unit test failures.
29+
* Added `LanguageManagementDbContext` table creation in tests.
30+
* Removed `ConfigureHttpClientProxies` method.
31+
* Fixed issue with adding new services to existing Microservices.
32+
* Fixed AI Management template issues.
33+
* Reverted notification changes.
34+
35+
## 2.1.0 (2025-12-08)
36+
37+
* Enhanced Module Installation UI with improved user experience.
38+
* Added `AI Management` option to Startup Templates (app-nolayers, app).
39+
* Added support for new `SLNX` solution file format.
40+
* Enhanced modularity step in solution creation process.
41+
* Fixed Swagger authorization issues when projects run via .NET Aspire.
42+
* Fixed browser notification overlay problems.
43+
* Added missing `Unit of Work` namespace in solution templates.
44+
* Fixed JSON file formatting issues.
45+
* Updated ABP Framework to `10.0.1` and LeptonX to `5.0.1`.
46+
* Added MySQL compatibility warnings.
47+
* Fixed initial tasks problems.
48+
* Improved AI Assistant control UI with better margins and borders.
49+
50+
## 2.0.2 (2025-11-26)
51+
52+
* Fixed `.NET 10` installation problems.
53+
* Added custom styles for code blocks in **Markdown** view.
54+
* Fixed `OpenIddictCoreOptions` injection to use `IOptions`.
55+
* Added IdentityModel package after KubernetesClient.
56+
57+
## 2.0.1 (2025-11-21)
58+
59+
* Added build step before adding EF Core migration.
60+
* Updated `KubernetesClient` to version `18.0.5`.
61+
62+
## 2.0.0 (2025-11-20)
63+
64+
* Major upgrade to `.NET 10.0` and `ABP Framework 10.0`
65+
* Replaced `IdentityModel` with `Duende.IdentityModel`.
66+
* Added "Open on Start in Browser" option for .NET applications in Solution Runner.
67+
* Added `Mapperly` configuration.
68+
* Enabled user and tenant impersonation in Blazor client modules.
69+
* Enhanced notification system allowing text copying.
70+
* Added environment variable support for DesignTime DbContext.
71+
* Used C# instead of JSON for Aspire AppHost project configuration.
72+
* Fixed MongoDB image pulling problems.
73+
* Improved AI Assistant with better code block visibility across themes.
74+
* Added different cache paths for each browser instance.
75+
* Fixed various UI issues including mouse pointer problems in trees and horizontal scrolling.
76+
* Added `FileManagement` download URL configuration for tiered projects.
77+
* Added chat SignalR configuration to Microservice Blazor apps.
78+
* Updated `Blazorise` packages to version `1.8.6`.
79+
* Fixed `BackToImpersonator` button in Microservice Template.
80+
* Added log recording while crashing for better debugging.
81+
* Enhanced tab headers for **Solution Runner** and **Kubernetes**.
82+
1283
## 1.4.2 (2025-10-30)
1384

1485
* Upgraded template dependencies for ABP Framework and LeptonX. (targeting ABP `9.3.6`)

docs/en/studio/version-mapping.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ This document provides a general overview of the relationship between various ve
1111

1212
| **ABP Studio Version** | **ABP Version of Startup Template** |
1313
|------------------------|---------------------------|
14+
| 2.1.0 - 2.1.3 | 10.0.1 |
15+
| 2.0.0 to 2.0.2 | 10.0.0 |
1416
| 1.4.2 | 9.3.6 |
1517
| 1.3.3 to 1.4.1 | 9.3.5 |
1618
| 1.3.0 - 1.3.2 | 9.3.4 |
@@ -19,8 +21,7 @@ This document provides a general overview of the relationship between various ve
1921
| 1.1.2 | 9.2.3 |
2022
| 1.1.0 - 1.1.1 | 9.2.2 |
2123
| 1.0.2 | 9.2.1 |
22-
| 1.0.1 | 9.2.0 |
23-
| 1.0.0 | 9.2.0 |
24+
| 1.0.0 - 1.0.1 | 9.2.0 |
2425
| 0.9.26 | 9.1.1 |
2526
| 0.9.24 - 0.9.25 | 9.1.0 |
2627
| 0.9.22 - 0.9.23 | 9.0.4 |

0 commit comments

Comments
 (0)