summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorUnknown <joe2010xtmf@163.com>2014-03-13 04:06:35 -0400
committerUnknown <joe2010xtmf@163.com>2014-03-13 04:06:35 -0400
commitc01f593daa994dddc208f853c1c116c56d2ea397 (patch)
treedf572e8608c00f2448e19c0b868a38f1f1a30a7a /README.md
parent76dae5bf680cd701b1ae9876ecc21486a8721f92 (diff)
downloadgitea-c01f593daa994dddc208f853c1c116c56d2ea397.tar.gz
gitea-c01f593daa994dddc208f853c1c116c56d2ea397.zip
Add updatePasswd
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 05056e20a6..0e354a9d47 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@ Gogs - Go Git Service [![wercker status](https://app.wercker.com/status/ad0bdb0b
Gogs(Go Git Service) is a GitHub-like clone in the Go Programming Language, it currently supports Linux and Max OS X, but Windows has **NOT** supported yet due to installation problem with [libgit2](http://libgit2.github.com/) in Windows.
-##### Current version: 0.0.6 Alpha
+##### Current version: 0.0.7 Alpha
## Purpose
@@ -18,6 +18,7 @@ Please see [Wiki](https://github.com/gogits/gogs/wiki) for project design, devel
- SSH protocal support.
- Register/delete account.
- Create/delete public repository.
+- User/repository home page.
- Git repository manipulation.
## Installation