-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
9 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package core | ||
|
||
// 版本号 | ||
const APP_VERSION string = "v0.0.2" | ||
const APP_VERSION string = "v0.0.3" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,12 @@ | ||
# 版本跟新日志 | ||
|
||
- 202408025:v0.0.2 | ||
- 2024-8-21: v0.0.1 | ||
- 实现MediaWarp基本功能 | ||
- 202408025: v0.0.2 | ||
- 增加返回自定义静态资源功能 | ||
- 优化播放直链视频302重定向逻辑 | ||
- 增加自定义客户端过滤功能 | ||
- 2024-8-21:v0.0.1 | ||
- 实现MediaWarp基本功能 | ||
- 20240914: v0.0.3 | ||
- 实现AlistStrm重定向 | ||
- 适配EmbyServer4.9视频播放逻辑 | ||
- 嵌入实用功能(外部播放器、弹幕、美化等) | ||
- 支持WebSocket |