Skip to content

Commit

Permalink
Release 0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
fengmk2 committed May 27, 2013
1 parent 2559eda commit b8c1ee3
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 28 deletions.
21 changes: 21 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,25 @@

0.3.4 / 2013-05-27
==================

* user markd instead showdown, use ace (@fengmk2)
* 使用加粗的边缘线; 过滤粉红色的边缘线; 加深 panel header 颜色; 去掉 scrollbar 定制 (@jiyinyiyong)
* 指定xss模块的配置信息,禁止HTML标签的style和class属性 (@lezongmin)
* shanzhai'd Github T3T (@jiyinyiyong)
* @jiyinyiyong 修改界面布局 fixed #139
* 添加话题详情主要内容的行高 (@kerngven)
* 增加POST提交时间间隔限制 (@leizongmin)
* 中英文间用空格
* 发帖页面优化
* 文本框高度不要闪烁
* use bootstrap 2; hide tags
* see the demo of new UI
* 搜索页面,如果回复时间过长,会产生断行的情况
* unit test cases
* #132 Add https:// validate on user.js cnodejs/nodeclub#132 (@meteormatt)
* Add 0.10 for travis
* fixed #107 update user links

0.3.3 / 2013-03-11
==================

Expand Down
58 changes: 31 additions & 27 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,36 +66,40 @@ if (req.body && req.body.user_action === 'upload_image') return next();

Below is the output from `git-summary`.

```
$ git summary
```bash
$ git summary

project : nodeclub
repo age : 1 year, 1 month
active : 113 days
commits : 270
files : 280
repo age : 1 year, 3 months
active : 136 days
commits : 315
files : 266
authors :
129 fengmk2 47.8%
31 Jackson Tian 11.5%
30 dead-horse 11.1%
16 jiyinyiyong 5.9%
10 Kenny Zhao 3.7%
9 Lei Zongmin 3.3%
9 muyuan 3.3%
7 young40 2.6%
6 aisk 2.2%
5 ericzhang 1.9%
4 spout 1.5%
3 Json Shen 1.1%
2 Cong Ding 0.7%
2 chang 0.7%
1 sunwenchao 0.4%
1 roymax 0.4%
1 Xiang Gao 0.4%
1 leizongmin 0.4%
1 thebrecht 0.4%
1 LeToNode 0.4%
1 张洋 0.4%
146 fengmk2 46.3%
36 jiyinyiyong 11.4%
34 Jackson Tian 10.8%
30 dead-horse 9.5%
10 Kenny Zhao 3.2%
10 Lei Zongmin 3.2%
9 muyuan 2.9%
7 young40 2.2%
6 aisk 1.9%
5 ericzhang 1.6%
4 spout 1.3%
3 Json Shen 1.0%
2 Cong Ding 0.6%
2 chang 0.6%
1 张洋 0.3%
1 Zongmin Lei 0.3%
1 kerngven 0.3%
1 leizongmin 0.3%
1 Xiang Gao 0.3%
1 roymax 0.3%
1 Liu Xing 0.3%
1 sunwenchao 0.3%
1 thebrecht 0.3%
1 LeToNode 0.3%
1 hhuai 0.3%
```

## License
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nodeclub",
"version": "0.3.3",
"version": "0.3.4",
"main": "app.js",
"private": true,
"dependencies": {
Expand Down

0 comments on commit b8c1ee3

Please sign in to comment.