Skip to content

Latest commit

 

History

History
133 lines (125 loc) · 6.28 KB

CHANGELOG.md

File metadata and controls

133 lines (125 loc) · 6.28 KB

Changelog

hit-on uses PVP Versioning. The changelog is available on GitHub.

Unreleased: 1.0.0.0

  • #150: Add --include-untracked option to hit stash command. (by @mstruebing).
  • #65: Add --issue option to hit new command to create issue. (by @bangn).
  • #127: Assign user to issue on hit new --issue command. (by @chshersh).
  • #15: When the new branch for the issue is created, add the user as an assignee to this issue. (by @vrom911).
  • #125: Move to the newer relude-0.6.0.0. (by @vrom911).
  • #133: Move to GHC-8.8.2.
  • Use colourista for terminal output formatting.
  • #151: Print the issue link with hit new NUM and hit new --issue commands.
  • #149: Improve the hit status command to show shorter status signs on big files.
  • #156: Strip [RFC] prefix from issues in branch names and commit messages.
  • #152: Filter out PRs from the list of all issues in the hit issue command.
  • #154: Add --date=now to the amend command.
  • #157: Add milestone related options to the hit issue command:
    • -m|--current-milestone — filter out issues in the current milestone.
    • --milestone=ID — filter out issues in the given milestone.
  • #148: Ignore dots (.) in the branch names to avoid git failures.
  • #155: Notify on an empty list of the issues.
  • #177: Add hit milestones command to show all open milestones.
  • #153: Add hit pr command to commit and create pull request at once.
  • #160: Add hit rename command to rename current local and remote branch.
  • #116: Add --me option to the hit new command. If there is one issues assign to you it will act like the hit new ASSIGNED_ISSUE_NUM command. If there is more that one assigned issue it will print them all and do n othing more.
  • #182: Add labels from the issue in the hit pr command.
  • #165: Add hit fork command.
  • #159: Add hit wip command.
  • #136: Add --force flag to the hit sync command.
  • #135: Implement hit stash diff, hit stash list, hit stash clear commands. Add --name option to hit stash for named stashes.
  • #109: Do not fail on hit fresh when unsuccessful rebasing.
  • #178: Add ability to add newly created issues to the specified milestone with the -m|--current-milestone or --milestone ID during the hit new command.
  • #201: Do not assume the main branch of the repo. Take in from the git command instead.
  • #194: Add hit tag command with --delete option.

0.1.0.0 — Aug 3, 2019

  • #85: Make hit commit command take the commit name from the corresponding issue name, if it is currently applicable (the branch name has the info about issue number) (by @vrom911).
  • #63, #79, #86: Implement hit status command with pretty output (by @chshersh).
  • #72: Allow hit new command to receive branch names as long as issue numbers (by @vrom911).
  • #89: Add -p|push and -f|force flags to hit commit command (by @vrom911).
  • #81: Implement hit diff command with pretty diff (by @chshersh).
  • #67: Implement hit stash and hit unstash commands (by @chshersh).
  • #77: Implement hit clear command (by @chshersh).
  • #82: Add --force flag to hit fix command (by @vrom911).
  • #80: Add hit uncommit command (by @vrom911).
  • #69: Write autocompletion instructions (by @chshersh).
  • #49: Configure OSX releases on Travis CI (by @chshersh).
  • #96: Add table of all commands to README (by @vrom911).
  • #35: Write unit tests for URL parsing functions (by @kahlil29).
  • Bump up to GHC 8.6.5 (by @chshersh).
  • Bump up to relude-0.5.0 (by @chshersh).

0.0.0

  • Initially created.