GitBucket 4.1 released!
Today, we are pleased to announce the availability of new version of Scala based Git platform GitBucket 4.1!
Generic ssh user
Generic git
user is available to connect git repository via SSH, so we can clone the git repository from folowing URL:
ssh://git@localhost:29418/root/test.git
instead of
ssh://root@localhost:29418/root/test.git
Improve branch protection UI
Branch protection settings UI wasn’t intuitive a little. So its UI has been updated as below:
- When status check not found,
"Require status checks .."
checkbox is disabled - When status check not selected and
"Require status checks .."
checked, submit button is disabled - When status check selected and
"Require status checks .."
checked, submit button is enabled
Default value of pull request title
Default value of the pull request has been generated from commit message or branch name.
In addition, this release contains some improvements and bug fix. See all closed issues in this release to know details.
Enjoy GitBucket!