From 80b50f6fa9647de10f7d6d7fb6d200ac065adc82 Mon Sep 17 00:00:00 2001 From: Naoki Takezoe Date: Sat, 29 Sep 2018 14:34:26 +0900 Subject: [PATCH] Release note for 4.29.0 --- CHANGELOG.md | 7 +++++++ README.md | 12 +++++++----- 2 files changed, 14 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 33e650998..31fd7a0b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # Changelog All changes to the project will be documented in this file. +### 4.29.0 - 29 Sep 2018 +- Official Docker image has been available +- Enhance file edit and delete buttons of the repository viewer +- Fix Patch button to generate patches for all files in the commit +- Display confirmation dialog for Transfer Ownership and Garbage collection +- Fix wrong url encoding in "Compare & pull request" + ### 4.28.0 - 1 Sep 2018 - Proxy support for plugin installation - Fix some bugs around pull requests diff --git a/README.md b/README.md index 09e63553e..5c9902756 100644 --- a/README.md +++ b/README.md @@ -68,11 +68,13 @@ Support - 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.27.x +What's New in 4.29.x ------------- -### 4.28.0 - 1 Sep 2018 -- Proxy support for plugin installation -- Fix some bugs around pull requests - +### 4.29.0 - 29 Sep 2018 +- Official Docker image has been available +- Enhance file edit and delete buttons of the repository viewer +- Fix Patch button to generate patches for all files in the commit +- Display confirmation dialog for Transfer Ownership and Garbage collection +- Fix wrong url encoding in "Compare & pull request" See the [change log](CHANGELOG.md) for all of the updates.