mirror of
https://github.com/gitbucket/gitbucket.git
synced 2026-01-03 06:09:58 +01:00
Ready for GitBucket 4.5 release
This commit is contained in:
@@ -65,6 +65,13 @@ Support
|
||||
|
||||
Release Notes
|
||||
-------------
|
||||
### 4.5 - 1 Oct 2016
|
||||
- Attach files by dropping into textarea
|
||||
- Issues / Pull requests switcher in dashboard
|
||||
- HikariCP could be configured in `GITBUCKET_HOME/database.conf`
|
||||
- Improve Cookie security
|
||||
- Improve mobile view
|
||||
|
||||
### 4.4 - 28 Aug 2016
|
||||
- Import a SQL dump file to the database
|
||||
- `go get` support in private repositories
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
val Organization = "io.github.gitbucket"
|
||||
val Name = "gitbucket"
|
||||
val GitBucketVersion = "4.4.0"
|
||||
val GitBucketVersion = "4.5.0"
|
||||
val ScalatraVersion = "2.4.1"
|
||||
val JettyVersion = "9.3.9.v20160517"
|
||||
|
||||
|
||||
@@ -14,5 +14,6 @@ object GitBucketCoreModule extends Module("gitbucket-core",
|
||||
),
|
||||
new Version("4.2.1"),
|
||||
new Version("4.3.0"),
|
||||
new Version("4.4.0")
|
||||
new Version("4.4.0"),
|
||||
new Version("4.5.0")
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user