From da9a610480f42652a7f8bfbbda1d99c667158004 Mon Sep 17 00:00:00 2001 From: EngincanV Date: Wed, 11 Dec 2024 15:33:31 +0300 Subject: [PATCH] Update studio docs for v0.9.16 --- docs/en/studio/release-notes.md | 10 ++++++++++ docs/en/studio/version-mapping.md | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/docs/en/studio/release-notes.md b/docs/en/studio/release-notes.md index 282d038c5e..09ebcb8c0f 100644 --- a/docs/en/studio/release-notes.md +++ b/docs/en/studio/release-notes.md @@ -2,6 +2,16 @@ 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.16 (2024-12-11) + +> This version does not work for macOS, we are currently working on that manner. + +* Added a new command for refreshing the previously runned C#/Js Proxies. +* Added kubernetes configurations to Blazor WebApp for Microservice Template. +* Handled multiple dbcontexts for ef core migration operations. +* Made enhancements for dynamic localization feature in Microservice Template. +* Upgraded LeptonX Theme package versions to `4.0.2`. + ## 0.9.15 (2024-12-05) * Upgraded templates to version `9.0.1`. diff --git a/docs/en/studio/version-mapping.md b/docs/en/studio/version-mapping.md index fe91ffe89a..ad9f941d42 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.15 | 9.0.1 | +| 0.9.15 - 0.9.16 | 9.0.1 | | 0.9.9 to 0.9.14 | 9.0.0 | | 0.9.8 | 8.3.4 | | 0.9.5 to 0.9.7 | 8.3.3 |