|
9 | 9 |
|
10 | 10 | 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. |
11 | 11 |
|
| 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 | + |
12 | 83 | ## 1.4.2 (2025-10-30) |
13 | 84 |
|
14 | 85 | * Upgraded template dependencies for ABP Framework and LeptonX. (targeting ABP `9.3.6`) |
|
0 commit comments