Releases: sandreas/graft
Releases · sandreas/graft
v0.2.1
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
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