Releases: rhysd/git-brws
Releases · rhysd/git-brws
0.11.1
0.11.0
- 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
--blameor-Boption. Not only file path, with line such as/path#L123and with range such as/path#L1-2are supported. This feature is available for all services; GitHub, GitHub:Enterprise, GitLab and bitbucket. #11 - New:
$GIT_BRWS_BROWSE_COMMANDenvironment 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
0.10.1
- New: Argument now accepts project's tag page. GitHub, GitHub Enterprise, GitLab and Bitbucket are supported
- Fix:
$https_proxyand$GITHUB_TOKENwere not referred - Improve error messages when argument cannot be handled and Git command cannot run
0.10.0
- New:
--websiteoption which opens the repository's website- Homepage of the repository for GitHub or GitHub Enterprise, GitLab pages, Bitbucket Cloud
- New:
--reponow accepts only repository name. It opens the most popular repository searched with the repository name.- For example,
--repo reactopens https://github.com/facebook/react
- For example,
- Breaking:
--repono longer accepts remote name. Instead,--remote(or-R) is available. This is for avoiding confusing behavior that repo name is intended but remote name is accidentally matched. - Improve: Error handlings. Now invalid combination of options and arguments are reported as an error
- Many refactorings to clean up internal structure
This is a demo that -w -r react can open https://reactjs.org:
0.9.2
0.9.1
0.9.0
A happy new year!!
- Add issue support by
#{number}argument. For example,-r rhysd/git-brws '#8'opens this issue. This is useful when you see issue number in source file and want to open it directly. - Fix path separator is wrong on Windows when specifying file path in repository
- Add manpage
git-brws.1for supportinggit brws --helpandman git-brws - Add Homebrew formula. This is recommended way for installation on macOS since it automatically setup
git-brws.1and is easy to update. - Improve check when a directory is specified with line number
- Refactor remaining old error handlings
0.8.1
0.8.0
- New: Add Windows support (both 64bit and 32bit). Please find release binaries from release page
- New: Support
A...Bto see page for diff betweenBand merge base commit for branchA - Fix:
A..Bdid not open correct page. Now it opens..URL. Note that..page is only supported by GitHub or GitHub Enterprise - Fix: File path argument such as
../foo.txt,foo/..,..were wrongly treated as diff - New: CI on Windows using Appveyor
