Skip to content

Commit 2904bcf

Browse files
committed
GitBucket 4.8 release
1 parent 6630fa2 commit 2904bcf

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,14 @@ Support
6565

6666
Release Notes
6767
-------------
68+
## 4.8 - 23 Dec 2016
69+
- Search for repository names from the global header
70+
- Filter repositories on the sidebar of the dashboard
71+
- Search issues and wiki
72+
- Keep pull request comments after new commits are pushed
73+
- New web API to get a single issue
74+
- Performance improvement for the repository viewer
75+
6876
### 4.7.1 - 28 Nov 2016
6977
- Bug fix: group repositories are not shown in the your repositories list on the sidebar
7078
- Small performance improvement of the dashboard

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
val Organization = "io.github.gitbucket"
22
val Name = "gitbucket"
3-
val GitBucketVersion = "4.7.1"
3+
val GitBucketVersion = "4.8"
44
val ScalatraVersion = "2.4.1"
55
val JettyVersion = "9.3.9.v20160517"
66

src/main/scala/gitbucket/core/GitBucketCoreModule.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,6 @@ object GitBucketCoreModule extends Module("gitbucket-core",
2323
new LiquibaseMigration("update/gitbucket-core_4.7.xml"),
2424
new SqlMigration("update/gitbucket-core_4.7.sql")
2525
),
26-
new Version("4.7.1")
26+
new Version("4.7.1"),
27+
new Version("4.8")
2728
)

0 commit comments

Comments
 (0)