Browse Source

Create release-notes doc for abp-studio

pull/20701/head
EngincanV 2 years ago
parent
commit
8e591c7f12
  1. 4
      docs/en/docs-nav.json
  2. 91
      docs/en/studio/release-notes.md

4
docs/en/docs-nav.json

@ -188,6 +188,10 @@
{
"text": "Version Compatibility",
"path": "studio/version-compatibility.md"
},
{
"text": "Release Notes",
"path": "studio/release-notes.md"
}
]
},

91
docs/en/studio/release-notes.md

@ -0,0 +1,91 @@
# ABP Studio Release Notes
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.7.9 (2024-08-29)
* Readme.md file is now being automatically opened after opening a solution or module creation
* Refactor & made enhancements for microservice template
* Fixed some bugs those occur while creating a new module
* Synchronized new templates with the old templates
* Angular: Fixed logo problem in templates
## 0.7.8 (2024-08-23)
* Revised the new solution creation wizard
* Fixed bugs on blazor webapp template
* Reduced logs count per application
## 0.7.7 (2024-08-14)
* Updated LeptonX logos in new templates
* ABP Suite: Open modules with .sln path instead of directory (fixes some problems in Suite integration)
* Enhancements on Solution Runner
## 0.7.6 (2024-08-12)
* Removed redundant helm repo installation
* Made enhancements on Welcome Page area
* Microservice Template: Enabled `DynamicPermissionStore` in AuthServer
* Added Blazor WebApp option for Application template
* Added **Solution Creation Info** action for identifying the solution
## 0.7.5 (2024-08-06)
* Fixed ABP Suite integration for macOs
* Fixed build errors after upgrading to ABP 8.2.1
* ABP Suite: Detected version inconsistencies and notified users to fix it automatically
## 0.7.4 (2024-07-31)
* Allowed creating open-source templates for active license owners
* Fixed basic theme problem in angular templates
* Handled docker related errors in solution runner gracefully
* Fixed versions of Chat Module packages
## 0.7.3 (2024-07-27)
* Added administrator mode indicator on the application title
* Made enhancements for aligning application title on macOS
## 0.7.2 (2024-07-26)
* Added `Blazor.Client` packages for alignment with new hosting logic
* Updated Microsoft packages to v8.0.4
* Revised application upgrade process
* Fixed profile photo problem in tiered projects
* Removed **LinkedAccounts** and **AuthorityDelegation** menu from template
## 0.7.1 (2024-07-24)
* Fixed restart problem after installing extensions on macOS
* Provided a model for sharing same Kubernetes cluster between developers
* Fixed the **Text Template Management** Module build problem in app template
* Fixed login problem for community edition
* Fixed all reported bugs & made enhancements
## 0.7.0 (2024-07-17)
* Added an option for building & starting C# applications directly
* Disabled redis on migrator when solution is tiered
* Allowed Generating Static Proxies on ABP Studio UI
## 0.6.9 (2024-06-27)
* Allowed to open ABP Studio by clicking on an *.abpsln file
* Fixed solution runner multiple instance problem
* Allowed to install a NPM package to a package
## 0.6.8 (2024-06-13)
* Added free to pro upgrade option
* Fixed microservice template helm chart bugs
* Made enhancements on new CLI
## 0.6.7 (2024-05-31)
* Added free option to app templates
* Made social login as optional for app template
* Added open source templates
* Started showing angular projects on browser tab
* Introduced the community edition
Loading…
Cancel
Save