Skip to content

Releases: xNaCly/x-git-sync

v0.2.0

23 Jan 08:43
Compare
Choose a tag to compare

v0.1.0...master

🚀 Enhancements

  • sync: Add check if dir is a git repo (4b1d1e8)

💅 Refactors

❤️ Contributors

  • xnacly

Full Changelog: v0.1.0...v0.2.0

v0.1.0 - First release

20 Jan 13:46
Compare
Choose a tag to compare

🚀 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