Skip to content

Commit

Permalink
release: 更新版本号至1.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
imshuai committed Jan 3, 2025
1 parent 14cf969 commit 8f48a26
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Auto generate .strm file for EMBY or Jellyfin server use Alist API

## 最近更新
- 2025-01-03 v1.2.5增加同时下载额外文件功能,例如:.jpg、.nfo、.srt、.ass等, 在配置文件中使用`alt-exts`配置一个字符串数组,例如:`[".jpg",".nfo",".srt",".ass"]`
- 2025-01-03 v1.2.7修复在下载文件时,如果目标文件夹不存在报错的问题
## Usage 使用方法
```
D:\AlistAutoStrm\bin>ass_windows_amd64.exe --help
Expand All @@ -14,7 +15,7 @@ USAGE:
AlistAutoStrm [global options] command [command options]
VERSION:
1.2.5
1.2.7
DESCRIPTION:
Auto generate .strm file for EMBY or Jellyfin server use Alist API
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import (
const (
NAME = "AlistAutoStrm"
DESCRIPTION = "Auto generate .strm file for EMBY or Jellyfin server use Alist API"
VERSION = "1.2.5"
VERSION = "1.2.7"
)

var (
Expand Down

0 comments on commit 8f48a26

Please sign in to comment.