From 2a3c8e07121aa1a18ef68f442da795a29f174bcf Mon Sep 17 00:00:00 2001 From: Naoki Takezoe Date: Fri, 25 Dec 2020 22:00:31 +0900 Subject: [PATCH] Update README and CHANGELOG for 4.45.0 --- CHANGELOG.md | 10 ++++++++++ README.md | 23 +++++++++-------------- 2 files changed, 19 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 328f3f4d0..2c438fa77 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 dcfcff30d..9637dbc9a 100644 --- a/README.md +++ b/README.md @@ -57,20 +57,15 @@ Support 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.