Skip to content

Commit 859b872

Browse files
updated
1 parent f8c7f8f commit 859b872

File tree

5 files changed

+28
-74
lines changed

5 files changed

+28
-74
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# ChangeLog
22

3+
## 2.10.0
4+
- Supported for std::format style log output, Tf::error(), Tf::warn(), Tf::info(), etc.
5+
- Fix a bug of tsharedmemory initiation.
6+
- Only Qt6 supported after this version (Qt5 not supported).
7+
38
## 2.9.0
49
- Fix a bug in the access log output regarding status codes.
510
- Modified to set NULL into DB when the value is QString() in TSqlObject.

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

3030
</div>
3131

docs/en/index.md

Lines changed: 10 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -37,17 +37,24 @@ 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+
Nov. 30, 2024
41+
### TreeFrog Framework version 2.10.0 (stable) release <span style="color: red;">New!</span>
42+
43+
- Supported for std::format style log output, Tf::error(), Tf::warn(), Tf::info(), etc.
44+
- Fix a bug of tsharedmemory initiation.
45+
- Only Qt6 supported after this version (Qt5 not supported).
46+
47+
[<i class="fas fa-download"></i> Download this version](/en/download/)
48+
4049
Jun. 16, 2024
41-
### TreeFrog Framework version 2.9.0 (stable) release <span style="color: red;">New!</span>
50+
### TreeFrog Framework version 2.9.0 (stable) release
4251

4352
- Fix a bug in the access log output regarding status codes.
4453
- Modified to set NULL into DB when the value is QString() in TSqlObject.
4554
- Added a function, TAbstractModel::setProperties(const QJsonObject &properties).
4655
- Updated mongoc driver to v1.26.2.
4756
- Updated glog to v0.7.0.
4857

49-
[<i class="fas fa-download"></i> Download this version](/en/download/)
50-
5158
Dec. 10, 2023
5259
### TreeFrog Framework version 2.8.0 (stable) release
5360

@@ -70,43 +77,8 @@ Feb. 25, 2023
7077
- Updated system logger.
7178
- Performance improvement for pooling database connections.
7279

73-
Jan. 21, 2023
74-
### TreeFrog Framework version 2.6.1 (stable) release
75-
76-
- Fix a bug of outputting access log.
77-
- Added a link option for LZ4 shared library on Linux or macOS.
78-
79-
Jan. 2, 2023
80-
### TreeFrog Framework version 2.6.0 (stable) release
81-
82-
- Implemented in-memory KVS for cache system.
83-
- Added a link option for Glog shared library.
84-
- Fix bugs of macros for command line interface.
85-
- Updated LZ4 to v1.9.4.
86-
87-
Nov. 1, 2022
88-
### TreeFrog Framework version 2.5.0 (stable) release
89-
90-
- Implemented flushResponse() function to continue the process after sending a response.
91-
- Updated glog to v0.6.0
92-
- Performance improvement for redis client.
93-
- Implemented memcached client. [Experimental]
94-
- Implemented a cache-store for memcached, TCacheMemcachedStore class.
95-
96-
Aug. 13, 2022
97-
### TreeFrog Framework version 2.4.0 (stable) release
98-
99-
- Implemented memory store for cache.
100-
- Updated Mongo C driver to v1.21.2.
101-
102-
May 28, 2022
103-
### TreeFrog Framework version 2.3.1 (stable) release
104-
105-
- Fix compilation errors on Qt 6.3.
106-
10780
[<i class="fa fa-list" aria-hidden="true"></i> All changelogs](https://github.com/treefrogframework/treefrog-framework/blob/master/CHANGELOG.md)
10881

109-
11082
## <i class="fas fa-hand-holding-usd"></i> Support Development
11183

11284
TreeFrog Framework is New BSD licensed open source project and completely free to use. However, the amount of effort needed to maintain and develop new features for the project is not sustainable without proper financial backing. We accept donations from sponsors and individual donors via the following methods:

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

1818
</div>
1919

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

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

3434
</div>
3535

docs/ja/index.md

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

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

43-
### 2024/6/15 TreeFrog Framework バージョン2.9.0 (安定版)リリース <span style="color: red;">New!</span>
43+
### 2024/11/30 TreeFrog Framework バージョン2.10.0 (安定版)リリース <span style="color: red;">New!</span>
44+
45+
- std::format スタイルのログ出力に対応, Tf::error(), Tf::warn(), Tf::info()など
46+
- tsharedmemory初期化の不具合修正.
47+
- このバージョン以降 Qt6 のみサポート (Qt5は非サポート).
48+
49+
[<i class="fas fa-download"></i> ダウンロードはこちらから](/ja/download/)
50+
51+
### 2024/6/15 TreeFrog Framework バージョン2.9.0 (安定版)リリース
4452

4553
- ステータスコードに関するアクセスログ出力の不具合修正
4654
- TSqlObjectで値がQString()である場合にNULLを設定するように修正
4755
- TAbstractModel::setProperties(const QJsonObject &properties) 関数を追加
4856
- Mongoc driver を v1.26.2 に更新
4957
- glog を v0.7.0 に更新
5058

51-
[<i class="fas fa-download"></i> ダウンロードはこちらから](/ja/download/)
52-
5359
### 2023/12/10 TreeFrog Framework バージョン2.8.0 (安定版)リリース
5460

5561
- PostgreSQL と MySQL のプリペアドステートメントを対応
@@ -69,35 +75,6 @@ Webアプリの開発において、開発効率と動作速度はトレード
6975
- システムロガーを更新
7076
- データベース接続プーリングのパフォーマンス改善
7177

72-
### 2023/1/21 TreeFrog Framework バージョン2.6.1 (安定版)リリース
73-
74-
- アクセスログ出力の不具合修正
75-
- LZ4と共有リンクするオプションを追加(Linux または macOS)
76-
77-
### 2023/1/2 TreeFrog Framework バージョン2.6.0 (安定版)リリース
78-
79-
- キャッシュ用のインメモリKVSを実装
80-
- Glogと共有リンクするオプションを追加
81-
- コマンドライン向けマクロの不具合修正
82-
- LZ4をv1.9.4に更新
83-
84-
### 2022/11/1 TreeFrog Framework バージョン2.5.0 (安定版)リリース
85-
86-
- レスポンス送信後に処理を継続するためにflushResponse()関数を実装
87-
- glogバージョン0.6.0に更新
88-
- Redisクライアントのパフォーマンス改善
89-
- Memcachedクライアントの実装 [実験的]
90-
- Memcached用のキャッシュストア(TCacheMemcachedStoreクラス)の実装
91-
92-
### 2022/8/13 TreeFrog Framework バージョン2.4.0 (安定版)リリース
93-
94-
- キャッシュ用のメモリストアを実装
95-
- Mongo C ドライバをバージョン1.21.2に更新
96-
97-
### 2022/5/28 TreeFrog Framework バージョン2.3.1 (安定版)リリース
98-
99-
- Qt 6.3 でのコンパイルエラーを解消
100-
10178
[<i class="fa fa-list" aria-hidden="true"></i> 全ての変更履歴](https://github.com/treefrogframework/treefrog-framework/blob/master/CHANGELOG.md)
10279

10380

0 commit comments

Comments
 (0)