Releases: rhysd/git-brws
Releases · rhysd/git-brws
v0.11.12
v0.11.11
- New: Add
--current-branch
option (-c
in short option) to open current branch in browser. For example, whengit brws
openshttps://github.com/foo/bar
and current branch issome-branch
,git brws -c
openshttps://github.com/foo/bar/tree/some-branch
. - Fix: Handle invalid empty branch name at
-b
option correctly (#26) - Fix: URL is not correct when a directory path is given (#25)
- Improve: Update dependent crates
v0.11.10
v0.11.9
v0.11.8
v0.11.7
- Improve:
-C
is used instead of--git-dir
for executinggit
commands to avoid weird gitdir issue on Windows - Improve:
?expand=1
is added to 'Create pull request' page when opening a repository with--pr
and a pull request is not yet created. It opens a text form for pull request description automatically - Improve: Dependencies were updated
- Fix: Setting empty string to
$https_proxy
did not work - Dev: CI for Windows was fixed. It failed due to weird reason
- Dev: Use
std::error::Error
trait to handle nested errors
v0.11.6
- Improve:
reqwest
crate was updated to 0.10- Number of dependencies and build time were 1.5x reduced
- Binary size gets 1.3~1.4x smaller
- Improve:
--pr
is now faster by sending multiple GitHub API requests at the same time. Thanks to theasync-await
feature of latest Rust
0.11.5
0.11.3
- New: Repositories hosted on Azure DevOps are now supported. Special thanks to @bgianfo for adding this. (#15)
- Improve: On WSL,
wslview
may be used to open a page in browser if available. This was added by updatingopen
crate from 0.12 to 0.13. - Improve: Update dependencies (especially
url
crate had major update)