更新版本
This commit is contained in:
@ -86,7 +86,8 @@
|
||||
- 自动构建增加upx压缩
|
||||
|
||||
|
||||
## [2.9.21] - 2025.9.7
|
||||
## [2.10.22] - 2025.9.7
|
||||
### Fixed :bug:
|
||||
- 当未指定输入文件时使用`-a`参数仍然可以打开输出目录
|
||||
- 更换终端彩色库以支持Windows默认不启用ANSI转义序列的终端
|
||||
- 更改颜色控制为设置环境变量
|
||||
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -990,7 +990,7 @@ checksum = "07dcca13d1740c0a665f77104803360da0bdb3323ecce2e93fa2c959a6d52806"
|
||||
|
||||
[[package]]
|
||||
name = "ncmmiao"
|
||||
version = "2.9.20"
|
||||
version = "2.10.22"
|
||||
dependencies = [
|
||||
"aes",
|
||||
"audiotags",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "ncmmiao"
|
||||
version = "2.9.20"
|
||||
version = "2.10.22"
|
||||
edition = "2021"
|
||||
authors = ["Lkhsss <lkhsss1019@gmail.com>"]
|
||||
description = "A magic tool convert ncm to flac"
|
||||
|
||||
Reference in New Issue
Block a user