chore(release): 2.4.0

- 版本号 2.3.4 → 2.4.0(tauri.conf.json / README)
- CHANGELOG 补充 2.4.0、回填 2.3.4

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
huangjianwu
2026-06-07 02:05:30 +08:00
parent fd18aa2955
commit e41a3e27eb
3 changed files with 23 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
{
"$schema": "../node_modules/@tauri-apps/cli/config.schema.json",
"productName": "BiliNote",
"version": "2.3.4",
"version": "2.4.0",
"identifier": "com.jefferyhuang.bilinote",
"build": {
"frontendDist": "../dist",

View File

@@ -2,6 +2,27 @@
本项目所有重要变更记录于此。格式参考 [Keep a Changelog](https://keepachangelog.com/zh-CN/1.1.0/),遵循 [语义化版本](https://semver.org/lang/zh-CN/)。
## [2.4.0] - 2026-06-07
### Added
- **可配置 Whisper 模型**:转写设置支持自定义 Whisper 模型与名称映射,可指定自定义 HuggingFace repo 或本地路径(新增 `backend/app/transcriber/whisper_models.py` + 测试),转写设置页可选择 / 配置模型。
- **关注公众号获取交流群**:关于页群二维码改为公众号二维码,关注公众号后回复「交流群」即可获取最新群二维码,避免群码过期失效。
### Fixed
- **浏览器扩展**修复标题显示异常优化脑图Markmap导出。
### Docs
- **GPU/CUDA 部署**README 补全 GPU/CUDA 部署说明。
## [2.3.4] - 2026-05-27
### Added
- **一对一搭建服务二维码**新增「BiliNote AI 笔记系统一对一搭建服务」二维码README + 关于页),扫码加微信、备注「搭建服务」即可咨询。
## [2.3.3] - 2026-05-22
### Fixed

View File

@@ -3,7 +3,7 @@
<p align="center">
<img src="./doc/icon.svg" alt="BiliNote Banner" width="50" height="50" />
</p>
<h1 align="center" > BiliNote v2.3.4</h1>
<h1 align="center" > BiliNote v2.4.0</h1>
</div>
<p align="center"><i>AI 视频笔记生成工具 让 AI 为你的视频做笔记</i></p>