diff --git a/docs/en/studio/release-notes.md b/docs/en/studio/release-notes.md index 21ca21454f..3d13c3f6a9 100644 --- a/docs/en/studio/release-notes.md +++ b/docs/en/studio/release-notes.md @@ -2,6 +2,14 @@ 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.5 (2024-11-06) + +* Added dynamic localization option to microservice template +* Added new template creation options for the Application (No Layers) +* Fixed the environment variable setting for .NET global tool and verification of tool installation +* Fixed log view auto-scrolling issue, ensuring smooth scrolling experience +* Upgraded templates to version `8.3.3` + ## 0.9.4 (2024-10-31) * Made the `TopMenuLayout` as the default layout type for microservice public website diff --git a/docs/en/studio/version-compatibility.md b/docs/en/studio/version-compatibility.md index 79797852c2..a9784528b6 100644 --- a/docs/en/studio/version-compatibility.md +++ b/docs/en/studio/version-compatibility.md @@ -4,6 +4,7 @@ This document provides an overview of the compatibility between various versions | **ABP Studio Version** | **ABP Version** | |------------------------|---------------------------| +| 0.9.5 | 8.3.3 | | 0.9.2 to 0.9.4 | 8.3.2 | | 0.8.4 - 0.9.1 | 8.3.1 | | 0.8.1 to 0.8.3 | 8.3.0 |