Release GitBucket 4.46.0 (#3981)

This commit is contained in:
Naoki Takezoe
2026-03-07 11:01:41 +09:00
committed by GitHub
parent f9e4500bbb
commit aef13ceeca
3 changed files with 16 additions and 5 deletions

View File

@@ -1,6 +1,14 @@
# Changelog
All changes to the project will be documented in this file.
## 4.46.0 - 7 Mar 2026
- Add support for reverting pull request
- Add markdown toolbar
- Enable text completion in Ace editor
- Apply Ace editor for Wiki editing
- Webhook security: SHA-256 support
- Preserve UTF-8 BOM when editing files in browser
## 4.45.0 - 10 Jan 2026
- Add new option to show full username on UI
- Support render plugin in issues, pull requests, wiki and commit comments

View File

@@ -61,10 +61,13 @@ Support
What's New in 4.45.x
-------------
## 4.45.0 - 10 Jan 2026
- Add new option to show full username on UI
- Support render plugin in issues, pull requests, wiki and commit comments
- Support link to other pages from Wiki page using Wiki link syntax
## 4.46.0 - 7 Mar 2026
- Add support for reverting pull request
- Add markdown toolbar
- Enable text completion in Ace editor
- Apply Ace editor for Wiki editing
- Webhook security: SHA-256 support
- Preserve UTF-8 BOM when editing files in browser
Note that you have to migrate h2 database file if you will upgrade GitBucket from 4.42 or before to 4.43 or later and you are using the default h2 database because h2 1.x and h2.x don't have compatibility: https://www.h2database.com/html/migration-to-v2.html

View File

@@ -2,7 +2,7 @@ import com.jsuereth.sbtpgp.PgpKeys._
val Organization = "io.github.gitbucket"
val Name = "gitbucket"
val GitBucketVersion = "4.45.0"
val GitBucketVersion = "4.46.0"
val ScalatraVersion = "3.1.2"
val JettyVersion = "10.0.26"
val JgitVersion = "6.10.1.202505221210-r"