From 6a0fdb0041c640e12433153bdb08fa0f7964906a Mon Sep 17 00:00:00 2001 From: Emre KARA Date: Tue, 11 Mar 2025 21:53:09 +0300 Subject: [PATCH 1/2] Update studio docs for v0.9.24 --- docs/en/studio/release-notes.md | 9 +++++++++ docs/en/studio/version-mapping.md | 1 + 2 files changed, 10 insertions(+) diff --git a/docs/en/studio/release-notes.md b/docs/en/studio/release-notes.md index 63e821853f..10f76880ab 100644 --- a/docs/en/studio/release-notes.md +++ b/docs/en/studio/release-notes.md @@ -2,6 +2,15 @@ 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. +## 0.9.24 (2025-03-11) + +* Added automatic installation of necessary dependencies. +* Added user feedback collection after the first week of application usage. +* Added ability to add business services while creating a new microservice solution. +* Fixed database migration issue during module installation. +* Fixed angular ESLint dependency issue. +* Upgraded templates to version `9.1.0`. + ## 0.9.23 (2025-02-04) * Fixed **Open with Terminal** option not working on macOS. diff --git a/docs/en/studio/version-mapping.md b/docs/en/studio/version-mapping.md index 838c9b7d87..54071fc3c2 100644 --- a/docs/en/studio/version-mapping.md +++ b/docs/en/studio/version-mapping.md @@ -4,6 +4,7 @@ This document provides a general overview of the relationship between various ve | **ABP Studio Version** | **ABP Version of Startup Template** | |------------------------|---------------------------| +| 0.9.24 | 9.1.0 | | 0.9.22 - 0.9.23 | 9.0.4 | | 0.9.20 - 0.9.21 | 9.0.3 | | 0.9.17 to 0.9.19 | 9.0.2 | From 09856219bb23cf83cb3113c06379088da2fc78dd Mon Sep 17 00:00:00 2001 From: Emre KARA Date: Tue, 11 Mar 2025 21:54:25 +0300 Subject: [PATCH 2/2] Update version-mapping.md --- docs/en/studio/version-mapping.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/studio/version-mapping.md b/docs/en/studio/version-mapping.md index 54071fc3c2..3aa2a1cd7e 100644 --- a/docs/en/studio/version-mapping.md +++ b/docs/en/studio/version-mapping.md @@ -4,7 +4,7 @@ This document provides a general overview of the relationship between various ve | **ABP Studio Version** | **ABP Version of Startup Template** | |------------------------|---------------------------| -| 0.9.24 | 9.1.0 | +| 0.9.24 | 9.1.0 | | 0.9.22 - 0.9.23 | 9.0.4 | | 0.9.20 - 0.9.21 | 9.0.3 | | 0.9.17 to 0.9.19 | 9.0.2 |