Skip to content

Commit

Permalink
Release 4.37.0 (#2940)
Browse files Browse the repository at this point in the history
  • Loading branch information
takezoe committed Dec 11, 2021
1 parent ec953df commit ff8a5f6
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 13 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# Changelog
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
- Escape user name in avatar image tag

Expand Down
21 changes: 9 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
- 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
- Escape user name in avatar image tag

### 4.36.1 - 22 Jul 2021
- Bump gitbucket-gist-plugin to 4.21.0

### 4.36.0 - 17 Jul 2021
- Tag selector in the repository viewer
- Link issues/pull requests of other repositories
- Files and lines can be linked in the diff view
- Option to disable XSS protection
### 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

See the [change log](CHANGELOG.md) for all of the updates.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import com.jsuereth.sbtpgp.PgpKeys._

val Organization = "io.github.gitbucket"
val Name = "gitbucket"
val GitBucketVersion = "4.36.2"
val GitBucketVersion = "4.37.0"
val ScalatraVersion = "2.8.2"
val JettyVersion = "9.4.44.v20210927"
val JgitVersion = "5.13.0.202109080827-r"
Expand Down

0 comments on commit ff8a5f6

Please sign in to comment.