Commit 7a0a20d 1 parent d4007e3 commit 7a0a20d Copy full SHA for 7a0a20d
File tree 4 files changed +17
-3
lines changed
4 files changed +17
-3
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ set (PACKAGE_URL https://github.com/BYVoid/Opencc)
32
32
set (PACKAGE_BUGREPORT https://github.com/BYVoid/Opencc/issues)
33
33
set (OPENCC_VERSION_MAJOR 1)
34
34
set (OPENCC_VERSION_MINOR 0)
35
- set (OPENCC_VERSION_REVISION 2 )
35
+ set (OPENCC_VERSION_REVISION 3 )
36
36
37
37
if (CMAKE_BUILD_TYPE MATCHES Debug)
38
38
set (version_suffix .Debug)
Original file line number Diff line number Diff line change 1
1
# Change History of OpenCC
2
2
3
+ ## Version 1.0.3
4
+
5
+ 2015年7月22日
6
+
7
+ * 添加化學元素臺灣用字轉換。
8
+ * 增補100餘組缺失的簡繁轉換字對。
9
+ * 增補香港標準字。
10
+ * 使用nan解決Node.js擴展編譯兼容性問題。
11
+ * 命令行轉換工具支持就地轉換。
12
+ * 測試框架遷移到GTest。
13
+ * 修正Visual C++的編譯問題。
14
+ * 實現無詞典詞彙抽取和分詞算法。
15
+ * 優化轉換性能。
16
+
3
17
## Version 1.0.2
4
18
5
19
2014年11月8日
Original file line number Diff line number Diff line change 1
1
{
2
2
"variables" : {
3
- "opencc_version" : "1.0.2 "
3
+ "opencc_version" : "1.0.3 "
4
4
},
5
5
"target_defaults" : {
6
6
"defines" : [
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " opencc" ,
3
- "version" : " 1.0.2 " ,
3
+ "version" : " 1.0.3 " ,
4
4
"description" : " Conversion between Traditional and Simplified Chinese" ,
5
5
"author" : " BYVoid <byvoid@byvoid.com>" ,
6
6
"license" : " Apache" ,
You can’t perform that action at this time.
0 commit comments