- Dramatically reduce memory usage (#26, thanks to @mmv, @wesyq).
- Replace
-crlf
by-text
.gitattributes (#25, thanks to @leth). - JFrog Artifactory git-lfs compatibility (#23, thanks to @dbiner, @SeaOfCowards).
- Fix non-suffix pattern matching (#20, thanks to @wesyq).
- Allow load globs from file (#19, thanks to @leth).
- Don't convert zero length file to a pointer file (#21, thanks to @kna).
- Fix object size being 0 when retrying request (#14, #16, thanks to @robinst).
- Set User-Agent header for HTTP requests (#15, thanks to @robinst).
- Add --no-check-certificate flag #10.
- Support an arbitrary glob, not just a suffix (#8, #9).
- Add --check-lfs flag for troubleshooting.
- Add check LFS server on startup.
- Add more verbose HTTP error messages.
- Fix bash code formatting in README.md (thanks to @brad).
- Use git-lfs batch API for uploading files.
- Update git-lfs-java to 0.6.0.
- Update git-lfs-java to 0.5.0 (fix #4: multithread uploading).
- Update git-lfs-java to 0.4.0.
- Add git url support.
- Fix some errors github-uploading errors.
- Add HTTP redirect support.
- Don't save locallty files when --lfs flag used.
- Add cache for already uploaded files hash.
- Don't convert pointers for already uploaded LFS files.
- Fix ignoring executable files bug.
- Trying to fulfill each HTTP request 3 times before the error.
- Fix gradle wrapper.
- Add ending slash to URL if not exists.
- Performance improvement (upload files to LFS server in multiple threads).
- Add tag support.
- Fix pointer format (end empty newline from end of pointer file).
- First release.