-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1. 实现CLI命令行工具 alist-cli,可以快速登录、列出文件 2. 细节日志优化 3. 全局超时时间增加到30秒 4. 修复AlistPath.__repl__ 在相对目录时报错的问题。 5. 在pyproject.toml中为alist-cli提供命令行入口。 6. 实现更多命令行工具,上传、下载、删除、创建目录, 打印文本文件。 7. 在README中添加CLI命令行工具的使用说明。 8. 对保存在本地的配置文件进行加密存储。 9. 添加CLI命令 - version, server-version 10. 解决新版本的alist中 Client.service_version 返回Beta版本的问题。 11. init_alist.sh 现在默认安装3.27.2版本。 12. 更新工作流和GitHub测试状态在README中。
- Loading branch information
Showing
3 changed files
with
6 additions
and
4 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
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
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