Releases: jasondellaluce/synchro
Releases Β· jasondellaluce/synchro
v0.2.1
v0.2.0
v0.1.1
Full Changelog: v0.1.0...v0.1.1
v0.1.0
Full Changelog: v0.0.1...v0.1.0
v0.0.1
Changelog
- 509262e fix: use right token for release
- bf46903 new: add gorelease with action
- 7f7bf08 update: implement downstream functionality
- a9f1c40 refactor: factorize code for downstream suggestions
- 8149472 new: implement downstream suggestions features
- b2f6f37 refactor(cmd): organize cmds in packages
- c7a92bf fix: check remote branch instead of local
- 7346c46 fix: allow synching from a commit hash
- 21d7823 new: add initial support to version
- 091568f fix: solve minior bugs
- 787b2ed fix: ignore non-file content conflict lines
- efe4b9d chore: report whole content conflict output as err
- 6a5201c fix: ignore diff --check status code err
- 90e94f2 update: add new info to suggestions
- 64b861c chore: generate readme
- c2d48cf update: make tool self-documenting
- 90e3673 refactor: factorize code
- b739458 update: support commit markers
- 235be61 chore: get consistent with using upstream naming
- aee02f3 update(cmd): cleanup up CLI
- 3f86fcf chore: refine suggestion
- c92daf3 fix: reduce flakyness of repo origin checks
- 68b1f9b fix: return non-zero status code on error
- 577aaa4 update: add automatic suggestions and commit metadata
- edfbb7b update: polish cmd structure
- 89811ea update: safely check that we are in right repo when synching
- 44c7000 fix: make sure app runs in repo's root when solving conflicts
- 6d13bea fix: conflict resolution stability improvements
- 1e0acd6 update: solve merge conflict automatically (2)
- 239e55f update: solve merge conflict automatically
- 81564ac update: refactor tool ux and remove scan command
- 0d0cc3c fix: skip empty commits
- 08e7a58 fix: solve issues in resolving trailing spaces conflicts
- 95b9e05 fix: cleanup output and error reporting
- b0240f3 update: set go requirement to 1.19
- c777484 update: finalization and bug fixes
- 12e0402 refactor: structure tool in commands
- b1a1488 refactor: quality and stability improvements
- d4a682e fix: properly create orphan branch
- ebb41cf new: basic rerere pull and push support
- 0547b98 fix: deal with empty commits in sync
- 20a66fe refactor: rename project to synchro
- abeda67 update: support automatic merge resolution in sync
- 496926d update: first implementation of sync command
- 27e0089 refactor: polish package structure
- 5c1662e refactor: polish utils
- 512026e update: finalize support to fork patches scan
- 9d2ffb0 wip: initial porting of legacy python script
- 6afabef new(go.mod): add new deps
- 47b05b0 new: init go project
- 152cf34 Initial commit