Skip to content

Commit

Permalink
update changelog and zh trans
Browse files Browse the repository at this point in the history
  • Loading branch information
marguerite committed Jul 22, 2012
1 parent db3873b commit 759739a
Show file tree
Hide file tree
Showing 5 changed files with 85 additions and 20 deletions.
15 changes: 13 additions & 2 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
The Latest Stable Version is 0.9.8.6
The Latest Development Version is 0.9.8.5
The Latest Stable Version is 0.9.8.7
The Latest Development Version is 0.9.8.8

Version 0.9.8.7
* merge follower and following into a single tab
* Kismet now can handle retweet tweets
* picture preview for gtk/qt
* native support for read-it-later and instapaper

Version 0.9.8.6
* remove Linux native notification
* enable GPU acceleration by default
* new options for line-height, css3 animation, and GPU acceleration

Version 0.9.8.5
* Support to expand/fold people vcard.
Expand Down
24 changes: 12 additions & 12 deletions data/_locales/zh_CN/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
"description": "data/index.html"
},
"authentication_ok": {
"message": "验证通过呦",
"message": "验证通过嗷",
"description": "data/js/ui.welcome.js"
},
"author": {
Expand Down Expand Up @@ -288,11 +288,11 @@
"description": "data/js/ui.main.js"
},
"follower_cnt": {
"message": "关注者",
"message": "仰慕者",
"description": "data/js/ui.template.js"
},
"followers": {
"message": "关注者",
"message": "仰慕者",
"description": "data/js/ui.template.js"
},
"font": {
Expand All @@ -308,11 +308,11 @@
"description": ""
},
"friend_cnt": {
"message": "朋友",
"message": "基友",
"description": "data/js/ui.template.js"
},
"friends": {
"message": "朋友",
"message": "基友",
"description": "data/js/ui.template.js"
},
"global": {
Expand Down Expand Up @@ -816,7 +816,7 @@
"description": "data/js/ui.slider.js"
},
"search_api_base2": {
"message": "Search API Base",
"message": "搜索 API Base",
"description": ""
},
"search_in_google": {
Expand Down Expand Up @@ -872,11 +872,11 @@
"description": "data/index.html"
},
"signing_api_base": {
"message": "Signing API Base",
"message": "登录 API Base",
"description": "data/index.html"
},
"signing_oauth_base": {
"message": "Signing OAuth Base",
"message": "登录 OAuth Base",
"description": "data/index.html"
},
"slide_to_next_page": {
Expand Down Expand Up @@ -940,7 +940,7 @@
"description": "data/index.html"
},
"to": {
"message": "To",
"message": "",
"description": "data/index.html"
},
"to_cold_beauty": {
Expand All @@ -960,11 +960,11 @@
"description": "data/index.html"
},
"trending_topics": {
"message": "趋势",
"message": "天下大势",
"description": "data/js/ui.slider.js"
},
"trending_topics_view": {
"message": "趋势",
"message": "天下大势",
"description": "data/index.html"
},
"tweet_cnt": {
Expand Down Expand Up @@ -1024,7 +1024,7 @@
"description": "data/index.html"
},
"upload_api_base": {
"message": "Upload API Base",
"message": "上传 API Base",
"description": "data/index.html"
},
"upload_photo": {
Expand Down
9 changes: 4 additions & 5 deletions po/zh_CN.po
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ msgstr ""
"Project-Id-Version: Hotot 1.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-05-05 02:58+0800\n"
"PO-Revision-Date: 2012-05-05 02:58+0800\n"
"Last-Translator: Weng Xuetian <[email protected]>\n"
"PO-Revision-Date: 2012-07-23 06:47+0800\n"
"Last-Translator: Marguerite Su\n"
"Language-Team: Chinese Simplified <[email protected]>\n"
"Language: Chinese/Simplified\n"
"MIME-Version: 1.0\n"
Expand Down Expand Up @@ -42,9 +42,8 @@ msgid "&Minimize to Tray"
msgstr "最小化时隐藏到系统托盘 (&M)"

#: /home/saber/Develop/Hotot/build/po/../..//qt/src/main.cpp:67
#, fuzzy
msgid "(c) 2009-2012 Shellex Wai\n"
msgstr "(c) 2009-2012 Shellex Wai\n"
msgstr "(c) 2009-2012 甜软萌的壳酱\n"

#: /home/saber/Develop/Hotot/build/po/../..//qt/src/kdetraybackend.cpp:90
msgid "1 unread post"
Expand Down Expand Up @@ -152,7 +151,7 @@ msgstr "显示主窗口 (&M)"

#: /home/saber/Develop/Hotot/build/po/../..//qt/src/main.cpp:76
msgid "Tualatrix Chou"
msgstr "Tualatrix Chou"
msgstr "Tualatrix 主席"

#: /home/saber/Develop/Hotot/build/po/../..//qt/src/main.cpp:85
msgid "Use Proxy as Socks Proxy instead of HTTP Proxy"
Expand Down
2 changes: 1 addition & 1 deletion spec/_service
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<services>
<service name="tar_scm"><param name="version">0.9.7.45</param><param name="url">http://github.com/shellex/Hotot.git</param><param name="filename">hotot-qt</param><param name="scm">git</param></service>
<service name="tar_scm"><param name="version">0.9.8.8</param><param name="url">http://github.com/shellex/Hotot.git</param><param name="filename">hotot-qt</param><param name="scm">git</param></service>
<service name="recompress"><param name="file">*.tar</param><param name="compression">bz2</param></service><service name="set_version"/></services>
55 changes: 55 additions & 0 deletions spec/hotot.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,58 @@
-------------------------------------------------------------------
Sun Jul 22 22:16:34 UTC 2012 - [email protected]

- update version 0.9.8.7
* merge follower and following into a same tab
* Kismet now can handle retweet tweets.
* picture preview for gtk/qt.
* native support for read it later and instapaper.

- Change in 0.9.8.6
* remove Linux native notification
* enable GPU acceleration by default
* new options for line-height, css3 animation, and GPU acceleration.

-------------------------------------------------------------------
Mon Jun 4 10:44:27 UTC 2012 - [email protected]

- update version 0.9.8.5
* Support to expand/fold people vcard.
* CSS3 animation support.
* Improve autocomplete result.
* New Extension: App Mask
* Change the unit of font size from pixel to point.
* Support System proxy and ssh proxy.
* Support Hotot.in service(support to post tweet more than 140 characters).

-------------------------------------------------------------------
Fri May 4 13:26:09 UTC 2012 - [email protected]

- Updated version 0.9.8.1
* Minor fixes for usability issues.
* Fix: duplicate translation result
* Improve hotkey
* Update legal hashtag characters
* Update several translation
* Greek Translation.

-------------------------------------------------------------------
Thu Apr 19 15:32:09 UTC 2012 - [email protected]

- first beta (0.9.8).
* http://hotot.org/hotot-0.9.8-released-many-updates-involved

-------------------------------------------------------------------
Mon Apr 9 09:43:44 UTC 2012 - [email protected]

- Updated version 0.9.7.55
* Add Cantonese translation (thank @xsoul)
* Add Latvietis translation (thank @arvislacis)
* Fix Issue #198
* Fix scrolling problem when using trackpad on OS X
* Increase the refresh frequencey
* Fix: Horizontal slide
- Historic Changes see ChangeLog.

-------------------------------------------------------------------
Tue Mar 20 13:54:01 UTC 2012 - [email protected]

Expand Down

0 comments on commit 759739a

Please sign in to comment.