From a1578b851647e039ca73d0bf3daf1f5f169aac97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Muhammed=20Ali=20=C3=96ZKAYA?= Date: Fri, 7 Nov 2025 05:37:13 +0300 Subject: [PATCH 1/2] Update ABP Studio release notes --- docs/en/studio/release-notes.md | 35 +++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/docs/en/studio/release-notes.md b/docs/en/studio/release-notes.md index b0627a887e..c3f57deaaf 100644 --- a/docs/en/studio/release-notes.md +++ b/docs/en/studio/release-notes.md @@ -9,6 +9,41 @@ 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. +## 1.4.2 (2025-10-30) + +* Upgraded template dependencies for ABP Framework and LeptonX. (targeting ABP `9.3.6`) +* AI Assistant is now enabled for all customers. +* Fixed CLI default language problem during solution creation. +* Improved task auto-start logic and notification handling. +* Fixed Angular localization function inputs. +* Set default mobile frameworks to **None** in the UI. +* Disallowed dots (.) in module names of microservice sub-templates. +* Solution Runner: show vertical scrollbar when needed and disable the Properties window while the app is running. + +## 1.4.1 (2025-10-16) + +* Fixed AI Assistant chat problems. +* Added custom steps if built with CLI. +* Fixed Release configuration builds. + +## 1.4.0 (2025-10-15) + +* The **Task Panel** has been introduced, providing a centralized place to manage and monitor background operations. +* Added **CLI application properties** window, making it easier to configure and manage command-line tool settings directly within the Studio UI. +* Added suggestion modal for building after creating service/web/gateway module. +* Fixed mismatching hosts file record namespace problem. +* Allow selecting `Default Profile` in Solution Runner. +* Refactored Angular scripts. +* Fixed: tools not browsable in Solution Runner with Aspire after Kubernetes deployment. + +## 1.3.3 (2025-10-06) + +* Upgraded template dependencies for ABP Framework and LeptonX. (targeting ABP `9.3.5`) +* Fixed welcome page tutorial links. +* Improved error handling during Helm chart installation and custom command execution. +* Fixed microservice problems. +* Fixed connection string problems. + ## 1.3.2 (2025-09-25) * Enhanced AI Assistant with bug fixes and improvements. From 98c2a7771eac1e3d2c9e77845daf6855e5d19c2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Muhammed=20Ali=20=C3=96ZKAYA?= Date: Fri, 7 Nov 2025 05:37:25 +0300 Subject: [PATCH 2/2] Update ABP Studio version mapping --- docs/en/studio/version-mapping.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/en/studio/version-mapping.md b/docs/en/studio/version-mapping.md index 6bd879f2ab..ba51cfb17d 100644 --- a/docs/en/studio/version-mapping.md +++ b/docs/en/studio/version-mapping.md @@ -11,6 +11,8 @@ This document provides a general overview of the relationship between various ve | **ABP Studio Version** | **ABP Version of Startup Template** | |------------------------|---------------------------| +| 1.4.2 | 9.3.6 | +| 1.3.3 to 1.4.1 | 9.3.5 | | 1.3.0 - 1.3.2 | 9.3.4 | | 1.2.2 | 9.3.2 | | 1.2.1 | 9.3.1 |