All Versions
103
Latest Version
Avg Release Cycle
66 days
Latest Release
685 days ago

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 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 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