diff --git a/docs/en/studio/release-notes.md b/docs/en/studio/release-notes.md index e0b587b83c..c817e3a794 100644 --- a/docs/en/studio/release-notes.md +++ b/docs/en/studio/release-notes.md @@ -2,6 +2,12 @@ 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.7 (2024-11-19) + +* Added `AppearanceStyles` component to blazor server templates +* Fixed module import window +* Made several enhancements to the existing features + ## 0.9.6 (2024-11-15) * Added missing imports to templates diff --git a/docs/en/studio/version-mapping.md b/docs/en/studio/version-mapping.md index 4a129d98f0..0318468ca9 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.5 - 0.9.6 | 8.3.3 | +| 0.9.5 to 0.9.7 | 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 | @@ -19,4 +19,4 @@ This document provides a general overview of the relationship between various ve By default, ABP Studio uses stable versions to create solutions. Therefore, if you want to create a solution with a preview version, first you need to create a solution and then switch your solution to the preview version from the ABP Studio UI: -![](images/abp-studio-switch-to-preview.png) \ No newline at end of file +![](images/abp-studio-switch-to-preview.png)