All Versions
103
Latest Version
Avg Release Cycle
66 days
Latest Release
685 days ago
Changelog History
Page 10
Changelog History
Page 10
-
v1.11.1 Changes
March 06, 2014- ๐ Bug fix
-
v1.11 Changes
March 01, 2014- ๐ง 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
-
v1.10 Changes
February 01, 2014- ๐ Rename repository
- Transfer repository owner
- ๐ Change default data directory to
HOME/.gitbucket
fromHOME/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 performance improvement
- ๐ Fix some bugs
-
v1.9 Changes
December 28, 2013- Display GITBUCKET_HOME on the system settings page
- ๐ Fix some bugs
-
v1.8 Changes
November 30, 2013- โ 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
-
v1.7 Changes
October 26, 2013- ๐ 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 force https scheme when using embedded Jetty mode at the back of https proxy - โ 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
-
v1.6 Changes
October 01, 2013- ๐ Web hook
- ๐ Performance improvement for pull request
- Executable war file
- Specify suitable Content-Type for downloaded files in the repository viewer
- ๐ Fix some bugs
-
v1.5 Changes
September 04, 2013- Fork and pull request
- LDAP authentication
- Mail notification
- โ Add an option to turn off the gravatar support
- โ Add the branch tab in the repository viewer
- Encoding auto detection for the file content in the repository viewer
- โ Add favicon, header logo and icons for the timeline
- Specify data directory via environment variable GITBUCKET_HOME
- ๐ Fix some bugs
-
v1.4 Changes
July 31, 2013- Group management
- Repository search for code and issues
- Display user related issues on the dashboard
- Display participants avatar of issues on the issue page
- ๐ Performance improvement for repository viewer
- Alert by milestone due date
- H2 database administration console
- ๐ Fix some bugs
-
v1.3 Changes
July 18, 2013- โก๏ธ Batch updating for issues
- Display assigned user on issue list
- ๐ User icon and Gravatar support
- Convert @xxxx to link to the account page
- โ Add copy to clipboard button for git clone URL
- ๐ Allow multi-byte characters as wiki page name
- ๐ Allow to create the empty repository
- ๐ Fix some bugs