-
Notifications
You must be signed in to change notification settings - Fork 192
/
Copy pathchangelog.json
46 lines (44 loc) · 999 Bytes
/
changelog.json
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
[
{
"version": "3.3.0",
"versionNumber": 30030,
"builddate": "2023-7-1",
"description": "CaptfEncoder V3.3.0 released",
"changes": [
]
},
{
"version": "3.1.2",
"versionNumber": 30012,
"builddate": "2022-1-18",
"description": "CaptfEncoder V3.1.2 released",
"changes": [
"[Update] baconian",
"[Update] Script extension",
"[Update] GUI"
]
},
{
"version": "3.1.0",
"versionNumber": 30010,
"builddate": "2022-1-2",
"description": "CaptfEncoder V3.1.0 released",
"changes": [
"[ADD] Script extension",
"[ADD] Base92",
"[ADD] Punycode",
"[ADD] Quoted-printable",
"[ADD] Tap code",
"[ADD] Uuencode",
"[ADD] Brainfuck",
"[Update] GUI"
]
},
{
"version": "3.0.1",
"versionNumber": 30001,
"builddate": "2021-12-20",
"description": "CaptfEncoder V3.0.1 released",
"changes": []
}
]