Skip to content

Commit

Permalink
MediaWarp v0.0.4
Browse files Browse the repository at this point in the history
- 优化mediaSourceID处理逻辑
  - 使用httputil.ReverseProxy处理HTTP和WebSocket请求
  - 设置浏览器referer策略,跳转时减少服务器站点泄露
  - 使用正则表达式进行路由匹配
  - 定义缓存接口、实现内存缓存逻辑
  - 修改项目结构
  - 用户自定义资源设为Custom、从config中读取需要额外添加的HEAD
  - 日志允许设置是否输出到终端或文件
  - 日志根据日期分割
  • Loading branch information
Akimio521 committed Sep 30, 2024
1 parent ac8ef09 commit a81e8b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/config/version.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package config

// 版本号
const APP_VERSION string = "v0.0.3"
const APP_VERSION string = "v0.0.4"

0 comments on commit a81e8b5

Please sign in to comment.