Commit 7fdaa43 1 parent 6d47ff9 commit 7fdaa43 Copy full SHA for 7fdaa43
File tree 5 files changed +21
-5
lines changed
5 files changed +21
-5
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 4 )
35
+ set (OPENCC_VERSION_REVISION 5 )
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.5
4
+
5
+ 2017年2月6日
6
+
7
+ * 修正Windows下CMake和Visual Studio的問題。
8
+ * 修正FNV Hash的32位編譯警告。
9
+ * 增加若干臺灣常用詞彙轉換和異體字轉換。
10
+ * 增加和修正若干轉換問題。
11
+ * 加快Node模塊編譯速度。
12
+ * 增加Node模塊的詞典轉換接口和Promise接口。
13
+
3
14
## Version 1.0.4
4
15
5
16
2016年4月1日
Original file line number Diff line number Diff line change @@ -166,5 +166,10 @@ https://github.com/BYVoid/OpenCC/blob/master/NEWS.md
166
166
* [ Flandre Scarlet] ( https://github.com/XadillaX )
167
167
* [ 宋辰文] ( https://github.com/songchenwen )
168
168
* [ iwater] ( https://github.com/iwater )
169
+ * [ Xpol Wan] ( https://github.com/xpol )
170
+ * [ Weihang Lo] ( https://github.com/weihanglo )
171
+ * [ Cychih] ( https://github.com/pi314 )
172
+ * [ kyleskimo] ( https://github.com/kyleskimo )
173
+ * [ Ryuan Choi] ( https://github.com/bunhere )
169
174
170
175
Please update this list you have contributed OpenCC.
Original file line number Diff line number Diff line change 1
1
{
2
2
"variables" : {
3
- "opencc_version" : "1.0.4 "
3
+ "opencc_version" : "1.0.5 "
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.4 " ,
3
+ "version" : " 1.0.5 " ,
4
4
"description" : " Conversion between Traditional and Simplified Chinese" ,
5
5
"author" : " BYVoid <byvoid@byvoid.com>" ,
6
- "license" : " Apache" ,
6
+ "license" : " Apache-2.0 " ,
7
7
"main" : " node/opencc.js" ,
8
8
"scripts" : {
9
9
"test" : " mocha -R spec node/test.js"
27
27
"mocha" : " 2.2.5"
28
28
},
29
29
"dependencies" : {
30
- "nan" : " ^2.2.0 "
30
+ "nan" : " ^2.5.1 "
31
31
}
32
32
}
You can’t perform that action at this time.
0 commit comments