Release GitBucket 4.42.0 (#3678)

This commit is contained in:
Naoki Takezoe
2024-12-30 04:56:10 +09:00
committed by GitHub
parent 2afb37823b
commit 572f83327f
3 changed files with 12 additions and 9 deletions

View File

@@ -1,6 +1,12 @@
# 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.42.0 - 30 Dec 2024
- Increase max branch name length 100 -> 255
- Fix some Web API responses that were incompatible with GitHub API
- Apply user-defined CSS after all plugins
- Improve performance of listing commit logs
## 4.41.0 - 18 May 2024 ## 4.41.0 - 18 May 2024
- Simplify pull request UI - Simplify pull request UI
- Keyword search for issues and pull requests - Keyword search for issues and pull requests

View File

@@ -61,13 +61,10 @@ Support
What's New in 4.41.x What's New in 4.41.x
------------- -------------
## 4.41.0 - 18 May 2024 ## 4.42.0 - 30 Dec 2024
- Simplify pull request UI - Increase max branch name length 100 -> 255
- Keyword search for issues and pull requests - Fix some Web API responses that were incompatible with GitHub API
- New settings for max files and lines limit in showing diff - Apply user-defined CSS after all plugins
- Adjust the default branch automatically when cloning external repository - Improve performance of listing commit logs
- Fix layout of branch selector
- Performance improvement for listing branches
- Upgrade internal libraries
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.41.0" val GitBucketVersion = "4.42.0"
val ScalatraVersion = "3.1.1" val ScalatraVersion = "3.1.1"
val JettyVersion = "10.0.24" val JettyVersion = "10.0.24"
val JgitVersion = "6.10.0.202406032230-r" val JgitVersion = "6.10.0.202406032230-r"