From 9d827eaa29efb4d7d77ac3e96909de2b5f7bca09 Mon Sep 17 00:00:00 2001 From: Naoki Takezoe Date: Sun, 9 Dec 2018 12:14:50 +0900 Subject: [PATCH 1/5] Updates for GitBucket 4.30.0 release --- CHANGELOG.md | 8 ++++++++ README.md | 15 ++++++++------- build.sbt | 2 +- .../gitbucket/core/GitBucketCoreModule.scala | 3 ++- 4 files changed, 19 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0cddb0432..81da8392b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # Changelog All changes to the project will be documented in this file. +## 4.30.0 - xx Dec 2018 +- Automatic ChangeLog generation for the Releases +- A lot of GitHub compatible Web APIs +- Show checkboxes in Markdown files in Git repository +- New extension point for plugins: anonymousAccessiblePaths +- Group support in Gist plugin +- Allow to redirect to the Release from the activity timeline + ## 4.29.0 - 29 Sep 2018 - Official Docker image has been available - Enhance file edit and delete buttons of the repository viewer diff --git a/README.md b/README.md index a2e794eb8..a40b94089 100644 --- a/README.md +++ b/README.md @@ -68,13 +68,14 @@ Support - If you can't find same question and report, send it to [gitter room](https://gitter.im/gitbucket/gitbucket) before raising an issue. - The highest priority of GitBucket is the ease of installation and API compatibility with GitHub, so your feature request might be rejected if they go against those principles. -What's New in 4.29.x +What's New in 4.30.x ------------- -### 4.29.0 - 29 Sep 2018 -- Official Docker image has been available -- Enhance file edit and delete buttons of the repository viewer -- Fix Patch button to generate patches for all files in the commit -- Display confirmation dialog for Transfer Ownership and Garbage collection -- Fix wrong url encoding in "Compare & pull request" +### 4.30.0 - xx Dec 2018 +- Automatic ChangeLog generation for the Releases +- A lot of GitHub compatible Web APIs +- Show checkboxes in Markdown files in Git repository +- New extension point for plugins: anonymousAccessiblePaths +- Group support in Gist plugin +- Allow to redirect to the Release from the activity timeline See the [change log](CHANGELOG.md) for all of the updates. diff --git a/build.sbt b/build.sbt index 158249302..873e9d540 100644 --- a/build.sbt +++ b/build.sbt @@ -3,7 +3,7 @@ import com.typesafe.sbt.pgp.PgpKeys._ val Organization = "io.github.gitbucket" val Name = "gitbucket" -val GitBucketVersion = "4.30.0-SNAPSHOT" +val GitBucketVersion = "4.30.0" val ScalatraVersion = "2.6.3" val JettyVersion = "9.4.14.v20181114" val JgitVersion = "5.1.3.201810200350-r" diff --git a/src/main/scala/gitbucket/core/GitBucketCoreModule.scala b/src/main/scala/gitbucket/core/GitBucketCoreModule.scala index 327b53e56..65b58dca4 100644 --- a/src/main/scala/gitbucket/core/GitBucketCoreModule.scala +++ b/src/main/scala/gitbucket/core/GitBucketCoreModule.scala @@ -58,5 +58,6 @@ object GitBucketCoreModule new Version("4.26.0"), new Version("4.27.0", new LiquibaseMigration("update/gitbucket-core_4.27.xml")), new Version("4.28.0"), - new Version("4.29.0") + new Version("4.29.0"), + new Version("4.30.0") ) From 9408a168fbfd2d5cf910e3533508a00b5ea64b47 Mon Sep 17 00:00:00 2001 From: aadrian Date: Sun, 9 Dec 2018 14:36:40 +0100 Subject: [PATCH 2/5] improve wording --- CHANGELOG.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 81da8392b..0258b041e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,12 @@ All changes to the project will be documented in this file. ## 4.30.0 - xx Dec 2018 -- Automatic ChangeLog generation for the Releases -- A lot of GitHub compatible Web APIs -- Show checkboxes in Markdown files in Git repository -- New extension point for plugins: anonymousAccessiblePaths -- Group support in Gist plugin -- Allow to redirect to the Release from the activity timeline +- Automatic ChangeLog Summary generation for new Releases +- Allot of GitBucket Web API updates to increase compatibility with the GitHub API. +- Display of checkboxes in Markdown files in Git repositories +- A new extension point for plugins: anonymousAccessiblePaths +- Group support in the Gist Plugin +- Allow redirection to the Release Page from the Activity Timeline Page ## 4.29.0 - 29 Sep 2018 - Official Docker image has been available From d7cf60c9d617944ab3ff4fc83d8a9cf130619ba6 Mon Sep 17 00:00:00 2001 From: aadrian Date: Sun, 9 Dec 2018 14:37:15 +0100 Subject: [PATCH 3/5] improve wording --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index a40b94089..f478919b3 100644 --- a/README.md +++ b/README.md @@ -71,11 +71,11 @@ Support What's New in 4.30.x ------------- ### 4.30.0 - xx Dec 2018 -- Automatic ChangeLog generation for the Releases -- A lot of GitHub compatible Web APIs -- Show checkboxes in Markdown files in Git repository -- New extension point for plugins: anonymousAccessiblePaths -- Group support in Gist plugin -- Allow to redirect to the Release from the activity timeline +- Automatic ChangeLog Summary generation for new Releases +- Allot of GitBucket Web API updates to increase compatibility with the GitHub API. +- Display of checkboxes in Markdown files in Git repositories +- A new extension point for plugins: anonymousAccessiblePaths +- Group support in the Gist Plugin +- Allow redirection to the Release Page from the Activity Timeline Page See the [change log](CHANGELOG.md) for all of the updates. From e205c0082e68ecf9c7aceabf23b752d0d823ecee Mon Sep 17 00:00:00 2001 From: aadrian Date: Sun, 9 Dec 2018 15:01:54 +0100 Subject: [PATCH 4/5] typo --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0258b041e..a5ee4d79d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ All changes to the project will be documented in this file. ## 4.30.0 - xx Dec 2018 - Automatic ChangeLog Summary generation for new Releases -- Allot of GitBucket Web API updates to increase compatibility with the GitHub API. +- A lot of GitBucket Web API updates to increase compatibility with the GitHub API. - Display of checkboxes in Markdown files in Git repositories - A new extension point for plugins: anonymousAccessiblePaths - Group support in the Gist Plugin From dad7e03ec110b92a2433d571905e202243bcdad0 Mon Sep 17 00:00:00 2001 From: aadrian Date: Sun, 9 Dec 2018 15:02:26 +0100 Subject: [PATCH 5/5] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f478919b3..0a264131c 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,7 @@ What's New in 4.30.x ------------- ### 4.30.0 - xx Dec 2018 - Automatic ChangeLog Summary generation for new Releases -- Allot of GitBucket Web API updates to increase compatibility with the GitHub API. +- A lot of GitBucket Web API updates to increase compatibility with the GitHub API. - Display of checkboxes in Markdown files in Git repositories - A new extension point for plugins: anonymousAccessiblePaths - Group support in the Gist Plugin