Skip to content

Releases: gitbucket/gitbucket

2.0

31 May 02:43

Choose a tag to compare

2.0

This is a first major version up includes modern Github UI and following new features:

  • Preview in AceEditor
  • Select lines by clicking line number in blob view

1.13

29 Apr 08:49

Choose a tag to compare

  • Direct file editing in the repository viewer using AceEditor
  • File attachment for issues
  • Atom feed of user activity
  • Fix some bugs

1.12

29 Mar 08:00

Choose a tag to compare

  • SSH repository access is available
  • Allow users can create and management their groups
  • Git submodule support
  • Close issues via commit messages
  • Show repository description below the name on repository page
  • Fix presentation of the source viewer
  • Upgrade to sbt 0.13
  • Fix some bugs

1.11.1

05 Mar 13:19

Choose a tag to compare

  • Bug fix

1.11

02 Mar 15:03

Choose a tag to compare

  • 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
  • Improve H2 connectivity
  • 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
  • Fix some bugs

1.10

01 Feb 08:25

Choose a tag to compare

  • Rename repository
  • Transfer repository owner
  • Change default data directory to HOME/.gitbucket from HOME/gitbucket to avoid problem like #243, but if data directory already exist at HOME/gitbucket, it continues being used.
  • Add LDAP display name attribute
  • Response improvement
  • Fix some bugs

1.9

27 Dec 17:51

Choose a tag to compare

1.9
  • Display GITBUCKET_HOME on the system settings page
  • Fix some bugs

1.8

30 Nov 12:20

Choose a tag to compare

1.8
  • Add user and group deletion
  • Improve pull request performance
  • Pull request synchronization (when source repository is updated after pull request, it's applied to the pull request)
  • LDAP StartTLS support
  • Enable hard wrapping in Markdown
  • Add new some options to specify the data directory. See details in Wiki.
  • Fix some bugs

1.7

25 Oct 16:51

Choose a tag to compare

1.7
  • Support working on Java6 in embedded Jetty mode
  • Add --host option to bind specified host name in embedded Jetty mode
  • Add --https=true option to use https in embedded Jetty mode
  • Add full name as user property
  • Change link color for absent Wiki pages
  • Add ZIP download button to the repository viewer tab
  • Improve ZIP exporting performance
  • Expand issue and comment textarea for long text automatically
  • Add conflict detection in Wiki
  • Add reverting wiki page from history
  • Match committer to user name by email address
  • Mail notification sender is customizable
  • Add link to changeset in refs comment for issues
  • Fix some bugs

1.6

30 Sep 18:52

Choose a tag to compare

1.6
  • Web hook
  • Performance improvement for pull request
  • Executable war file
  • Specify suitable Content-Type for downloaded files in the repository viewer
  • Fix some bugs