diff --git a/CHANGELOG.md b/CHANGELOG.md index 328f3f4..2c438fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,16 @@ # Changelog All changes to the project will be documented in this file. +### 4.35.0 - 25 Dec 2020 +- Editor and source viewer color theme +- Auto completion for issues and pull requests +- Upload image from clipboard +- Close multiple issues by commit comment +- Create pull request from online editor +- Milestone overview +- Commit status at various places +- WebAPI coverage improvements + ## 4.34.0 - 26 Jul 2020 - Enhancement admin settings UI - File upload settings diff --git a/README.md b/README.md index dcfcff3..9637dbc 100644 --- a/README.md +++ b/README.md @@ -57,20 +57,15 @@ What's New in 4.34.x ------------- -### 4.34.0 - 26 Jul 2020 +### 4.35.0 - 25 Dec 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 +- Editor and source viewer color theme +- Auto completion for issues and pull requests +- Upload image from clipboard +- Close multiple issues by commit comment +- Create pull request from online editor +- Milestone overview +- Commit status at various places +- WebAPI coverage improvements See the [change log](CHANGELOG.md) for all of the updates.