diff --git a/README.md b/README.md index 82fb685..c26578d 100644 --- a/README.md +++ b/README.md @@ -95,6 +95,11 @@ Release Notes -------- +### 3.9 - 5 Dec 2015 +- GFM inline breaks support in Markdown +- WebHook on create review comment is available +- WebHook event trigger is selectable + ### 3.8 - 31 Oct 2015 - Moved to GitHub organization - Omit diff view for large differences diff --git a/project/build.scala b/project/build.scala index 94cb2ab..f5ac108 100644 --- a/project/build.scala +++ b/project/build.scala @@ -10,7 +10,7 @@ object MyBuild extends Build { val Organization = "gitbucket" val Name = "gitbucket" - val Version = "3.8.0" + val Version = "3.9.0" val ScalaVersion = "2.11.6" val ScalatraVersion = "2.3.1" diff --git a/src/main/twirl/gitbucket/core/account/ssh.scala.html b/src/main/twirl/gitbucket/core/account/ssh.scala.html index 0f4591c..fe6a16f 100644 --- a/src/main/twirl/gitbucket/core/account/ssh.scala.html +++ b/src/main/twirl/gitbucket/core/account/ssh.scala.html @@ -11,7 +11,7 @@
SSH Keys
-
+
@if(sshKeys.isEmpty){ No keys } @@ -27,7 +27,7 @@
Add an SSH Key
-
+
diff --git a/src/main/twirl/gitbucket/core/admin/plugins/plugins.scala.html b/src/main/twirl/gitbucket/core/admin/plugins/plugins.scala.html index 48ff299..e7adc53 100644 --- a/src/main/twirl/gitbucket/core/admin/plugins/plugins.scala.html +++ b/src/main/twirl/gitbucket/core/admin/plugins/plugins.scala.html @@ -15,7 +15,7 @@ @plugins.map {plugin =>
@plugin.pluginName
-
+

Id: @plugin.pluginId

Version: @plugin.version

Name: @plugin.pluginName