Skip to content

Commit 980964f

Browse files
authored
Merge pull request #70 from led-mirage/feature/v1.39.1
Feature/v1.39.1
2 parents 9af640f + ba47c4c commit 980964f

File tree

9 files changed

+17
-13
lines changed

9 files changed

+17
-13
lines changed

Readme.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ License:MIT License
364364
Homepage:https://github.com/mhammond/pywin32
365365
License:Python Software Foundation License (PSF)
366366

367-
### 🔖 Pillow 12.0.0
367+
### 🔖 Pillow 12.1.1
368368

369369
Homepage: https://github.com/python-pillow/Pillow
370370
License:MIT-CMU license

Readme.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ Windowsの場合は、Windowsの検索窓で「環境変数を編集」で検索
215215

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

218-
https://github.com/led-mirage/ZundaGPT2/releases/tag/v1.39.0
218+
https://github.com/led-mirage/ZundaGPT2/releases/tag/v1.39.1
219219

220220
#### 3. 実行
221221

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

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

366-
- Windows版: [71個中2個のアンチウィルスエンジンで検出 :2026/02/11 v1.39.0](https://www.virustotal.com/gui/file/b34ce9f8f8c65931763266ee063ad878d4c5fad7930c7a290f20f1f90e7c6163/detection)
367-
- Raspberry Pi版: [60個のアンチウィルスエンジンで検出なし :2026/02/11 v1.39.0](https://www.virustotal.com/gui/file/6ef6690144c7b49457cdb7286811102eb7e230e577b20c45d4604dbcfc14975b/detection)
368-
- Linux版: [59個のアンチウィルスエンジンで検出なし :2026/02/11 v1.39.0](https://www.virustotal.com/gui/file/6e4f5e4f3459ef52b1001a2c53a9e6eefcbfa85e8c116a6092462146a0b552a4/detection)
366+
- Windows版: [71個中2個のアンチウィルスエンジンで検出 :2026/02/15 v1.39.1](https://www.virustotal.com/gui/file/746e49f4ab79317a1ddc73aabf6048c017dca1ab26ae633d9893808e219b5f34/detection)
367+
- Raspberry Pi版: [60個のアンチウィルスエンジンで検出なし :2026/02/15 v1.39.1](https://www.virustotal.com/gui/file/922a0c0a17fb0395f6079a40f746056d0866e4bf73f52d27a2741f3639f68831/detection)
368+
- Linux版: [63個のアンチウィルスエンジンで検出なし :2026/02/15 v1.39.1](https://www.virustotal.com/gui/file/6c39ac7f637db2a41f12c6cdd975e6696062c69bba0fa95260f7ff7731f24ce3/detection)
369369

370-
<img src="doc/images/virustotal_1.39.0.png" width="600">
370+
<img src="doc/images/virustotal_1.39.1.png" width="600">
371371

372372
### ⚡ ご利用について
373373

@@ -449,7 +449,7 @@ VirusTotalでのチェック結果はこちらなのだ。
449449
ホームページ:https://github.com/mhammond/pywin32
450450
ライセンス:Python Software Foundation License (PSF)
451451

452-
### 🔖 Pillow 12.0.0
452+
### 🔖 Pillow 12.1.1
453453

454454
ホームページ: https://github.com/python-pillow/Pillow
455455
ライセンス: MIT-CMUライセンス
@@ -505,6 +505,10 @@ VirusTotalでのチェック結果はこちらなのだ。
505505

506506
バージョンアップの詳しい内容については [Zennの記事](https://zenn.dev/ledmirage/books/8ec854ef6b8e12) を見て欲しいのだ。
507507

508+
### 1.39.1 (2026/02/15)
509+
510+
- pillowのバージョンを12.1.1に更新(CVE-2026-25990対応)
511+
508512
### 1.39.0 (2026/02/11)
509513

510514
- チャット削除後のカレント位置を調整

app/const.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
# ライセンスの詳細については、このプロジェクトのLICENSEファイルを参照してください。
88

99
APP_NAME = "ZundaGPT2"
10-
APP_VERSION = "1.39.0"
10+
APP_VERSION = "1.39.1"
1111
COPYRIGHT = "© 2024-2026 led-mirage"

build_tools/app.manifest

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
22
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
3-
<assemblyIdentity type="win32" name="ZundaGPT2" version="1.39.0.0" processorArchitecture="*"/>
3+
<assemblyIdentity type="win32" name="ZundaGPT2" version="1.39.1.0" processorArchitecture="*"/>
44
<application xmlns="urn:schemas-microsoft-com:asm.v3">
55
<windowsSettings>
66
<dpiAwareness xmlns="http://schemas.microsoft.com/SMI/2016/WindowsSettings">PerMonitorV2, PerMonitor</dpiAwareness>

build_tools/version.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Version: 1.39.0.0
1+
Version: 1.39.1.0
22
CompanyName: led-mirage
33
FileDescription: AI chat client with voice synthesis for GPT, Claude, and Gemini
44
InternalName: ZundaGPT2

doc/images/virustotal_1.39.1.png

109 KB
Loading

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ langdetect==1.0.9
1010
pyperclip==1.9.0
1111
pydub==0.25.1
1212
pywin32==306
13-
pillow==12.0.0
13+
pillow==12.1.1
1414
pyinstaller_versionfile==3.0.1

requirements_linux.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ gtts==2.5.1
1616
langdetect==1.0.9
1717
pyperclip==1.9.0
1818
pydub==0.25.1
19-
pillow==12.0.0
19+
pillow==12.1.1

requirements_raspi.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ gtts==2.5.1
77
langdetect==1.0.9
88
pyperclip==1.9.0
99
pydub==0.25.1
10-
pillow==12.0.0
10+
pillow==12.1.1

0 commit comments

Comments
 (0)