We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1555c29 commit cdd459dCopy full SHA for cdd459d
2 files changed
CHANGELOG.md
@@ -2,6 +2,12 @@
2
3
All notable changes to this project will be documented in this file 🌱.
4
5
+## [1.0.3]
6
+### Changed
7
+- 优化推流链路,提高推流稳定性
8
+- 优化前端打包体积,减少渲染进程资源占用
9
+- 优化 ffmpeg 资源校验,提升 macOS 打包可靠性
10
+
11
## [1.0.2]
12
### Added
13
- 优化推流码率,提高预览清晰度
@@ -23,4 +29,4 @@ All notable changes to this project will be documented in this file 🌱.
23
29
24
30
## [1.0.0] - 2025-12-14
25
31
26
-- 初始版本发布
32
+- 初始版本发布
package.json
@@ -1,7 +1,7 @@
1
{
"name": "kessoku-the-broadcaster",
"private": true,
- "version": "1.0.2",
+ "version": "1.0.3",
"main": "dist/electron/main.js",
"author": {
"name": "algoUX",
0 commit comments