mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-03 20:15:59 +01:00
Release 4.37.0 (#2940)
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
21
README.md
21
README.md
@@ -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.
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user