mirror of
https://github.com/gitbucket/gitbucket.git
synced 2026-05-09 03:16:11 +02:00
Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1cc3ab30cf | ||
|
|
987f4f1afd | ||
|
|
9a1536484a | ||
|
|
5dd03cff69 | ||
|
|
4cf37af114 | ||
|
|
916edf9415 | ||
|
|
c20a43433d |
@@ -1,7 +1,10 @@
|
||||
# Changelog
|
||||
All changes to the project will be documented in this file.
|
||||
|
||||
## 4.30.0 - xx Dec 2018
|
||||
### 4.30.1 - 22 Dec 2018
|
||||
- Bug fix for several WebHooks and Web API
|
||||
|
||||
## 4.30.0 - 15 Dec 2018
|
||||
- Automatic ChangeLog Summary generation for new Releases
|
||||
- A lot of GitBucket Web API updates to increase compatibility with the GitHub API.
|
||||
- Display of checkboxes in Markdown files in Git repositories
|
||||
|
||||
@@ -70,7 +70,10 @@ Support
|
||||
|
||||
What's New in 4.30.x
|
||||
-------------
|
||||
### 4.30.0 - xx Dec 2018
|
||||
### 4.30.1 - 22 Dec 2018
|
||||
- Bug fix for several WebHooks and Web API
|
||||
|
||||
### 4.30.0 - 15 Dec 2018
|
||||
- Automatic ChangeLog Summary generation for new Releases
|
||||
- A lot of GitBucket Web API updates to increase compatibility with the GitHub API.
|
||||
- Display of checkboxes in Markdown files in Git repositories
|
||||
|
||||
@@ -3,7 +3,7 @@ import com.typesafe.sbt.pgp.PgpKeys._
|
||||
|
||||
val Organization = "io.github.gitbucket"
|
||||
val Name = "gitbucket"
|
||||
val GitBucketVersion = "4.30.0"
|
||||
val GitBucketVersion = "4.30.1"
|
||||
val ScalatraVersion = "2.6.3"
|
||||
val JettyVersion = "9.4.14.v20181114"
|
||||
val JgitVersion = "5.1.3.201810200350-r"
|
||||
@@ -36,7 +36,7 @@ libraryDependencies ++= Seq(
|
||||
"org.scalatra" %% "scalatra" % ScalatraVersion,
|
||||
"org.scalatra" %% "scalatra-json" % ScalatraVersion,
|
||||
"org.scalatra" %% "scalatra-forms" % ScalatraVersion,
|
||||
"org.json4s" %% "json4s-jackson" % "3.6.2",
|
||||
"org.json4s" %% "json4s-jackson" % "3.5.2",
|
||||
"commons-io" % "commons-io" % "2.6",
|
||||
"io.github.gitbucket" % "solidbase" % "1.0.3",
|
||||
"io.github.gitbucket" % "markedj" % "1.0.15",
|
||||
|
||||
@@ -1 +1 @@
|
||||
notifications:1.6.0
|
||||
notifications:1.7.0
|
||||
|
||||
@@ -59,5 +59,6 @@ object GitBucketCoreModule
|
||||
new Version("4.27.0", new LiquibaseMigration("update/gitbucket-core_4.27.xml")),
|
||||
new Version("4.28.0"),
|
||||
new Version("4.29.0"),
|
||||
new Version("4.30.0")
|
||||
new Version("4.30.0"),
|
||||
new Version("4.30.1")
|
||||
)
|
||||
|
||||
@@ -18,6 +18,7 @@ class ApiController
|
||||
with ApiRepositoryBranchControllerBase
|
||||
with ApiRepositoryCollaboratorControllerBase
|
||||
with ApiRepositoryCommitControllerBase
|
||||
with ApiRepositoryContentsControllerBase
|
||||
with ApiRepositoryControllerBase
|
||||
with ApiRepositoryStatusControllerBase
|
||||
with ApiUserControllerBase
|
||||
|
||||
Reference in New Issue
Block a user