diff --git a/README.md b/README.md
index 55e49e9a..5f0bd220 100644
--- a/README.md
+++ b/README.md
@@ -3,6 +3,18 @@
 [English](/README_en.md) [Korean](/README_ko.md)
 
 ## What's New!
+- v.2.0.23-alpha
+  - エディションを再整理
+    - win_std:  一般的なwinユーザ向け。onnxモデル, torchモデルともに、DirectMLによりGPUのハードウェアアクセラレーションが可能です。
+    - win_cuda:NvidiaのGPU所有者向け。onnxモデル, torchモデルともに、cudaによりNvidiaのGPUのハードウェアアクセラレーションが可能です。要cuda12.4~。
+    - mac: AppleSilicon(M1等)ユーザ向け。            
+  - feature
+    - クライアントモードでの動作時のアウトプットバッファの調整機能を追加
+  - bugfix:
+    - RVCのtorchモデルをonnxモデルにエクスポートする際にindex, iconを引き継ぐように修正
+  - その他:
+    - loggerの強化
+
 - v.2.0.20-alpha
   - torch-cudaに対応。エディションの説明は[こちら](docs/01_basic_v2.0.z.md)。
   - bugfix:
diff --git a/README_en.md b/README_en.md
index 3d04977f..4a2fa7a5 100644
--- a/README_en.md
+++ b/README_en.md
@@ -3,6 +3,18 @@
 [Japanese](/README.md) [Korean](/README_ko.md)
 
 ## What's New!
+- v.2.0.23-alpha
+  - Reorganizing Editions
+    - win_std: For typical Windows users. Hardware acceleration via DirectML is available for both ONNX and torch models.
+    - win_cuda: For Nvidia GPU owners. Hardware acceleration via CUDA is available for both ONNX and torch models. Requires CUDA 12.4 or later.
+    - mac: For Apple Silicon (e.g., M1) users.
+  - feature
+    - Added the capability to adjust the output buffer when operating in client mode
+  - bugfix:
+    - Fixed the issue of retaining index and icon when exporting RVC's torch model to onnx model
+  - Other:
+    - Enhanced logger
+
 - v.2.0.20-alpha
   - Support for torch-cuda. See the edition description [here](docs/01_basic_v2.0.z.md).
   - Bugfix:
diff --git a/README_ko.md b/README_ko.md
index 85786a8b..b95bf353 100644
--- a/README_ko.md
+++ b/README_ko.md
@@ -3,6 +3,18 @@
 [English](/README_en.md) [Japanese](/README.md)
 
 ## What's New!
+- v.2.0.23-alpha
+  - 에디션 재정리
+    - win_std: 일반적인 윈도우 사용자 대상. DirectML을 통한 하드웨어 가속이 ONNX 모델과 torch 모델 모두에서 가능합니다.
+    - win_cuda: Nvidia GPU 소유자 대상. CUDA를 통한 하드웨어 가속이 ONNX 모델과 torch 모델 모두에서 가능합니다. CUDA 12.4 이상 필요.
+    - mac: AppleSilicon(M1 등) 사용자 대상.
+  - 기능
+    - 클라이언트 모드에서 동작 시 출력 버퍼를 조정하는 기능 추가
+  - 버그 수정:
+    - RVC의 torch 모델을 onnx 모델로 내보낼 때 index와 icon을 유지하는 문제 수정
+  - 기타:
+    - 로거 강화
+
 - v.2.0.20-alpha
   - Support for torch-cuda. See the edition description [here](docs/01_basic_v2.0.z.md).
   - Bugfix:
diff --git a/docs/01_basic_v2.0.z.md b/docs/01_basic_v2.0.z.md
index 26fafd4f..286af7e2 100644
--- a/docs/01_basic_v2.0.z.md
+++ b/docs/01_basic_v2.0.z.md
@@ -14,13 +14,11 @@
 
 ## edition
 
-| edition             | os  | 内容                                                                                   |
-| ------------------- | --- | -------------------------------------------------------------------------------------- |
-| win_std             | win | 一般的なwinユーザ向け。AMD, NvidiaのGPU所有者。CPUのみのユーザ                         |
-| win_cuda            | win | NvidiaのGPU所有者向け。cuda, cudnnのセットアップが可能なユーザ                         |
-| win_std_torch_dml   | win | pytorchのモデルを使用する場合。AMDのGPU所有者向け。                                    |
-| win_cuda_torch_cuda | win | pytorchのモデルを使用する場合。NvidiaのGPU所有者向け。cudaのセットアップが可能なユーザ |
-| mac                 | mac | AppleSilicon(M1等)ユーザ向け。                                                         |
+| edition  | os  | 内容                                                                                                                               |
+| -------- | --- | ---------------------------------------------------------------------------------------------------------------------------------- |
+| win_std  | win | 一般的なwinユーザ向け。onnxモデル, torchモデルともに、DirectMLによりGPUのハードウェアアクセラレーションが可能です。                |
+| win_cuda | win | NvidiaのGPU所有者向け。onnxモデル, torchモデルともに、cudaによりNvidiaのGPUのハードウェアアクセラレーションが可能です。要cuda12.4~ |
+| mac      | mac | AppleSilicon(M1等)ユーザ向け。                                                                                                     |
 
 ## サポート Voice Changer Type
 | Voice Chanager Type     | サポートエディション   |                                                                       |
@@ -52,8 +50,8 @@ vcclient_<edition>_<version>.zip
 | ------------------- | -------------------- | ---------------------------------------------- |
 | start_http.bat      | win_*                | 一般的な起動方法                               |
 | start_https.bat     | win_*                | リモートからブラウザアクセスする場合の起動方法 |
-| start_http.command  | mac_*                | 一般的な起動方法                               |
-| start_https.command | mac_*                | リモートからブラウザアクセスする場合の起動方法 |
+| start_http.command  | mac                  | 一般的な起動方法                               |
+| start_https.command | mac                  | リモートからブラウザアクセスする場合の起動方法 |
 
 初回起動時のみ、必要なデータのダウンロードが行われます。しばらくお待ちください。