Skip to content

Commit 6dc2f96

Browse files
updated docs
1 parent 792a353 commit 6dc2f96

File tree

4 files changed

+20
-10
lines changed

4 files changed

+20
-10
lines changed

docs/en/download/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ TreeFrog Installer for Qt 6 has been released. If installing it, the development
1313

1414
| Version | File |
1515
|-------------------------------------|--------------------------------------|
16-
| 2.11.0 for Visual Studio (Qt 6.9 or 6.8)| [<i class="fa fa-download" aria-hidden="true"></i> treefrog-2.11.0-msvc_64-setup.exe](https://github.com/treefrogframework/treefrog-framework/releases/download/v2.11.0/treefrog-2.11.0-msvc_64-setup.exe) |
16+
| 2.11.1 for Visual Studio (Qt 6.9 or 6.8)| [<i class="fa fa-download" aria-hidden="true"></i> treefrog-2.11.1-msvc_64-setup.exe](https://github.com/treefrogframework/treefrog-framework/releases/download/v2.11.1/treefrog-2.11.1-msvc_64-setup.exe) |
1717

1818
</div>
1919

@@ -25,7 +25,7 @@ The source code packages of TreeFrog Framework are available.
2525

2626
| Source | File |
2727
|----------------|----------------------------------|
28-
| version 2.11.0 | [<i class="fa fa-download" aria-hidden="true"></i> treefrog-framework-2.11.0.tar.gz](https://github.com/treefrogframework/treefrog-framework/archive/v2.11.0.tar.gz) |
28+
| version 2.11.1 | [<i class="fa fa-download" aria-hidden="true"></i> treefrog-framework-2.11.1.tar.gz](https://github.com/treefrogframework/treefrog-framework/archive/v2.11.1.tar.gz) |
2929

3030
</div>
3131

docs/en/index.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,20 @@ Try TreeFrog Framework which combines high productivity and high speed operation
3737

3838
## <i class="fa fa-bell" aria-hidden="true"></i> News
3939

40+
Jul. 5, 2025
41+
### TreeFrog Framework version 2.11.1 (stable) release <span style="color: red;">New!</span>
42+
43+
- Fixed a compilation error bug in tftest.h.
44+
- Updated test macros.
45+
46+
[<i class="fas fa-download"></i> Download this version](/en/download/)
47+
4048
May 5, 2025
41-
### TreeFrog Framework version 2.11.0 (stable) release <span style="color: red;">New!</span>
49+
### TreeFrog Framework version 2.11.0 (stable) release
4250

4351
- Vite + Vue scaffolding support (experimental), see [Vite+Vue](/en/user-guide/view/vite+vue.html).
4452
- Fix a bug of TSharedMemory on macos.
4553

46-
[<i class="fas fa-download"></i> Download this version](/en/download/)
47-
4854
Nov. 30, 2024
4955
### TreeFrog Framework version 2.10.0 (stable) release
5056

docs/ja/download/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Qt6 向けのインストーラを提供しています。セットアップす
1313

1414
| バージョン | ファイル |
1515
|------------------------------------------------|---------------------------------------|
16-
| 2.11.0 for Visual Studio 64bit (Qt6.9 or 6.8) | [<i class="fa fa-download" aria-hidden="true"></i> treefrog-2.11.0-msvc_64-setup.exe](https://github.com/treefrogframework/treefrog-framework/releases/download/v2.11.0/treefrog-2.11.0-msvc_64-setup.exe) |
16+
| 2.11.1 for Visual Studio 64bit (Qt6.9 or 6.8) | [<i class="fa fa-download" aria-hidden="true"></i> treefrog-2.11.1-msvc_64-setup.exe](https://github.com/treefrogframework/treefrog-framework/releases/download/v2.11.1/treefrog-2.11.1-msvc_64-setup.exe) |
1717

1818
</div>
1919

@@ -29,7 +29,7 @@ Qt6 向けのインストーラを提供しています。セットアップす
2929

3030
| ソースパッケージ | ファイル |
3131
|-------------------|----------------------------------|
32-
| バージョン 2.11.0 | [<i class="fa fa-download" aria-hidden="true"></i> treefrog-framework-2.11.0.tar.gz](https://github.com/treefrogframework/treefrog-framework/archive/v2.11.0.tar.gz) |
32+
| バージョン 2.11.1 | [<i class="fa fa-download" aria-hidden="true"></i> treefrog-framework-2.11.1.tar.gz](https://github.com/treefrogframework/treefrog-framework/archive/v2.11.1.tar.gz) |
3333

3434
</div>
3535

docs/ja/index.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,14 +40,18 @@ Webアプリの開発において、開発効率と動作速度はトレード
4040

4141
## <i class="fa fa-bell" aria-hidden="true"></i> お知らせ
4242

43+
### 2025/7/5 TreeFrog Framework バージョン2.11.1 (安定版)リリース <span style="color: red;">New!</span>
4344

44-
### 2025/5/5 TreeFrog Framework バージョン2.11.0 (安定版)リリース <span style="color: red;">New!</span>
45+
- tftest.hのコンパイルエラーを修正
46+
- テストマクロの更新
47+
48+
[<i class="fas fa-download"></i> ダウンロードはこちらから](/ja/download/)
49+
50+
### 2025/5/5 TreeFrog Framework バージョン2.11.0 (安定版)リリース
4551

4652
- Vite + Vue のスキャフォールディングサポート(実験的) [Vite+Vue](/ja/user-guide/view/vite+vue.html)参照
4753
- macOS の TSharedMemory クラスの不具合修正
4854

49-
[<i class="fas fa-download"></i> ダウンロードはこちらから](/ja/download/)
50-
5155
### 2024/11/30 TreeFrog Framework バージョン2.10.0 (安定版)リリース
5256

5357
- std::format スタイルのログ出力に対応, Tf::error(), Tf::warn(), Tf::info()など

0 commit comments

Comments
 (0)