Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/update website #241

Merged
merged 3 commits into from
Oct 15, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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