diff --git a/CHANGELOG.md b/CHANGELOG.md index b1bcf5b..6b55cca 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 9bb01ab..2b61573 100644 --- a/README.md +++ b/README.md @@ -57,11 +57,20 @@ 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. diff --git a/build.sbt b/build.sbt index e66d09d..bb981aa 100644 --- a/build.sbt +++ b/build.sbt @@ -3,7 +3,7 @@ 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" diff --git a/src/main/resources/bundle-plugins.txt b/src/main/resources/bundle-plugins.txt index 0f81909..6e24b59 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