Skip to content

v0.1.0 - First release

Compare
Choose a tag to compare
@xNaCly xNaCly released this 20 Jan 13:46
· 11 commits to master since this release

🚀 Enhancements

  • Project structure init (2206301)
  • Implement loading and parsing config file (a19f0a2)
  • Better error handling and feedback for the user (689bcf8)
  • util: Add more config options (fe52d30)
  • sync: GitPush, GitAdd (61345f5)
  • Implement GitCommit (e128128)
  • Add check if git executable exists (e216f7f)
  • --dev argument to enable better debugging (e53f9f5)
  • Add debug logging & fix several bugs (968eb9e)
  • Add 'PullOnStart' config option (579276f)

🩹 Fixes

  • Time format and commit command in Config (f86889b)
  • sync: Commit title and body separation
    • sync.generateCommitContent was missing a '\n' to separate the commit title from its body, git only displays the title correctly if its separated from its body by two '\n' not one '\n' as before (bb1c149)
  • sync: Escaped utf-8 in commit body (853e551)

💅 Refactors

🏡 Chore

  • Renamed module main to gas (ef9fc3f)

❤️ Contributors

  • Xnacly