forked from guyoung/CaptfEncoder
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathchangelog.json
More file actions
49 lines (48 loc) · 1.05 KB
/
changelog.json
File metadata and controls
49 lines (48 loc) · 1.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
[
{
"version": "1.3.0",
"versionNumber": 10300,
"builddate": "2019-06-24",
"description": "CaptfEncoder v1.3.0 发布",
"changes": [
"[ADD] RegExp Creator",
"[ADD] Bubble Babble",
"[ADD] 国密 SM3",
"[ADD] Http Request",
"[ADD] Restful Client"
]
},
{
"version": "1.2.0",
"versionNumber": 10200,
"builddate": "2018-12-01",
"description": "CaptfEncoder v1.2.0 发布",
"changes": [
"[ADD] Punycode",
"[ADD] File Type",
"[ADD] File Hash",
"[ADD] Image Exif",
"[ADD] Gif Image",
"[ADD] QR Code",
"[ADD] HMAC",
"[ADD] RC2",
"[ADD] Bcrypt",
"[ADD] Scrypt"
]
},
{
"version": "1.1.0",
"versionNumber": 10100,
"builddate": "2018-11-04",
"description": "CaptfEncoder v1.1.0 发布",
"changes": [
]
},
{
"version": "1.0.0",
"versionNumber": 10000,
"builddate": "2018-10-19",
"description": "CaptfEncoder v1.0.0 发布",
"changes": []
}
]