From 83b3a7983ee817f2b8bfaf237399bb85cd433f90 Mon Sep 17 00:00:00 2001 From: Naoki Takezoe Date: Sat, 25 Jul 2020 17:52:33 +0900 Subject: [PATCH 1/3] Update version to 4.34.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index e66d09d0c..bb981aa25 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.33.0" +val GitBucketVersion = "4.34.0" val ScalatraVersion = "2.7.0-RC1" val JettyVersion = "9.4.30.v20200611" val JgitVersion = "5.8.0.202006091008-r" From f45b85aa716a4b41a0048ce1aac13141e217d140 Mon Sep 17 00:00:00 2001 From: Naoki Takezoe Date: Sat, 25 Jul 2020 21:04:45 +0900 Subject: [PATCH 2/3] Bump gist-plugin (refs #2443) and notifications-plugin (refs #2433) --- src/main/resources/bundle-plugins.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/bundle-plugins.txt b/src/main/resources/bundle-plugins.txt index 0f81909d1..6e24b59e3 100644 --- a/src/main/resources/bundle-plugins.txt +++ b/src/main/resources/bundle-plugins.txt @@ -1,4 +1,4 @@ -notifications:1.8.0 -gist:4.18.0 +notifications:1.9.0 +gist:4.19.0 emoji:4.6.0 pages:1.8.0 From 561220237f1cab077106077779def004cf16d06e Mon Sep 17 00:00:00 2001 From: Naoki Takezoe Date: Sun, 26 Jul 2020 02:28:47 +0900 Subject: [PATCH 3/3] Update README and CHANGELOG --- CHANGELOG.md | 16 ++++++++++++++++ README.md | 19 ++++++++++++++----- 2 files changed, 30 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b1bcf5b88..6b55cca2e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,22 @@ # Changelog All changes to the project will be documented in this file. +### 4.34.0 - 26 Jul 2020 + +- Enhancement admin settings UI + - File upload settings + - Restrict repository operations + - User-defined CSS + - Limit the repository list in the sidebar +- Improve MariaDB support +- Improve activity logging +- CLI option to persist session on disk in the standalone mode +- Web API updates + - Add [list commits API](https://developer.github.com/v3/repos/commits/#list-commits) +- Bundled plugins updates + - [gitbucket-gist-plugin](https://github.com/gitbucket/gitbucket-gist-plugin) 4.18.0 -> 4.19.0 + - [gitbucket-notifications-plugin](https://github.com/gitbucket/gitbucket-notifications-plugin) 1.8.0 -> 1.9.0 + ### 4.33.0 - 31 Dec 2019 - All CLI options are configurable by environment variables diff --git a/README.md b/README.md index 9bb01ab0a..2b615730e 100644 --- a/README.md +++ b/README.md @@ -57,11 +57,20 @@ Support What's New in 4.33.x ------------- -### 4.33.0 - 31 Dec 2019 +### 4.34.0 - 26 Jul 2020 -- All CLI options are configurable by environment variables -- Folding pull request files -- WebHook security options -- Add assignee and assignees properties to some Web APIs' response +- Enhancement admin settings UI + - File upload settings + - Restrict repository operations + - User-defined CSS + - Limit the repository list in the sidebar +- Improve MariaDB support +- Improve activity logging +- CLI option to persist session on disk in the standalone mode +- Web API updates + - Add [list commits API](https://developer.github.com/v3/repos/commits/#list-commits) +- Bundled plugins updates + - [gitbucket-gist-plugin](https://github.com/gitbucket/gitbucket-gist-plugin) 4.18.0 -> 4.19.0 + - [gitbucket-notifications-plugin](https://github.com/gitbucket/gitbucket-notifications-plugin) 1.8.0 -> 1.9.0 See the [change log](CHANGELOG.md) for all of the updates.