Release GitBucket 4.36.0

This commit is contained in:
Naoki Takezoe
2021-07-17 17:26:18 +09:00
parent 719a521f06
commit cb9f56fc22
3 changed files with 13 additions and 26 deletions

View File

@@ -1,6 +1,12 @@
# Changelog
All changes to the project will be documented in this file.
### 4.36.0 - 17 Jul 2021
- Tag selector in the repository viewer
- Link iusses/pull requests of other repositories
- Files and lines can be linked in the diff view
- Option to disable XSS protection
### 4.35.3 - 14 Jan 2021
- Fix a bug that Wiki page cannot be deleted
- Fix a deployment issue on Tomcat

View File

@@ -61,31 +61,12 @@ Support
- If you can't find same question and report, send it to our [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.35.x
What's New in 4.36.x
-------------
### 4.35.3 - 14 Jan 2021
- Fix a bug that Wiki page cannot be deleted
- Fix a deployment issue on Tomcat
### 4.35.2 - 30 Dec 2020
- Upgrade gitbucket-notifications-plugin to 1.10.0
- Upgrade oauth2-oidc-sdk to 8.29.1 to solve dependency issue
### 4.35.1 - 29 Dec 2020
- Fix database migration issue which happens if webhook is configured
- Call push webhook when pull request is merged
- Show commit status at commits tab of pull request
### 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.36.0 - 17 Jul 2021
- Tag selector in the repository viewer
- Link iusses/pull requests of other repositories
- Files and lines can be linked in the diff view
- Option to disable XSS protection
See the [change log](CHANGELOG.md) for all of the updates.

View File

@@ -3,7 +3,7 @@ import com.jsuereth.sbtpgp.PgpKeys._
val Organization = "io.github.gitbucket"
val Name = "gitbucket"
val GitBucketVersion = "4.35.3"
val GitBucketVersion = "4.36.0"
val ScalatraVersion = "2.7.1"
val JettyVersion = "9.4.43.v20210629"
val JgitVersion = "5.12.0.202106070339-r"