Skip to content

Releases: ejoffe/spr

v0.9.2

17 Aug 08:58
Compare
Choose a tag to compare

Changelog

  • e6a2e23 Adds support for tracking multiple remote branches
  • ed8a69e Disambiguate from getcord/spr which brew installs
  • 08062a5 Fix PreserveTitleAndBody bug
  • 51f9f7d Fix critical bug introduced with #206
  • e7d2462 Remove need for commit-msg hook
  • 565965f Update Apt install to work with file permissions
  • 0d0cc0d readme update : from source using goreleaser
  • 72d297b switch graphql client to use fezzik

v0.9.1

25 Jul 01:20
Compare
Choose a tag to compare

Changelog

  • dd06c0a Adds support for tracking multiple remote branches
  • 51f9f7d Fix critical bug introduced with #206
  • 72d297b switch graphql client to use fezzik

v0.9.0

04 Jun 06:58
Compare
Choose a tag to compare

Changelog

  • e643a79 Add 'PreserveTitleAndBody' configuration
  • 2f409a5 Add --count flag to spr update command
  • 9cfba23 Add -update / -u flag : runs spr update after amend
  • 21fb142 Add back newlines
  • e5234bd Fix typo and lint
  • 4894734 Remove code left over from pre-formatting message
  • d454c59 Replace merge --upto flag with more intuitive --count flag
  • ef4add6 Update readme with merge method
  • 5a9c693 amend: replace [] with ()

v0.8.5

31 Mar 01:28
Compare
Choose a tag to compare

Changelog

  • 7e024f7 Add debug logging to parseLocalCommitStack
  • 54e57eb Add logs to stargazer code
  • 749b443 Fix git amend to use configured upstream
  • a8d0e08 Fix hook installation when in a git worktree
  • c05fcaf Fix unit test expectations
  • 96cce78 Move star logic after cli init
  • 4ad55c0 Tolerate git config color settings
  • 15b7c94 avoid multiple "GetAssignableUsers" calls when pushing a new stack
  • 16d206b delete make release from Makefile
  • 0b77af6 github: use a more common left-arrow for PR descriptions

v0.8.4

30 Mar 22:06
Compare
Choose a tag to compare

Changelog

  • 7e024f7 Add debug logging to parseLocalCommitStack
  • 9197586 Add logs to stargazer code
  • 749b443 Fix git amend to use configured upstream
  • a8d0e08 Fix hook installation when in a git worktree
  • c05fcaf Fix unit test expectations
  • 4ad55c0 Tolerate git config color settings
  • 15b7c94 avoid multiple "GetAssignableUsers" calls when pushing a new stack
  • 16d206b delete make release from Makefile
  • 0b77af6 github: use a more common left-arrow for PR descriptions

v0.8.3

16 Mar 04:39
Compare
Choose a tag to compare

Changelog

  • 5fa7971 Add debug logging to parseLocalCommitStack
  • a8d0e08 Fix hook installation when in a git worktree
  • c05fcaf Fix unit test expectations
  • 4ad55c0 Tolerate git config color settings
  • 15b7c94 avoid multiple "GetAssignableUsers" calls when pushing a new stack
  • 16d206b delete make release from Makefile
  • 0b77af6 github: use a more common left-arrow for PR descriptions

v0.8.2

23 Feb 16:59
Compare
Choose a tag to compare

Changelog

  • 8b4f671 Fix readme typo
  • afc9dc7 Fix status length calc bug with new status emojis
  • b513d62 Update / fix readme
  • ee95de7 add -r flag for to update command to add reviewers to new PRs
  • 4fa1d71 config: add configuration for PR merge method
  • 8ed6d1c github: apply rebaseMerge config in MergePullRequest implementation

v0.8.1

23 Jan 17:33
Compare
Choose a tag to compare

Changelog

  • 68fd765 Add ref as reference keyword
  • bedc23c Add merge --upto to only merge part of the stack
  • 108fb5d Add support for creating draft PRs.
  • 78d0aea Add unit tests for current PR description formatting.
  • 3325223 Don't log initial git calls before config is setup
  • aa6c330 Enable emoji status bits via user config
  • 464cc51 Support dots in branch name
  • 1606b8f Update PR description formatting.
  • 36ec360 Use -c core.editor git flag instead of EDITOR environment variable
  • b70dd82 Use emojis for "spr status" output

v0.8.0

22 Dec 01:24
Compare
Choose a tag to compare

Changelog

  • 9734851 Do not panic on runtime errors
  • 53c3b3e Include https:// in PR link
  • 3f2bf32 Manual merge notice
  • 6f2185a Mark current position in stack
  • a163fea Only update run count when user is not already a stargazer
  • 16373aa README.md: document how to install from source
  • 4e24da4 Reformat PR comment messages
  • 76a731f Support the "gh" CLI tool in addition to "hub"
  • af1225c Support ~/.config/hub to acquire token
  • 6ef3e53 Wrap commit body in code area in PR message

v0.7.16

06 Dec 18:34
Compare
Choose a tag to compare

Changelog

  • 9a0e69a Add a rendered list of the full stack to PR descriptions
  • cf48807 Add warning when running spr on remote pr branches
  • b7d34c8 Update unit tests for rendered list feature
  • 0b38aa3 config : enable logs by default
  • 43cc143 don't panic for stash and rebase git errors
  • 926b9a6 readme : fix build badge