Skip to content

Commit

Permalink
0.36.15:
Browse files Browse the repository at this point in the history
    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
lee-cq committed Sep 16, 2024
1 parent cefa895 commit 0e14ae9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
fail-fast: false

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
id-token: write

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Set up Python 3.11
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.11"

Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Alist Sdk

[![Alist SDK - Test](https://github.com/lee-cq/alist-sdk/actions/workflows/CI.yaml/badge.svg)](https://github.com/lee-cq/alist-sdk/actions/workflows/CI.yaml)

Alist API 简单封装

## [Alist API 文档](https://alist.nn.ci/zh/guide/api/)
Expand Down

0 comments on commit 0e14ae9

Please sign in to comment.