mirror of
https://github.com/gitbucket/gitbucket.git
synced 2026-01-05 07:09:56 +01:00
Release GitBucket 4.41.0 (#3540)
This commit is contained in:
@@ -1,6 +1,15 @@
|
||||
# Changelog
|
||||
All changes to the project will be documented in this file.
|
||||
|
||||
## 4.41.0 - 18 May 2024
|
||||
- Simplify pull request UI
|
||||
- Fix layout of branch selector
|
||||
- Integrate keyword search with filtering in the search box
|
||||
- Make max files and lines limit in showing diff configurable
|
||||
- Adjust the default branch automatically when cloning external repo
|
||||
- Performance improvement for listing branches
|
||||
- Upgrade internal libraries
|
||||
|
||||
## 4.40.0 - 22 Oct 2023
|
||||
- Configurable default branch name
|
||||
- Support custom fields of issues and pull requests in search condition
|
||||
|
||||
19
README.md
19
README.md
@@ -59,14 +59,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.40.x
|
||||
What's New in 4.41.x
|
||||
-------------
|
||||
## 4.40.0 - 22 Oct 2023
|
||||
- Configurable default branch name
|
||||
- Support custom fields of issues and pull requests in search condition
|
||||
- Create pull request from default branch of forked repositories
|
||||
- News feed shows activities of all visible repositories
|
||||
- Drop Java 8 support
|
||||
- Improve git push performance
|
||||
## 4.41.0 - 18 May 2024
|
||||
- Simplify pull request UI
|
||||
- Fix layout of branch selector
|
||||
- Integrate keyword search with filtering in the search box
|
||||
- Make max files and lines limit in showing diff configurable
|
||||
- Adjust the default branch automatically when cloning external repo
|
||||
- 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 Name = "gitbucket"
|
||||
val GitBucketVersion = "4.40.0"
|
||||
val GitBucketVersion = "4.41.0"
|
||||
val ScalatraVersion = "3.0.0"
|
||||
val JettyVersion = "10.0.21"
|
||||
val JgitVersion = "6.9.0.202403050737-r"
|
||||
|
||||
@@ -116,5 +116,6 @@ object GitBucketCoreModule
|
||||
new Version("4.38.3"),
|
||||
new Version("4.38.4"),
|
||||
new Version("4.39.0", new LiquibaseMigration("update/gitbucket-core_4.39.xml")),
|
||||
new Version("4.40.0")
|
||||
new Version("4.40.0"),
|
||||
new Version("4.41.0")
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user