Commit 223c1df 1 parent 86f6375 commit 223c1df Copy full SHA for 223c1df
File tree 2 files changed +27
-16
lines changed
2 files changed +27
-16
lines changed Original file line number Diff line number Diff line change 1
1
# Change History of OpenCC
2
2
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
4
12
5
13
2013年5月17日
6
14
7
15
* 增加接口` opencc_convert_utf8_free `
8
16
* 修正Node.js插件內存泄漏問題
9
17
* 修正Windows下獲取當前目錄的問題
10
18
11
- ## Ver 0.4.2
19
+ ## Version 0.4.2
12
20
13
21
2013年4月14日
14
22
17
25
* 增加API文檔,由Doxygen生成
18
26
* 重構大量代碼
19
27
20
- ## Ver 0.4.1
28
+ ## Version 0.4.1
21
29
22
30
2013年3月21日
23
31
24
32
* 修正Node.js 0.10兼容性問題。
25
33
* 從Unihan數據庫增加若干缺失的簡繁轉換單字。
26
34
27
- ## Ver 0.4.0
35
+ ## Version 0.4.0
28
36
29
37
2013年3月2日
30
38
38
46
* 增加了gyp編譯系統。
39
47
* 增加了Node.js接口。
40
48
41
- ## Ver 0.3.0
49
+ ## Version 0.3.0
42
50
43
51
2011年12月2日
44
52
53
61
* 增加「毀」「譭」「燬」對立。
54
62
* 增加「背」「揹」對立。
55
63
56
- ## Ver 0.2.0
64
+ ## Version 0.2.0
57
65
58
66
2010年12月23日
59
67
64
72
* 使用CMake代替Autotools構建編譯框架。
65
73
* 修正包括「拿不準」在內諸多簡繁轉換問題。
66
74
67
- ## Ver 0.1.2
75
+ ## Version 0.1.2
68
76
69
77
2010年9月16日
70
78
75
83
* 修正輸入爲空時轉換的Bug。
76
84
* 改進opencc命令行工具參數提示和幫助。
77
85
78
- ## Ver 0.1.1
86
+ ## Version 0.1.1
79
87
80
88
2010年8月10日
81
89
88
96
* 增加編譯時的測試。
89
97
* 分離辭典爲字典和詞典。
90
98
91
- ## Ver 0.1.0
99
+ ## Version 0.1.0
92
100
93
101
2010年7月28日
94
102
100
108
* 增加「岳嶽」一簡對多繁轉換。
101
109
* 隱藏不必要的類型,更新接口註釋。
102
110
103
- ## Ver 0.0.5
111
+ ## Version 0.0.5
104
112
105
113
2010年7月21日
106
114
109
117
* 修正一個文件名緩衝區分配的問題。
110
118
* 增加「囉」「溼」「廕」「彷」「徵」繁簡轉換。
111
119
112
- ## Ver 0.0.4
120
+ ## Version 0.0.4
113
121
114
122
2010年7月16日
115
123
119
127
* 修正辭典加載兼容性問題,當無法mmap時直接申請內存。
120
128
* 修正C++接口在64位平臺下編譯的問題。
121
129
122
- ## Ver 0.0.3
130
+ ## Version 0.0.3
123
131
124
132
2010年6月22日
125
133
128
136
* 增加辭典配置文件支持。
129
137
* 修正一些兼容性Bug。
130
138
131
- ## Ver 0.0.2
139
+ ## Version 0.0.2
132
140
133
141
2010年6月19日
134
142
137
145
* 增加平面文件詞庫到` Datrie ` 詞庫的轉換工具` opencc_dict ` 。
138
146
* 提供UTF8文本直接轉換的接口。
139
147
140
- ## Ver 0.0.1
148
+ ## Version 0.0.1
141
149
142
150
2010年6月11日
143
151
Original file line number Diff line number Diff line change @@ -18,8 +18,7 @@ Open Chinese Convert (OpenCC, 開放中文轉換) is an opensource project for c
18
18
19
19
### Links 相關鏈接
20
20
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
23
22
* OpenCC Online (在線轉換) http://opencc.byvoid.com/
24
23
* 現代漢語常用簡繁一對多字義辨析表 http://ytenx.org/byohlyuk/KienxPyan
25
24
@@ -55,6 +54,10 @@ https://bintray.com/byvoid/opencc/OpenCC
55
54
* ` s2twp.json ` Simplified Chinese to Traditional Chinese (Taiwan Standard) with Taiwanese idiom 簡體到繁體(臺灣正體標準)並轉換爲臺灣常用詞彙
56
55
* ` tw2sp.json ` Traditional Chinese (Taiwan Standard) to Simplified Chinese with Mainland Chinese idiom 繁體(臺灣正體標準)到簡體並轉換爲中國大陸常用詞彙
57
56
57
+ ## Development Documentation 開發文檔
58
+
59
+ * http://byvoid.github.io/OpenCC/
60
+
58
61
## Build 編譯
59
62
60
63
[ ![ Build Status] ( https://travis-ci.org/BYVoid/OpenCC.png?branch=master )] ( https://travis-ci.org/BYVoid/OpenCC )
You can’t perform that action at this time.
0 commit comments