Release 4.37.0 (#2940)

This commit is contained in:
Naoki Takezoe
2021-12-11 14:28:23 +09:00
committed by GitHub
parent ec953df156
commit ff8a5f6b77
3 changed files with 19 additions and 13 deletions

View File

@@ -1,6 +1,15 @@
# Changelog # Changelog
All changes to the project will be documented in this file. All changes to the project will be documented in this file.
### 4.37.0 - 11 Dec 2021
- Enhance Git Reference APIs
- Add milestone data to issue list API
- Support "all" in issue list API
- Support EDDSA in signed commit verification
- Support custom SSH url
- Relax max passward length limitation
- Relax max webhook url length limitation
### 4.36.2 - 16 Aug 2021 ### 4.36.2 - 16 Aug 2021
- Escape user name in avatar image tag - Escape user name in avatar image tag

View File

@@ -61,18 +61,15 @@ 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. - 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. - 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.36.x What's New in 4.37.x
------------- -------------
### 4.36.2 - 16 Aug 2021 ### 4.37.0 - 11 Dec 2021
- Escape user name in avatar image tag - Enhance Git Reference APIs
- Add milestone data to issue list API
### 4.36.1 - 22 Jul 2021 - Support "all" in issue list API
- Bump gitbucket-gist-plugin to 4.21.0 - Support EDDSA in signed commit verification
- Support custom SSH url
### 4.36.0 - 17 Jul 2021 - Relax max passward length limitation
- Tag selector in the repository viewer - Relax max webhook url length limitation
- Link issues/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. 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 Organization = "io.github.gitbucket"
val Name = "gitbucket" val Name = "gitbucket"
val GitBucketVersion = "4.36.2" val GitBucketVersion = "4.37.0"
val ScalatraVersion = "2.8.2" val ScalatraVersion = "2.8.2"
val JettyVersion = "9.4.44.v20210927" val JettyVersion = "9.4.44.v20210927"
val JgitVersion = "5.13.0.202109080827-r" val JgitVersion = "5.13.0.202109080827-r"