Releases: xNaCly/x-git-sync
Releases · xNaCly/x-git-sync
v0.2.0
v0.1.0 - First 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
- Remove genCommitTitle (d262b58)
- Split sync.GitCommit (9f9e13d)
- main: Remove log (a2fae61)
- sync: Logging, removed unused returns (6991273)
🏡 Chore
- Renamed module main to gas (ef9fc3f)
❤️ Contributors
- Xnacly