Skip to content

Commit b8c1ee3

Browse files
committed
Release 0.3.4
1 parent 2559eda commit b8c1ee3

File tree

3 files changed

+53
-28
lines changed

3 files changed

+53
-28
lines changed

History.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,25 @@
11

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

README.md

Lines changed: 31 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -66,36 +66,40 @@ if (req.body && req.body.user_action === 'upload_image') return next();
6666

6767
Below is the output from `git-summary`.
6868

69-
```
70-
$ git summary
69+
```bash
70+
$ git summary
7171

7272
project : nodeclub
73-
repo age : 1 year, 1 month
74-
active : 113 days
75-
commits : 270
76-
files : 280
73+
repo age : 1 year, 3 months
74+
active : 136 days
75+
commits : 315
76+
files : 266
7777
authors :
78-
129 fengmk2 47.8%
79-
31 Jackson Tian 11.5%
80-
30 dead-horse 11.1%
81-
16 jiyinyiyong 5.9%
82-
10 Kenny Zhao 3.7%
83-
9 Lei Zongmin 3.3%
84-
9 muyuan 3.3%
85-
7 young40 2.6%
86-
6 aisk 2.2%
87-
5 ericzhang 1.9%
88-
4 spout 1.5%
89-
3 Json Shen 1.1%
90-
2 Cong Ding 0.7%
91-
2 chang 0.7%
92-
1 sunwenchao 0.4%
93-
1 roymax 0.4%
94-
1 Xiang Gao 0.4%
95-
1 leizongmin 0.4%
96-
1 thebrecht 0.4%
97-
1 LeToNode 0.4%
98-
1 张洋 0.4%
78+
146 fengmk2 46.3%
79+
36 jiyinyiyong 11.4%
80+
34 Jackson Tian 10.8%
81+
30 dead-horse 9.5%
82+
10 Kenny Zhao 3.2%
83+
10 Lei Zongmin 3.2%
84+
9 muyuan 2.9%
85+
7 young40 2.2%
86+
6 aisk 1.9%
87+
5 ericzhang 1.6%
88+
4 spout 1.3%
89+
3 Json Shen 1.0%
90+
2 Cong Ding 0.6%
91+
2 chang 0.6%
92+
1 张洋 0.3%
93+
1 Zongmin Lei 0.3%
94+
1 kerngven 0.3%
95+
1 leizongmin 0.3%
96+
1 Xiang Gao 0.3%
97+
1 roymax 0.3%
98+
1 Liu Xing 0.3%
99+
1 sunwenchao 0.3%
100+
1 thebrecht 0.3%
101+
1 LeToNode 0.3%
102+
1 hhuai 0.3%
99103
```
100104

101105
## License

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nodeclub",
3-
"version": "0.3.3",
3+
"version": "0.3.4",
44
"main": "app.js",
55
"private": true,
66
"dependencies": {

0 commit comments

Comments
 (0)