Skip to content
This repository has been archived by the owner on Jan 14, 2023. It is now read-only.

Releases: jieggii/puffy

v2.0.1

17 Dec 10:55
Compare
Choose a tag to compare

puffy v2.0.1 changelog

  • Small code fixes
  • Create default config, using it as default instead of example config
  • Update Makefile install command: since now puffy binary is copied to /usr/bin, not moved

Full Changelog: v2.0.0...v2.0.1

v2.0.0

11 Dec 12:40
Compare
Choose a tag to compare

puffy v2.0.0 changelog

  • Refactoring
  • New CLI options:
    • --version - show puffy version
    • --config - path to the configuration file
  • Commands are executed using shell (/usr/bin/sh by default)
  • puffy sends appropriate response messages to GitHub server
  • New config fields:
    • workdir - directory to go to before executing command from $repo.exec
    • shell - shell to use when running command from $repo.exec
    • repo array was renamed to repos

v1.0.0

18 Nov 16:58
c32ca91
Compare
Choose a tag to compare
Update README.md