mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-10 07:25:50 +01:00
4.9.0 release
This commit is contained in:
10
README.md
10
README.md
@@ -67,6 +67,16 @@ Support
|
|||||||
|
|
||||||
Release Notes
|
Release Notes
|
||||||
-------------
|
-------------
|
||||||
|
## 4.9 - 29 Jan 2017
|
||||||
|
- GitLFS support
|
||||||
|
- Template for issues and pull requests
|
||||||
|
- Manual label color editing
|
||||||
|
- Account description
|
||||||
|
- `--tmp-dir` option for standalone mode
|
||||||
|
- More APIs for issues
|
||||||
|
- [List issues for a repository](https://developer.github.com/v3/issues/#list-issues-for-a-repository)
|
||||||
|
- [Create an issue](https://developer.github.com/v3/issues/#create-an-issue)
|
||||||
|
|
||||||
## 4.8 - 23 Dec 2016
|
## 4.8 - 23 Dec 2016
|
||||||
- Search for repository names from the global header
|
- Search for repository names from the global header
|
||||||
- Filter repositories on the sidebar of the dashboard
|
- Filter repositories on the sidebar of the dashboard
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
val Organization = "io.github.gitbucket"
|
val Organization = "io.github.gitbucket"
|
||||||
val Name = "gitbucket"
|
val Name = "gitbucket"
|
||||||
val GitBucketVersion = "4.8"
|
val GitBucketVersion = "4.9.0"
|
||||||
val ScalatraVersion = "2.4.1"
|
val ScalatraVersion = "2.4.1"
|
||||||
val JettyVersion = "9.3.9.v20160517"
|
val JettyVersion = "9.3.9.v20160517"
|
||||||
|
|
||||||
|
|||||||
@@ -25,7 +25,7 @@ object GitBucketCoreModule extends Module("gitbucket-core",
|
|||||||
),
|
),
|
||||||
new Version("4.7.1"),
|
new Version("4.7.1"),
|
||||||
new Version("4.8"),
|
new Version("4.8"),
|
||||||
new Version("4.9",
|
new Version("4.9.0",
|
||||||
new LiquibaseMigration("update/gitbucket-core_4.9.xml")
|
new LiquibaseMigration("update/gitbucket-core_4.9.xml")
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user