diff --git a/History.md b/History.md index 0c3cf1350c..7df9f7ef2a 100644 --- a/History.md +++ b/History.md @@ -1,4 +1,22 @@ +0.3.5 / 2013-05-30 +================== + + * Update logo based on the new official one (@finian) + * UI more flatter; use "white-space:pre" to show spaces (@jiyinyiyong) + * fixed #161 xss process after markdown transfer + * 修复reply2的逻辑;暂时屏蔽标签功能 + * use fixed-width font in reply + * a text align and a padding + * add padding to the read messages + * 点击回复数直接跳到最后一个回复 + * 支持html + * fixed #154 消息跳转没有直接跳转到回复 + * fixed #146 修复tag编辑bug + * 增加nae config + * 增加邮件提示内容 + * read file sync package.json + 0.3.4 / 2013-05-27 ================== diff --git a/README.md b/README.md index efeedd8062..89313fa042 100644 --- a/README.md +++ b/README.md @@ -71,35 +71,36 @@ $ git summary project : nodeclub repo age : 1 year, 3 months - active : 136 days - commits : 315 - files : 266 + active : 140 days + commits : 335 + files : 267 authors : - 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% + 159 fengmk2 47.5% + 42 jiyinyiyong 12.5% + 34 Jackson Tian 10.1% + 30 dead-horse 9.0% + 10 Lei Zongmin 3.0% + 10 Kenny Zhao 3.0% + 9 muyuan 2.7% + 7 young40 2.1% + 6 aisk 1.8% + 5 ericzhang 1.5% + 4 spout 1.2% + 3 Json Shen 0.9% 2 Cong Ding 0.6% 2 chang 0.6% 1 张洋 0.3% - 1 Zongmin Lei 0.3% + 1 hhuai 0.3% + 1 Xiang Gao 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 roymax 0.3% + 1 LeToNode 0.3% 1 sunwenchao 0.3% 1 thebrecht 0.3% - 1 LeToNode 0.3% - 1 hhuai 0.3% + 1 Finian 0.3% + 1 Zongmin Lei 0.3% ``` ## License diff --git a/package.json b/package.json index cf4f366144..5492157709 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "club", - "version": "0.3.4", + "version": "0.3.5", "main": "app.js", "private": true, "customHost": ["cnodejs.org", "club.cnodejs.org"],