Skip to content

0.11.0

Choose a tag to compare

@rhysd rhysd released this 29 Apr 12:47
  • Change: Open 'Create Pull Request' page when pull request is not created yet for the branch. Previous behavior caused an error in the case.
  • New: Support 'Blame' page for file path with --blame or -B option. Not only file path, with line such as /path#L123 and with range such as /path#L1-2 are supported. This feature is available for all services; GitHub, GitHub:Enterprise, GitLab and bitbucket. #11
  • New: $GIT_BRWS_BROWSE_COMMAND environment variable was introduced to customize how to open the URL. The command specified with the environment variable is invoked with URL as the first argument for opening the URL.
  • Fix: When opening file path, fallback into branch name instead of commit hash if the latest commit is not contained in remote branch. Since the commit page where the commit is not contained in remote is 404. #12