Browse Source

Merge pull request #21277 from abpframework/berkan/update-studio-docs-0.9.5

Update studio docs for v0.9.5
pull/21278/head
İsmail ÇAĞDAŞ 2 years ago
committed by GitHub
parent
commit
59cdbb221b
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 8
      docs/en/studio/release-notes.md
  2. 1
      docs/en/studio/version-compatibility.md

8
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

1
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 |

Loading…
Cancel
Save