Skip to content

Commit

Permalink
Merge pull request #241 from hrntsm/feature/update-website
Browse files Browse the repository at this point in the history
Feature/update website
  • Loading branch information
hrntsm authored Oct 15, 2022
2 parents a7352f5 + 390079d commit 7fe9b60
Show file tree
Hide file tree
Showing 5 changed files with 12,715 additions and 325 deletions.
20 changes: 20 additions & 0 deletions website/docs/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,26 @@ title: Changelog

---

## [v2.3.0 - 2022-10-15](https://github.com/hrntsm/HoaryFox/releases/tag/v2.3.0)

### 追加

- 断面の設定(StbSection)に適切な値がない場合、エラーを出力するようにした。

### 変更

- Axes コンポーネントの出力をツリーとした。
- 階ごとに分けて出力されるようになった。
- stb2brep コンポーネントで中空断面を作成するとき、中空断面の Brep が作成されるようにした。
- これまでは外形を合わせた矩形中実断面を出力していた。
- この変更によって LCC 連携などで使用する部材体積の正確性が向上しました。

### 修正

- 部材が null のときエラーになる問題を修正

---

## [v2.2.1 - 2022-3-22](https://github.com/hrntsm/HoaryFox/releases/tag/v2.2.1)

### 修正
Expand Down
17 changes: 2 additions & 15 deletions website/docs/donation.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,20 +11,7 @@ HoaryFox をダウンロード頂きありがとうございます。

支援先一覧:

pixivFANBOX
https://hiron.fanbox.cc/
- [ko-fi](https://ko-fi.com/hrntsm)
- [pixivFANBOX](https://hiron.fanbox.cc/)

お読みくださりありがとうございました。

----

Please make a donation

Thank you for downloading HoaryFox.
This software is being updated with your support.
If you like this software, please donation.

pixivFANBOX
https://hiron.fanbox.cc/

Thank you for reading.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,26 @@ title: Changelog

---

## [v2.3.0 - 2022-10-15](https://github.com/hrntsm/HoaryFox/releases/tag/v2.3.0)

### ADD

- If the section setting (StbSection) does not have an appropriate value, an error is now output.

### CHANGE

- The output of the Axes component is now a tree.
- The output is now divided by floor.
- When a stb2brep component has a hollow section, a hollow section brep is created.
- Previously, a rectangular solid cross section with the external shape was output.
- This change improves the accuracy of member volumes used in LCC linkage, etc.

### FIX

- Fixed an error when a part is null.

---

## [v2.2.1 - 2022-3-22](https://github.com/hrntsm/HoaryFox/releases/tag/v2.2.1)

### FIX
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Thank you for downloading HoaryFox.
This software is being updated with your support.
If you like this software, please donation.

pixivFANBOX
https://hiron.fanbox.cc/
- [ko-fi](https://ko-fi.com/hrntsm)
- [pixivFANBOX](https://hiron.fanbox.cc/)

Thank you for reading.
Loading

0 comments on commit 7fe9b60

Please sign in to comment.