Skip to content

Commit e305db9

Browse files
updated
1 parent 3d65159 commit e305db9

File tree

7 files changed

+27
-16
lines changed

7 files changed

+27
-16
lines changed

docs/ch/download/index.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ title: Download
33
page_id: "download.00"
44
---
55

6-
Sorry, under construction
7-
8-
[文件 >>](../user-guide/)
6+
请参见英文页面
97

8+
[文件 >>](/en/user-guide/)

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.10.0 for Visual Studio (Qt 6.8 or 6.7)| [<i class="fa fa-download" aria-hidden="true"></i> treefrog-2.10.0-msvc_64-setup.exe](https://github.com/treefrogframework/treefrog-framework/releases/download/v2.10.0/treefrog-2.10.0-msvc_64-setup.exe) |
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) |
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.10.0 | [<i class="fa fa-download" aria-hidden="true"></i> treefrog-framework-2.10.0.tar.gz](https://github.com/treefrogframework/treefrog-framework/archive/v2.10.0.tar.gz) |
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) |
2929

3030
</div>
3131

docs/en/index.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,21 @@ 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+
May 5, 2025
41+
### TreeFrog Framework version 2.11.0 (stable) release <span style="color: red;">New!</span>
42+
43+
- Vite + Vue scaffolding support (experimental), see [Vite+Vue](/en/user-guide/view/vite+vue/).
44+
- Fix a bug of TSharedMemory on macos.
45+
46+
[<i class="fas fa-download"></i> Download this version](/en/download/)
47+
4048
Nov. 30, 2024
41-
### TreeFrog Framework version 2.10.0 (stable) release <span style="color: red;">New!</span>
49+
### TreeFrog Framework version 2.10.0 (stable) release
4250

4351
- Supported for std::format style log output, Tf::error(), Tf::warn(), Tf::info(), etc.
4452
- Fix a bug of tsharedmemory initiation.
4553
- Only Qt6 supported after this version (Qt5 not supported).
4654

47-
[<i class="fas fa-download"></i> Download this version](/en/download/)
48-
4955
Jun. 16, 2024
5056
### TreeFrog Framework version 2.9.0 (stable) release
5157

docs/en/user-guide/view/otama-template-system.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Otama Template System
33
page_id: "070.020"
44
---
55

6-
## Otama Template System
6+
## Otama Template System (Deprecated)
77

88
Otama is a template system that completely separates the presentation logic from the templates. It is a system made especially for the TreeFrog Framework.
99

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.10.0 for Visual Studio 64bit (Qt6.8 or 6.7) | [<i class="fa fa-download" aria-hidden="true"></i> treefrog-2.10.0-msvc_64-setup.exe](https://github.com/treefrogframework/treefrog-framework/releases/download/v2.10.0/treefrog-2.10.0-msvc_64-setup.exe) |
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) |
1717

1818
</div>
1919

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

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

3434
</div>
3535

docs/ja/index.md

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

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

43-
### 2024/11/30 TreeFrog Framework バージョン2.10.0 (安定版)リリース <span style="color: red;">New!</span>
4443

45-
- std::format スタイルのログ出力に対応, Tf::error(), Tf::warn(), Tf::info()など
46-
- tsharedmemory初期化の不具合修正.
47-
- このバージョン以降 Qt6 のみサポート (Qt5は非サポート).
44+
### 2025/5/5 TreeFrog Framework バージョン2.11.0 (安定版)リリース <span style="color: red;">New!</span>
45+
46+
- Vite + Vue のスキャフォールディングサポート(実験的) [Vite+Vue](/ja/user-guide/view/vite+vue/)参照
47+
- macOS の TSharedMemory クラスの不具合修正
4848

4949
[<i class="fas fa-download"></i> ダウンロードはこちらから](/ja/download/)
5050

51+
### 2024/11/30 TreeFrog Framework バージョン2.10.0 (安定版)リリース
52+
53+
- std::format スタイルのログ出力に対応, Tf::error(), Tf::warn(), Tf::info()など
54+
- tsharedmemory初期化の不具合修正
55+
- このバージョン以降 Qt6 のみサポート (Qt5は非サポート)
56+
5157
### 2024/6/15 TreeFrog Framework バージョン2.9.0 (安定版)リリース
5258

5359
- ステータスコードに関するアクセスログ出力の不具合修正

docs/ja/user-guide/view/otama-template-system.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Otama テンプレートシステム
33
page_id: "070.020"
44
---
55

6-
## Otama テンプレートシステム
6+
## Otama テンプレートシステム 【非推奨 廃止予定】
77

88
Otama は、テンプレートとプレゼンテーションロジックを完全に**分離した**テンプレートシステムです。TreeFrog Framework で独自に作られたシステムです。
99

0 commit comments

Comments
 (0)