Skip to content

Commit 223c1df

Browse files
committed
Update readme and news
1 parent 86f6375 commit 223c1df

File tree

2 files changed

+27
-16
lines changed

2 files changed

+27
-16
lines changed

NEWS.md

+22-14
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,22 @@
11
# Change History of OpenCC
22

3-
## Ver 0.4.3
3+
## Version 1.0.1
4+
5+
2014年10月18日
6+
7+
* 使用C++11完全重寫OpenCC
8+
* 修復大量轉換錯誤
9+
* 增加香港繁體轉換
10+
11+
## Version 0.4.3
412

513
2013年5月17日
614

715
* 增加接口`opencc_convert_utf8_free`
816
* 修正Node.js插件內存泄漏問題
917
* 修正Windows下獲取當前目錄的問題
1018

11-
## Ver 0.4.2
19+
## Version 0.4.2
1220

1321
2013年4月14日
1422

@@ -17,14 +25,14 @@
1725
* 增加API文檔,由Doxygen生成
1826
* 重構大量代碼
1927

20-
## Ver 0.4.1
28+
## Version 0.4.1
2129

2230
2013年3月21日
2331

2432
* 修正Node.js 0.10兼容性問題。
2533
* 從Unihan數據庫增加若干缺失的簡繁轉換單字。
2634

27-
## Ver 0.4.0
35+
## Version 0.4.0
2836

2937
2013年3月2日
3038

@@ -38,7 +46,7 @@
3846
* 增加了gyp編譯系統。
3947
* 增加了Node.js接口。
4048

41-
## Ver 0.3.0
49+
## Version 0.3.0
4250

4351
2011年12月2日
4452

@@ -53,7 +61,7 @@
5361
* 增加「毀」「譭」「燬」對立。
5462
* 增加「背」「揹」對立。
5563

56-
## Ver 0.2.0
64+
## Version 0.2.0
5765

5866
2010年12月23日
5967

@@ -64,7 +72,7 @@
6472
* 使用CMake代替Autotools構建編譯框架。
6573
* 修正包括「拿不準」在內諸多簡繁轉換問題。
6674

67-
## Ver 0.1.2
75+
## Version 0.1.2
6876

6977
2010年9月16日
7078

@@ -75,7 +83,7 @@
7583
* 修正輸入爲空時轉換的Bug。
7684
* 改進opencc命令行工具參數提示和幫助。
7785

78-
## Ver 0.1.1
86+
## Version 0.1.1
7987

8088
2010年8月10日
8189

@@ -88,7 +96,7 @@
8896
* 增加編譯時的測試。
8997
* 分離辭典爲字典和詞典。
9098

91-
## Ver 0.1.0
99+
## Version 0.1.0
92100

93101
2010年7月28日
94102

@@ -100,7 +108,7 @@
100108
* 增加「岳嶽」一簡對多繁轉換。
101109
* 隱藏不必要的類型,更新接口註釋。
102110

103-
## Ver 0.0.5
111+
## Version 0.0.5
104112

105113
2010年7月21日
106114

@@ -109,7 +117,7 @@
109117
* 修正一個文件名緩衝區分配的問題。
110118
* 增加「囉」「溼」「廕」「彷」「徵」繁簡轉換。
111119

112-
## Ver 0.0.4
120+
## Version 0.0.4
113121

114122
2010年7月16日
115123

@@ -119,7 +127,7 @@
119127
* 修正辭典加載兼容性問題,當無法mmap時直接申請內存。
120128
* 修正C++接口在64位平臺下編譯的問題。
121129

122-
## Ver 0.0.3
130+
## Version 0.0.3
123131

124132
2010年6月22日
125133

@@ -128,7 +136,7 @@
128136
* 增加辭典配置文件支持。
129137
* 修正一些兼容性Bug。
130138

131-
## Ver 0.0.2
139+
## Version 0.0.2
132140

133141
2010年6月19日
134142

@@ -137,7 +145,7 @@
137145
* 增加平面文件詞庫到`Datrie`詞庫的轉換工具`opencc_dict`
138146
* 提供UTF8文本直接轉換的接口。
139147

140-
## Ver 0.0.1
148+
## Version 0.0.1
141149

142150
2010年6月11日
143151

README.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ Open Chinese Convert (OpenCC, 開放中文轉換) is an opensource project for c
1818

1919
### Links 相關鏈接
2020

21-
* Introduction 詳細介紹 https://code.google.com/p/opencc/wiki/Introduction
22-
* Development Documentation 開發文檔 http://byvoid.github.io/OpenCC/
21+
* Introduction 詳細介紹 https://github.com/BYVoid/OpenCC/wiki/%E7%B7%A3%E7%94%B1
2322
* OpenCC Online (在線轉換) http://opencc.byvoid.com/
2423
* 現代漢語常用簡繁一對多字義辨析表 http://ytenx.org/byohlyuk/KienxPyan
2524

@@ -55,6 +54,10 @@ https://bintray.com/byvoid/opencc/OpenCC
5554
* `s2twp.json` Simplified Chinese to Traditional Chinese (Taiwan Standard) with Taiwanese idiom 簡體到繁體(臺灣正體標準)並轉換爲臺灣常用詞彙
5655
* `tw2sp.json` Traditional Chinese (Taiwan Standard) to Simplified Chinese with Mainland Chinese idiom 繁體(臺灣正體標準)到簡體並轉換爲中國大陸常用詞彙
5756

57+
## Development Documentation 開發文檔
58+
59+
* http://byvoid.github.io/OpenCC/
60+
5861
## Build 編譯
5962

6063
[![Build Status](https://travis-ci.org/BYVoid/OpenCC.png?branch=master)](https://travis-ci.org/BYVoid/OpenCC)

0 commit comments

Comments
 (0)