mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-05 04:56:02 +01:00
Release GitBucket 4.42.0 (#3678)
This commit is contained in:
@@ -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
|
||||||
|
|||||||
13
README.md
13
README.md
@@ -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.
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user