From 8617f02b016d7de14153387f88bc94b68afcff15 Mon Sep 17 00:00:00 2001 From: Naoki Takezoe Date: Tue, 1 Oct 2013 03:56:19 +0900 Subject: [PATCH 1/3] Update README.md --- README.md | 74 +++++++++++++++++++++++++++---------------------------- 1 file changed, 37 insertions(+), 37 deletions(-) diff --git a/README.md b/README.md index 5a5ff7b3e..d1b9987cb 100644 --- a/README.md +++ b/README.md @@ -47,52 +47,52 @@ To upgrade GitBucket, only replace gitbucket.war. All GitBucket data is stored i Release Notes -------- ### 1.6 - COMMING SOON! -- Web hook. -- Performance improvement for pull request. -- Executable war file. -- Specify suitable Content-Type for downloaded files in the repository viewer. -- Fixed some bugs. +- Web hook +- Performance improvement for pull request +- Executable war file +- Specify suitable Content-Type for downloaded files in the repository viewer +- Fix some bugs ### 1.5 - 4 Sep 2013 -- Fork and pull request. -- LDAP authentication. -- Mail notification. -- Add an option to turn off the gravatar support. -- Add the branch tab in the repository viewer. -- Encoding auto detection for the file content in the repository viewer. -- Add favicon, header logo and icons for the timeline. -- Specify data directory via environment variable GITBUCKET_HOME. -- Fixed some bugs. +- Fork and pull request +- LDAP authentication +- Mail notification +- Add an option to turn off the gravatar support +- Add the branch tab in the repository viewer +- Encoding auto detection for the file content in the repository viewer +- Add favicon, header logo and icons for the timeline +- Specify data directory via environment variable GITBUCKET_HOME +- Fix some bugs ### 1.4 - 31 Jul 2013 -- Group management. -- Repository search for code and issues. -- Display user related issues on the dashboard. -- Display participants avatar of issues on the issue page. -- Performance improvement for repository viewer. -- Alert by milestone due date. -- H2 database administration console. -- Fixed some bugs. +- Group management +- Repository search for code and issues +- Display user related issues on the dashboard +- Display participants avatar of issues on the issue page +- Performance improvement for repository viewer +- Alert by milestone due date +- H2 database administration console +- Fix some bugs ### 1.3 - 18 Jul 2013 -- Batch updating for issues. -- Display assigned user on issue list. -- User icon and Gravatar support. -- Convert @xxxx to link to the account page. -- Add copy to clipboard button for git clone URL. -- Allows multi-byte characters as wiki page name. -- Allows to create the empty repository. -- Fixed some bugs. +- Batch updating for issues +- Display assigned user on issue list +- User icon and Gravatar support +- Convert @xxxx to link to the account page +- Add copy to clipboard button for git clone URL +- Allow multi-byte characters as wiki page name +- Allow to create the empty repository +- Fix some bugs ### 1.2 - 09 Jul 2013 -- Added activity timeline. -- Bugfix for Git 1.8.1.5 or later. -- Allows multi-byte characters as label. -- Fixed some bugs. +- Add activity timeline +- Bugfix for Git 1.8.1.5 or later +- Allows multi-byte characters as label +- Fix some bugs ### 1.1 - 05 Jul 2013 -- Fixed some bugs. -- Upgrade to JGit 3.0. +- Fix some bugs +- Upgrade to JGit 3.0 ### 1.0 - 04 Jul 2013 -- This is a first public release. +- This is a first public release From 9ecd1620408e6467e0c9b5e691770e864fdff897 Mon Sep 17 00:00:00 2001 From: Naoki Takezoe Date: Tue, 1 Oct 2013 03:56:48 +0900 Subject: [PATCH 2/3] GitBucket 1.6 released. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d1b9987cb..acef98c7f 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ To upgrade GitBucket, only replace gitbucket.war. All GitBucket data is stored i Release Notes -------- -### 1.6 - COMMING SOON! +### 1.6 - 1 Oct 2013 - Web hook - Performance improvement for pull request - Executable war file From 09f8cff4c96ea7af6e141b1d73b4a74b49f15a49 Mon Sep 17 00:00:00 2001 From: Naoki Takezoe Date: Tue, 1 Oct 2013 03:58:40 +0900 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index acef98c7f..09bb98584 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ Release Notes ### 1.2 - 09 Jul 2013 - Add activity timeline - Bugfix for Git 1.8.1.5 or later -- Allows multi-byte characters as label +- Allow multi-byte characters as label - Fix some bugs ### 1.1 - 05 Jul 2013