Skip to content

Releases: yousong/mypan

v1.0.0

13 Dec 14:29
Compare
Choose a tag to compare

Changelog

  • edce09b Add filemanager action support for rename,move,copy
  • 24fc4c9 Add version subcommand
  • afd6871 Adjust table output of list/listall command
  • 44313fc Allow operation on directories other than apps subdir
  • 204e752 README.md: show help and QR code for donation
  • d17011e README.md: update help cmd output
  • 73b8a5b client: FileMetaResponse: add local ctime/mtime fields
  • cc3f3e1 client: FileMetasByPath: allow get meta of base dir with ''
  • 899aca1 client: JSONIsAPIError: includes data for debugging
  • 091bc7c client: filemetas: fix type for "thumbs" field
  • 5cd64bd client: types: use map as type for thumbs field
  • 2593f7a client: upload: fix type assertion on stat
  • dbe9014 client: upload: set local ctime/mtime for multipart upload
  • 8aae5fe client: use existing method for doing http req
  • bb84f64 cmd: add walk subcmd
  • 4494092 cmd: down: add -fsid support
  • b98bf14 cmd: down: impl usage as in the text
  • f3f8ab9 cmd: down: skip setting dst cache on error
  • 6580202 cmd: handles custom errors other than those by urfave/cli
  • 0a83a99 cmd: list local ctime/mtime
  • 1170c39 cmd: non-zero exit code for situations like arg usage
  • d68083b cmd: parallel: join on check error
  • 1bf2f19 cmd: render: skip writing empty line
  • 2122338 cmd: sync: -p, --parallel N support
  • 828b387 cmd: sync: order solely by name
  • 330ae3d cmd: sync: reword error message
  • 6ede1ed cmd: syncdown: with progress
  • 0d87d60 initial commit
  • 7a429c9 parallel: add option
  • 89e9c53 pkg: store: FileCacheStore: add sync control
  • 50a293c pkg: util: add ParallelDo and MultiError
  • ae32ffe release: add goreleaser config
  • 74aa6f5 sync: check ctx done on each step
  • 384d52b sync: use head request to get content-md5
  • d519e1c sysdep: add support for darwin & windows
  • 16a562e treewide: add SPDX header