cnbeining / onedrivecmd

A command line client for Onedrive.
https://www.cnbeining.com/
GNU Affero General Public License v3.0
378 stars 78 forks source link

V0.1.8: Recursive 'get'; lots of bugs fixed. #49

Closed DictXiong closed 5 years ago

DictXiong commented 5 years ago

新版本 0.1.8, 改动:

  1. 添加了 downloader.py 文件. getget -hack 现在能够下载目录了; 也和 put 一样加入了更多提示.
  2. 修复了一个 bug, 这个 bug 曾导致 get 无法指定下载目的位置.
  3. 修复了一个 bug, 这个 bug 曾导致 get 无法下载小文件.
  4. 修复了一个 bug, 这个 bug 曾导致 delete 无法正常工作.
  5. 修复了一个 bug, 这个 bug 曾导致 list -recursive 无法正常工作.
  6. 添加了 helper_print.py 文件, 主要是各种提示信息打印函数.
  7. 修复了一个 bug, 这个 bug 曾导致 put 无法上传空文件.
  8. 修复了一个 bug, 这个 bug 曾导致 execute_cmd() 无法在 python3 中运行 (影响 get -hack).
  9. 修复了在涉及根目录 (/od:/)时可能出现的部分错误.

总的来说, 这个版本中的上传和下载功能基本完善, 可以用于长时间挂机了.