3/29/2014

GitBucket 1.12 released!

Today, we are pleased to announce the availability of  new version of Scala based Github clone GitBucket 1.12.

This release contains some new features as below:

SSH repository access is available
SSH repository access can be enabled in system settings:
Users can register public keys in account settings:
And ssh repository url can be checked in the repository viewer:
Group management enhancement
All users can create new group. User can manage their groups and group repositories.
It's possible to configure permission in the group in group settings:
Git submodule support
Display the link to the repository for submodules.
In addition, in the previous version of GitBucket, downloading as the zip file had not been worked if the repository contains submodule. This issue is fixed in this release.
Close issues via commit messages
Issue can be closed by commit message like "Fix #123" or "Close #123".

Show repository description below the name on repository page
Fix presentation of the source viewer
before:
after:

And also this release contains some improvements and bug fix so we recommend upgrading your GitBucket.

Enjoy!

3/01/2014

GitBucket 1.11 released!

Today, we released a new version of Scala based Github clone GitBucket 1.11.

This release contains some new features as below:
  • Base URL for redirection, notification and repository URL box is configurable
  • Remove --https option because it's possible to substitute in the base url
  • Headline anchor is available for Markdown contents such as Wiki page
  • Label is available for pull requests not only issues
  • Delete branch button is added

  • Repository icons are updated
  • Select lines of source code by URL hash like #L10 or #L10-L15 in repository viewer
  • Display reference to issue from others in comment list
And also this release contains some improvements and bug fix so we recommend upgrading your GitBucket.

Enjoy!