diff --git a/CHANGELOG.md b/CHANGELOG.md index ecfed8f..1980824 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # Changelog All changes to the project will be documented in this file. +### 4.24.0 - 30 Apr 2018 +- Diff for each review comment on pull requests +- Extra mail addresses support +- Show tags at the commit list +- Keep wrap mode of the online editor +- Renew layout of gitbucket-gist-plugin +- Web API of gitbucket-ci-plugin + ### 4.23.1 - 10 Apr 2018 - Fix bug that the contents API doesn't work for the repository root - Fix shutdown problem in Tomcat deployment diff --git a/README.md b/README.md index 5b9b714..43be764 100644 --- a/README.md +++ b/README.md @@ -68,19 +68,14 @@ - 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.23.x +What's New in 4.24.x ------------- -### 4.23.1 - 10 Apr 2018 -- Fix bug that the contents API doesn't work for the repository root -- Fix shutdown problem in Tomcat deployment -- Render by plugins at the blob view even if it's a binary file - -### 4.23.0 - 31 Mar 2018 -- Allow tail slash in URL -- Display commit message of tags at the releases page -- Add labels property to issues and pull requests API response -- Plugins list API -- Git authentication with personal access token -- Max parallel builds and max stored history in CI plugin became configurable +### 4.24.0 - 30 Apr 2018 +- Diff for each review comment on pull requests +- Extra mail addresses support +- Show tags at the commit list +- Keep wrap mode of the online editor +- Renew layout of gitbucket-gist-plugin +- Web API of gitbucket-ci-plugin See the [change log](CHANGELOG.md) for all of the updates.