Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 1.08 KB

CHANGELOG.md

File metadata and controls

36 lines (28 loc) · 1.08 KB

Changelog

1.4.0.dev4

  • Preparation for new development cycle.

1.3.0

Peter van der Does

  • Modify for Python3 usage
  • Implement full use of wildmatch pattern for .gitftpignore. Previously the pattern you could use for .gitftpignore was not fully compatible with the wildmatch pattern, used by gitignore. For example you could not use negate.
  • Using gitflow branches with non default prefix does not work.

1.2.0

  • Update from upstream

1.1.0

Peter van der Does

  • Handle execution in a non git repository.
  • Merge with git-ftp repository from Niklas Fiekas
    Introduces several improvements over the original repository. Including the ability for excluding certain files from uploading.

umeku

  • Handle executing on a non-configured branch.
  • Allow git-rev.txt to have a newline after hash.

1.0.0

  • Introduce wildcard sections

0.0.0

  • Original fork.