Skip to content

Commit

Permalink
updated docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
treefrogframework committed Jan 2, 2023
1 parent 07ca161 commit a12d281
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 92 deletions.
54 changes: 1 addition & 53 deletions docs/en/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,17 +38,16 @@ Try TreeFrog Framework which combines high productivity and high speed operation
## <i class="fa fa-bell" aria-hidden="true"></i> News

Jan. 2, 2023

### TreeFrog Framework version 2.6.0 (stable) release <span style="color: red;">New!</span>

Nov. 1, 2022
- Implemented in-memory KVS for cache system.
- Added a link option for Glog shared library.
- Fix bugs of macros for command line interface.
- Updated LZ4 to v1.9.4.

[<i class="fas fa-download"></i> Download this version](/en/download/)

Nov. 1, 2022
### TreeFrog Framework version 2.5.0 (stable) release

- Implemented flushResponse() function to continue the process after sending a response.
Expand All @@ -58,67 +57,16 @@ Nov. 1, 2022
- Implemented a cache-store for memcached, TCacheMemcachedStore class.

Aug. 13, 2022

### TreeFrog Framework version 2.4.0 (stable) release

- Implemented memory store for cache.
- Updated Mongo C driver to v1.21.2.

May 28, 2022

### TreeFrog Framework version 2.3.1 (stable) release

- Fix compilation errors on Qt 6.3.

Dec. 31, 2021

### TreeFrog Framework version 2.3 (stable) release

- Fix a bug of inserting a double-type value by SqlObject.
- Implemented log output to calculate processing time of SQL query.
- Implemented logics to set the log format of the SQL query log.
- Implemented the treefrog command to show settings option.
- Modified the timing of initializing sqlite cache store.

Oct. 23, 2021

### TreeFrog Framework version 2.2 (stable) release

- Fix a bug of cache logic for sqlite.
- Modified not to use core5compat module in running on Qt6.
- Performance improvement.

Aug. 21, 2021

### TreeFrog Framework version 2.1 (stable) release

- Fix a bug of calculating length of receiving packets.
- Added echo() function with a variantmap argument.
- Implement the logic of the tspawn command to generate scaffolding for vue.js.

Jun. 19, 2021

### TreeFrog Framework version 2.0 (beta2) release

- Updated the scaffold generator to generate WebAPI codes.
- Modified the scaffold generator to generate service classes for the model layer.

May 23, 2021

### TreeFrog Framework version 2.0 (beta) release

- Support for Qt version 5 and version 6.
- Modified not to use obsolete functions of Qt.

Feb. 6, 2021

### TreeFrog Framework version 1.31.0 (stable) release

- Fix a bug of TMultiplexingServer (epoll server).
- Modified not to use obsolete functions of Qt.
- Added TAbstractSqlORMapper class.
- Performance improvement.

[<i class="fa fa-list" aria-hidden="true"></i> All changelogs](https://github.com/treefrogframework/treefrog-framework/blob/master/CHANGELOG.md)


Expand Down
2 changes: 1 addition & 1 deletion docs/en/user-guide/configuration/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Here are sample files of configuration.
[General]
# Listens for incoming connections on the specified port.
ListenPort=8800
ListenPort=80
# Listens for incoming connections on the specified IP address. If this value
# is empty, equivalent to "0.0.0.0".
Expand Down
37 changes: 0 additions & 37 deletions docs/ja/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,43 +66,6 @@ Webアプリの開発において、開発効率と動作速度はトレード

- Qt 6.3 でのコンパイルエラーを解消

### 2021/12/31 TreeFrog Framework バージョン2.3 (安定版)リリース

- SqlObjectでdouble型を保存する時の不具合修正
- SQLクエリの処理時間をログ出力するための実装
- SQLクエリログのログフォーマットを設定するロジックを実装
- アプリ設定情報を表示するtreefrogコマンドオプションを実装
- sqliteキャッシュストアの初期化タイミングを修正

### 2021/10/23 TreeFrog Framework バージョン2.2 (安定版)リリース

- sqliteのキャッシュロジックの不具合修正
- Qt6で core5compat モジュールを使用しないよう修正
- パフォマンス改善

### 2021/8/21 TreeFrog Framework バージョン2.1 (安定版)リリース

- 受信パケットのサイズ計算ロジックの不具合修正
- variantmapを引数にもつecho()関数を追加
- Vue.js用のスキャフォールディング(足場)を作れるよう tspawn コマンドを修正

### 2021/6/19 TreeFrog Framework バージョン2.0 (ベータ2)リリース

- WebAPIを生成するようスキャフォールディング機能を更新.
- モデル層としてサービスクラスを生成するようスキャフォールディング機能を修正

### 2021/5/23 TreeFrog Framework バージョン2.0 (ベータ版)リリース

- Qt6とQt5のサポート
- Qtの陳腐化した関数を使用しないよう修正

### 2021/2/6 TreeFrog Framework バージョン1.31.0 (安定版)リリース

- TMultiplexingServerの不具合修正
- Qtの陳腐化した関数を使用しないよう修正
- TAbstractSqlORMapperクラス追加
- パフォマンス改善

[<i class="fa fa-list" aria-hidden="true"></i> 全ての変更履歴](https://github.com/treefrogframework/treefrog-framework/blob/master/CHANGELOG.md)


Expand Down
2 changes: 1 addition & 1 deletion docs/ja/user-guide/configuration/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ page_id: "085.0"
[General]
# Listens for incoming connections on the specified port.
ListenPort=8800
ListenPort=80
# Listens for incoming connections on the specified IP address. If this value
# is empty, equivalent to "0.0.0.0".
Expand Down

0 comments on commit a12d281

Please sign in to comment.