v0.1.4
- "revup amend" now lists the most recent topics for you
- "revup commit" is a wrapper that can replace "git commit" and has the same benefit as above
- better windows support
What's Changed
- Use --atomic with git push by @jerry-skydio in #50
- Add better error handling for github responses by @jerry-skydio in #51
- Add a command revup commit by @malcolm-leclair-skydio in #52
- amend --insert inserts after given commit by @jerry-skydio in #54
- Add revup topics bewteen HEAD and relative branch to revup commit string comment by @malcolm-leclair-skydio in #53
- upload: Clean up error messages from pre-upload scripts by @brian-kubisiak-skydio in #55
- Add fork-point command to toolkit by @jerry-skydio in #56
- Run CI on all branches by @jerry-skydio in #61
- Remove exceptions for no commits/topics found by @jerry-skydio in #57
- Make populate_topics repeatable by @jerry-skydio in #58
- Shortcut base branch detection if only one possible branch by @jerry-skydio in #59
- Reverse order of topics in amend by @jerry-skydio in #60
- toolkit: Add closest-branch command by @jerry-skydio in #62
- git: Remove --binary from diff args by @jerry-skydio in #67
- shell: Fixes for windows by @jerry-skydio in #68
- shell: use shutil.copy rather than cp by @jerry-skydio in #71
- Fix windows date issue by @jerry-skydio in #70
- shell: Don't check permissions on window by @jerry-skydio in #69
New Contributors
- @malcolm-leclair-skydio made their first contribution in #52
Full Changelog: v0.1.3...v0.1.4