Skip to content

Releases: sandreas/graft

v0.2.1

13 Oct 08:09
Compare
Choose a tag to compare

Changelog

950a961 Workaround for windows, os.MkdirAll not accepting \?\ paths
8e9ebb5 Prepared release 0.2.1
27e5366 Changed ip resolving in receive command (II)
3b157e3 Changed ip resolving in receive command
1d392dc Updated readme, possible fix for receive on linux systems
13ab138 Fix: parse max-size parameter correctly Workaround: MkdirAll fails with absolute paths on windows, so use Mkdir
2a6f61c Fixed missing information in readme (4)
3fc5790 Fixed missing information in readme (3)
008e683 Fixed missing information in readme (2)
da6096d Fixed missing information in readme
17f3516 Fixed typos in readme.md


Automated with GoReleaser
Built with go version go1.9 darwin/amd64

v0.2.0

23 Sep 07:08
Compare
Choose a tag to compare

Changelog

New

  • use subcommands find, delete, copy, move, serve and receive (e.g. graft find '*.txt')
  • serve files via sftp (e.g. graft serve '*.jpg')
  • receive files from a graft server via mdns (e.g. graft receive)
  • new filter options (e.g. --max-size=5M)

Changed / updated

  • Improved detection of resumable files
  • provide binary release for all platforms
  • restructured release management to goreleaser
  • updated documentation and notes

0.1

06 Mar 21:59
Compare
Choose a tag to compare
0.1

graft version 0.1 is the initial release. Following features are supported:

  • search directories
  • copy and move files
  • filter age of files and directories
  • exporting and importing lists
  • use glob-patterns or full regular expressions