Skip to content

Commit 8d269de

Browse files
committed
ドキュメント更新
1 parent 05dd2a1 commit 8d269de

File tree

3 files changed

+19
-9
lines changed

3 files changed

+19
-9
lines changed

Readme.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ The following values can be configured:
6868
- Windows 11 Pro 23H2, 24H2, 25H2
6969
- Raspberry Pi OS Bookworm 64bit
7070
- Linux Mint 22.1 Cinnamon Edition
71-
- Python 3.10–3.13 (development environment: 3.12.0)
71+
- Python 3.10–3.12 (development environment: 3.12.0)
7272
- VOICEVOX 0.25.0
7373
- A.I.VOICE Editor 1.4.10.0
7474
- COEIROINK v.2.3.4

Readme.md

Lines changed: 18 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Raspberry Pi、Linuxへの導入に関しても[Zennの記事](https://zenn.dev/
5959
- Windows 11 Pro 23H2、24H2、25H2
6060
- Raspberry Pi OS Bookworm 64bit
6161
- Linux Mint 22.1 Cinnamon Edition
62-
- Python 3.10-3.13(開発環境は 3.12.0)
62+
- Python 3.10-3.12(開発環境は 3.12.0)
6363
- VOICEVOX 0.25.0
6464
- A.I.VOICE Editor 1.4.10.0
6565
- COEIROINK v.2.3.4
@@ -70,8 +70,12 @@ Raspberry Pi、Linuxへの導入に関しても[Zennの記事](https://zenn.dev/
7070

7171
動作確認済みのモデルは以下の通りなのだ。
7272

73-
<details><summary>OpenAI(2025/10/19現在)</summary>
73+
<details><summary>OpenAI(2025/11/23現在)</summary>
7474

75+
- GPT-5.1 (モデル名:gpt-5.1)
76+
- GPT-5.1 Chat (モデル名:gpt-5.1-chat-latest)
77+
- GPT-5.1 Codex (モデル名:gpt-5.1-codex)
78+
- GPT-5.1 Codex mini(モデル名:gpt-5.1-codex-mini)
7579
- GPT-5 (モデル名:gpt-5)
7680
- GPT-5 pro (モデル名:gpt-5-pro)
7781
- GPT-5 mini (モデル名:gpt-5-mini)
@@ -206,7 +210,7 @@ Windowsの場合は、Windowsの検索窓で「環境変数を編集」で検索
206210

207211
以下のリンクから ZundaGPT2.ZIP をダウンロードして、作成したフォルダに展開するのだ。
208212

209-
https://github.com/led-mirage/ZundaGPT2/releases/tag/v1.34.0
213+
https://github.com/led-mirage/ZundaGPT2/releases/tag/v1.35.0
210214

211215
#### 3. 実行
212216

@@ -354,11 +358,11 @@ CSSを知らない人はなんのことかわからないかもしれないけ
354358

355359
VirusTotalでのチェック結果はこちらなのだ。
356360

357-
- Windows版: [72個中2個のアンチウィルスエンジンで検出 :2025/11/02 v1.34.0](https://www.virustotal.com/gui/file/ee47b5a5c9c70fca1c3d080bf4f63356bf86d38a5000a375e8a8db910f6e3754/detection)
358-
- Raspberry Pi版: [60個中0個のアンチウィルスエンジンで検出 :2025/11/02 v1.34.0](https://www.virustotal.com/gui/file/8d8cdb96624cdf83da439297b762e5ae2595486d799142ad8457cfd8071bddf3/detection)
359-
- Linux版: [62個中0個のアンチウィルスエンジンで検出 :2025/11/02 v1.34.0](https://www.virustotal.com/gui/file/23315c375d2badf83a31c84dfb986fc9addb250d69bb68b33d36780f0e39e2ff/detection)
361+
- Windows版: [72個中2個のアンチウィルスエンジンで検出 :2025/11/23 v1.35.0](https://www.virustotal.com/gui/file/0c8f0151ca9ce5b351f00841e4523ba526b3e989f09a867f25097688e5617205/detection)
362+
- Raspberry Pi版: [62個中0個のアンチウィルスエンジンで検出 :2025/11/23 v1.35.0](https://www.virustotal.com/gui/file/dff03e4818e882e379ecff35b7b9e38cc0e4396891e5a8c62378624e5010178a/detection)
363+
- Linux版: [61個中0個のアンチウィルスエンジンで検出 :2025/11/23 v1.35.0](https://www.virustotal.com/gui/file/1f7e6c47a81f6d3d86515bcc6bbbb813586b6e36575664706d54f72e288fab12/detection)
360364

361-
<img src="doc/images/virustotal_1.34.0.png" width="600">
365+
<img src="doc/images/virustotal_1.35.0.png" width="600">
362366

363367
### ⚡ ご利用について
364368

@@ -494,10 +498,16 @@ VirusTotalでのチェック結果はこちらなのだ。
494498

495499
## 💎 バージョン履歴
496500

497-
### 1.35.0 (2025/11/xx)
501+
### 1.35.0 (2025/11/23)
498502

499503
- キャラ設定の削除機能を追加
500504
- 送信画像のサイズ調整機能を追加または調整
505+
- AI応答メッセージ表示ロジックの改善
506+
- Fix: GTP-5 Codex系のモデルを使用した際にレスポンスを処理できない問題を修正
507+
- Fix: タイムアウト時などにメッセージを再送した際、ユーザーの発言が重複して残ってしまう問題を修正
508+
- Fix: カスタムCSSが有効なとき、background_imageが設定されていないとエラーになる問題を修正
509+
- Fix: A.I.VOICEの起動制御を修正
510+
- Doc: 対応環境からPython 3.13を外した(将来的に修正予定)
501511

502512
### 1.34.0 (2025/11/02)
503513

doc/images/virustotal_1.35.0.png

113 KB
Loading

0 commit comments

Comments
 (0)