Skip to content

Commit c9c725a

Browse files
updated docs.
1 parent 63261db commit c9c725a

File tree

4 files changed

+21
-10
lines changed

4 files changed

+21
-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.7.1 for Visual Studio 2019 (Qt 6.4 or 6.3)| [<i class="fa fa-download" aria-hidden="true"></i> treefrog-2.7.1-msvc_64-setup.exe](https://github.com/treefrogframework/treefrog-framework/releases/download/v2.7.1/treefrog-2.7.1-msvc_64-setup.exe) |
16+
| 2.8.0 for Visual Studio 2019 (Qt 6.6 or 6.5)| [<i class="fa fa-download" aria-hidden="true"></i> treefrog-2.8.0-msvc_64-setup.exe](https://github.com/treefrogframework/treefrog-framework/releases/download/v2.8.0/treefrog-2.8.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.7.1 | [<i class="fa fa-download" aria-hidden="true"></i> treefrog-framework-2.7.1.tar.gz](https://github.com/treefrogframework/treefrog-framework/archive/v2.7.1.tar.gz) |
28+
| version 2.8.0 | [<i class="fa fa-download" aria-hidden="true"></i> treefrog-framework-2.8.0.tar.gz](https://github.com/treefrogframework/treefrog-framework/archive/v2.8.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,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+
Dec. 10, 2023
41+
### TreeFrog Framework version 2.8.0 (stable) release <span style="color: red;">New!</span>
42+
43+
- Support prepared statements for PostgreSQL and MySQL.
44+
- Fix compilation error on Emscripten.
45+
46+
[<i class="fas fa-download"></i> Download this version](/en/download/)
47+
4048
Mar. 26, 2023
41-
### TreeFrog Framework version 2.7.1 (stable) release <span style="color: red;">New!</span>
49+
### TreeFrog Framework version 2.7.1 (stable) release
4250

4351
- Fix a bug of opening shared memory KVS.
4452
- Modified to reply NotFound when it can not invoke the action.
4553

46-
[<i class="fas fa-download"></i> Download this version](/en/download/)
47-
4854
Feb. 25, 2023
4955
### TreeFrog Framework version 2.7.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.7.1 for Visual Studio 2019 64bit (Qt6.4 or 6.3) | [<i class="fa fa-download" aria-hidden="true"></i> treefrog-2.7.1-msvc_64-setup.exe](https://github.com/treefrogframework/treefrog-framework/releases/download/v2.7.1/treefrog-2.7.1-msvc_64-setup.exe) |
16+
| 2.8.0 for Visual Studio 2019 64bit (Qt6.6 or 6.5) | [<i class="fa fa-download" aria-hidden="true"></i> treefrog-2.8.0-msvc_64-setup.exe](https://github.com/treefrogframework/treefrog-framework/releases/download/v2.8.0/treefrog-2.8.0-msvc_64-setup.exe) |
1717

1818
</div>
1919

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

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

3434
</div>
3535

docs/ja/index.md

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

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

43-
### 2023/3/26 TreeFrog Framework バージョン2.7.1 (安定版)リリース <span style="color: red;">New!</span>
43+
### 2023/12/10 TreeFrog Framework バージョン2.8.0 (安定版)リリース <span style="color: red;">New!</span>
4444

45-
- 共有メモリKVSをオープンする際の不具合修正
46-
- アクションを呼び出せない場合にNotFoundを返すように修正
45+
- PostgreSQL と MySQL のプリペアドステートメントを対応
46+
- Emscripten でのコンパイルエラーを解消
4747

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

50+
### 2023/3/26 TreeFrog Framework バージョン2.7.1 (安定版)リリース
51+
52+
- 共有メモリKVSをオープンする際の不具合修正
53+
- アクションを呼び出せない場合にNotFoundを返すように修正
54+
5055
### 2023/2/25 TreeFrog Framework バージョン2.7.0 (安定版)リリース
5156

5257
- パケット受信時にスレッド衝突の可能性がある不具合を修正

0 commit comments

Comments
 (0)