File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
All notable changes to this project will be documented in this file.
4
4
5
+ ## v0.5.0-alpha
6
+
7
+ ### Added
8
+
9
+ - Added [ About] ( https://OpenFAST.github.io/acdc/docs/about ) page to documentation
10
+ - Enabled [ Zenodo] ( https://zenodo.org/ ) for repository to generate DOI for each release
11
+
5
12
## v0.4.0-alpha
6
13
7
14
### Added
8
15
9
16
- Documentation in Github Pages
10
17
- Apache 2 License
11
18
19
+ ### Changed
20
+
21
+ - Moved repository to the [ OpenFAST Organization] ( https://github.com/OpenFAST/acdc )
22
+
12
23
### Fixed
13
24
14
25
- Model: "Model" tab doesn't work [ #6 ] ( https://github.com/deslaughter/acdc-app/issues/6 )
@@ -19,7 +30,7 @@ All notable changes to this project will be documented in this file.
19
30
20
31
- New example project based on NREL 5MW land based turbine (` examples/NREL_5MW_Land ` )
21
32
- New example project based on NREL 5MW monopile turbine with HydroDyn and SubDyn (` examples/NREL_5MW_Monopile ` )
22
- - Ability to load existing results and Campbell diagram when selecting linearization folder
33
+ - Results: Ability to load existing results and Campbell diagram when selecting linearization folder
23
34
- Analysis: Add Copy feature for Analysis cases [ #3 ] ( https://github.com/deslaughter/acdc-app/issues/3 )
24
35
- Results: Add button to visualize all operating points in line
25
36
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ import (
16
16
//go:embed all:frontend/dist
17
17
var assets embed.FS
18
18
19
- var version = "0.4 .0-" + versioninfo .Short ()
19
+ var version = "0.5 .0-" + versioninfo .Short ()
20
20
21
21
func main () {
22
22
You can’t perform that action at this time.
0 commit comments