Releases: gitbucket/gitbucket
Releases · gitbucket/gitbucket
2.0
1.13
1.12
- 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
1.11
- Base URL for redirection, notification and repository URL box is configurable
- Remove
--httpsoption 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
#L10or#L10-L15in repository viewer - Display reference to issue from others in comment list
- Fix some bugs
1.10
1.9
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
- Support working on Java6 in embedded Jetty mode
- Add
--hostoption to bind specified host name in embedded Jetty mode - Add
--https=trueoption 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