GitBucket 3.10 released!
Note: Updated version 3.10.1 and 3.10.1_h2-1.4.180 are now available. Some bugs in 3.10 are fixed. Use it instead of 3.10 and 3.10.1_h2-1.4.180.
Today, we are pleased to announce the availability of new version of Scala based Git platform GitBucket 3.10!
Move to Bootstrap3
GitBucket moved to Bootstrap3 with slider23’s bootstrap-theme-github from Bootstrap2.
However slider23’s bootstrap-theme-github has some issues in GitBucket use. So we forked and improve it. See gitbucket/bootstrap-theme-github.
We will continue improving styles and follow the new look of GitHub in GitBucket 3.11.
New URL for raw contents
Provides new URL like raw/master/doc/activity.md
instead of blob/master/doc/activity.md?raw=true
(old URL is still available for backward compatibility).
For example, GitBucket can host the Maven repository by this update.
Update xsbt-web-plugin
Remove scalatra-sbt to use the newest version of xsbt-web-plugin to resolve classpath issue in dev-mode.
Notice for developers: start command has been changed to sbt ~jetty:start
from sbt ~container:start
, and sourcecode changing is detected and applied without ~ ;copy-resources;aux-compile
. Also, in dev-mode, you can configure logger at src/main/resources/logback-dev.xml
.
Update H2 database
Bump up H2 to the latest version: 1.4.190 to improve reliability of the database. However it might cause compatibility issue about data files. If you got such trouble, try to migrate H2 data files using the migration tool, or use H2 1.4.180 version of GitBucket 3.10 (this is completely same as 3.10 except H2 version) instead of this version.
In addition, this release contains some improvements and bug fix. See all closed issues in this release to know details.
Enjoy GitBucket!