mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-03 20:15:59 +01:00
Release 4.38.1 (#3133)
This commit is contained in:
@@ -1,6 +1,11 @@
|
|||||||
# 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.38.1 - 10 Sep 2022
|
||||||
|
- Fix comment diff in Chrome 105
|
||||||
|
- Fix Markdown table CSS
|
||||||
|
- Fix HTML rendering of multiple asignees
|
||||||
|
|
||||||
## 4.38.0 - 3 Sep 2022
|
## 4.38.0 - 3 Sep 2022
|
||||||
- Support multiple assignees for Issues and Pull requests
|
- Support multiple assignees for Issues and Pull requests
|
||||||
- Custom fields for issues and pull requests
|
- Custom fields for issues and pull requests
|
||||||
|
|||||||
@@ -61,6 +61,11 @@ Support
|
|||||||
|
|
||||||
What's New in 4.38.x
|
What's New in 4.38.x
|
||||||
-------------
|
-------------
|
||||||
|
## 4.38.1 - 10 Sep 2022
|
||||||
|
- Fix comment diff in Chrome 105
|
||||||
|
- Fix Markdown table CSS
|
||||||
|
- Fix HTML rendering of multiple asignees
|
||||||
|
|
||||||
## 4.38.0 - 3 Sep 2022
|
## 4.38.0 - 3 Sep 2022
|
||||||
- Support multiple assignees for Issues and Pull requests
|
- Support multiple assignees for Issues and Pull requests
|
||||||
- Custom fields for issues and pull requests
|
- Custom fields for issues and pull requests
|
||||||
|
|||||||
@@ -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.38.0"
|
val GitBucketVersion = "4.38.1"
|
||||||
val ScalatraVersion = "2.8.2"
|
val ScalatraVersion = "2.8.2"
|
||||||
val JettyVersion = "9.4.48.v20220622"
|
val JettyVersion = "9.4.48.v20220622"
|
||||||
val JgitVersion = "5.13.1.202206130422-r"
|
val JgitVersion = "5.13.1.202206130422-r"
|
||||||
|
|||||||
@@ -111,5 +111,6 @@ object GitBucketCoreModule
|
|||||||
new Version("4.37.0", new LiquibaseMigration("update/gitbucket-core_4.37.xml")),
|
new Version("4.37.0", new LiquibaseMigration("update/gitbucket-core_4.37.xml")),
|
||||||
new Version("4.37.1"),
|
new Version("4.37.1"),
|
||||||
new Version("4.37.2"),
|
new Version("4.37.2"),
|
||||||
new Version("4.38.0", new LiquibaseMigration("update/gitbucket-core_4.38.xml"))
|
new Version("4.38.0", new LiquibaseMigration("update/gitbucket-core_4.38.xml")),
|
||||||
|
new Version("4.38.1")
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user