Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "2.2.3"
".": "2.2.4"
}
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@

> 说明:以下历史条目中提及的 `AGENTS.md` 为**本地维护、不随仓库分发**的资产(`.gitignore` 已忽略);条目仅为变更发生时的历史记录,clone 读者无需在仓库中查找该文件。

## [2.2.4](https://github.com/ReSerendipity/TTS_MultiModel/compare/v2.2.3...v2.2.4) (2026-09-22)


### Bug Fixes

* **ci:** 性能门禁不再拿噪声当信号(issue [#118](https://github.com/ReSerendipity/TTS_MultiModel/issues/118)) ([3f2663e](https://github.com/ReSerendipity/TTS_MultiModel/commit/3f2663ea2dfae14b436418e7f56cc7fa31031ae5))
* **ci:** 性能门禁不再拿噪声当信号(issue [#118](https://github.com/ReSerendipity/TTS_MultiModel/issues/118)) ([732ac0f](https://github.com/ReSerendipity/TTS_MultiModel/commit/732ac0f5d31dbea613ec019fbcb5f7c3d8308662))
* **release:** config.yaml 从 RP 的 extra-files 摘掉,并给每条自动位加"真能命中"的闸 ([33769b5](https://github.com/ReSerendipity/TTS_MultiModel/commit/33769b596b0e2aa468e7202abc78ae0efa0a4c8a))
* **release:** config.yaml 从 RP 的 extra-files 摘掉,并给每条自动位加"真能命中"的闸 ([022baf7](https://github.com/ReSerendipity/TTS_MultiModel/commit/022baf7d3ae33fc36866efceb27c5715bf844f10))
* 引擎直切 503([#84](https://github.com/ReSerendipity/TTS_MultiModel/issues/84))与 onclick 属性 XSS([#99](https://github.com/ReSerendipity/TTS_MultiModel/issues/99)) ([777bfe1](https://github.com/ReSerendipity/TTS_MultiModel/commit/777bfe17e07d8e93dd017b95d877128071d82c4d))


### Documentation

* **release:** release PR 上没有 CI 检查这件事必须写下来(并纠正我在 [#123](https://github.com/ReSerendipity/TTS_MultiModel/issues/123) 里的假设) ([2fb782b](https://github.com/ReSerendipity/TTS_MultiModel/commit/2fb782b6c829272c5540ed669ce6cc0a3579ff23))
* **release:** 写清"release PR 上看不到 CI"这件事,以及它对手工同步位的后果 ([8b93442](https://github.com/ReSerendipity/TTS_MultiModel/commit/8b93442e670e5df9fe5e208704806b34155eb169))
* **security:** §7b 复算结果落成账(复算不等于能覆盖真锁)+ 排障产物 ignore ([0e6898d](https://github.com/ReSerendipity/TTS_MultiModel/commit/0e6898db20b827277e18834e5dad5cc91ef1846f))
* **security:** 把 §7b 的复算结果落成账(①②③ 已跑完,只差 ④ 真装) ([d68deed](https://github.com/ReSerendipity/TTS_MultiModel/commit/d68deed81417910c0384dda2e85654d89834ae48))

## [Unreleased]

## [2.2.3] - 2026-09-22
Expand Down
2 changes: 1 addition & 1 deletion desktop/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tts-multimodel-desktop",
"version": "2.2.3",
"version": "2.2.4",
"private": true,
"description": "TTS MultiModel 桌面应用壳",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion desktop/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tts-multimodel-desktop"
version = "2.2.3"
version = "2.2.4"
description = "TTS MultiModel 桌面应用壳"
authors = ["TTSMultiModel"]
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion desktop/src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "TTSMultiModel",
"version": "2.2.3",
"version": "2.2.4",
"identifier": "com.ttsmultimodel.desktop",
"build": {
"beforeDevCommand": "",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "tts-multimodel"
version = "2.2.3"
version = "2.2.4"
description = "TTS MultiModel - Multi-engine Text-to-Speech platform with voice cloning, voice design, and LoRA fine-tuning"
readme = "README.md"
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.2.3",
"version": "2.2.4",
"release_date": "2026-09-22",
"minimum_shell_version": "2.2.2",
"changelog": "2.2.3:修复随包分发缺口 —— wheel 此前没打进完整性自检清单三件套(清单/签名/公钥),而 enforce 默认开启,导致 pip 安装出来的环境里 P0 完整性保护一条都没执行却写着在强制运行;现在三件随包走,且 enforce 开着而清单缺失会拒绝启动。另含 2.2.2 的发布前置回归(干净环境缺 einops/addict、镜像 apt 索引就绪守卫、CSRF 硬失败与 0600、IndexTTS 预热并发崩溃修复)。资产为 wheel + sdist + SHA256SUMS;不含 26 GB 便携分卷与增量包。"
Expand Down