|
2 | 2 |
|
3 | 3 | 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. |
4 | 4 |
|
| 5 | +## 1.0.2 (2025-06-24) |
| 6 | + |
| 7 | +* Enhanced the ABP NuGet package installation experience. |
| 8 | +* Upgraded template dependencies for ABP Framework and LeptonX. (targeting ABP `9.2.1`) |
| 9 | +* Replaced the `System.Data` package with `Microsoft.Data`. |
| 10 | +* Fixed a dynamic-env file path configuration issue in Angular templates. |
| 11 | +* Disabled Pushed Authorization for MAUI applications. |
| 12 | +* Improved the IDE experience by displaying the main project in a dedicated 'main' folder and hiding `.abppkg` files. |
| 13 | + |
| 14 | +## 1.0.1 (2025-06-13) |
| 15 | + |
| 16 | +* Fixed an issue with language selection during solution creation. |
| 17 | +* Resolved a logo visibility problem in the Angular semi-dark theme. |
| 18 | +* Added and corrected the handling of CEF (Chromium Embedded Framework) resources for the Windows version. |
| 19 | + |
| 20 | +## 1.0.0 (2025-06-11) |
| 21 | + |
| 22 | +* **Solution Runner with Health Checks:** ABP Studio's Solution Runner now provides visual health monitoring that makes tracking your applications' status easily. |
| 23 | +* **Improved Multi-DbContext Migration Handling:** ABP Studio now prompts you to select the correct DbContext for migration operations when working with multiple DbContexts. |
| 24 | +* **Theme Style Selection on Project Creation:** When creating a new solution, you can now choose your theme, theme style, and layout right from the project creation wizard instead of having to configure these settings later. |
| 25 | +* **Solution & Module Creation:** Introduced major enhancements, including language selection, database provider choice for microservices, improved folder handling, theme visualization, and better module installation recommendations. |
| 26 | +* **MAUI & Blazor:** Configured the new MAUI/Blazor bundling system, added dashboard pages to MAUI projects, and applied various fixes for themes and dependencies. |
| 27 | +* **Solution Runner & Docker:** Added Docker container support to the solution runner, enabling users to add and manage containers within run profiles. |
| 28 | +* **Authentication & Authorization:** Fixed Swagger authentication, and added dynamic claims support for microservices. |
| 29 | +* **ABP Studio Login:** Improved login flows with selecting account and organization support. |
| 30 | +* **Language Selection:** Added language selection during solution creation. You can now include only the languages you need in your project. |
| 31 | +* **Performance:** Sped up the development cycle by skipping package restores during project runs when no dependencies have changed. |
| 32 | +* **Dependency Updates:** Upgraded ABP Framework, LeptonX, and other Microsoft dependencies to the latest versions. (targeting ABP `9.2.0`) |
| 33 | +* **User Experience:** Implemented several UI/UX improvements, such as remembering user choices in wizards and sorting items alphabetically. |
| 34 | +* **Testing & Internals:** Switched to `MongoSandbox` for integration tests, improved local development against abp.io websites, and made various fixes to CI/CD workflows. |
| 35 | + |
5 | 36 | ## 0.9.26 (2025-04-30) |
6 | 37 |
|
7 | 38 | * Fixed the issue where C# applications would not stop when requested. |
|
0 commit comments