-
Notifications
You must be signed in to change notification settings - Fork 1
/
CHANGELOG.txt
44 lines (35 loc) · 1.12 KB
/
CHANGELOG.txt
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
Discard2 changelog
2022-07-15 version 0.1.10
Crawler
- Add explain option (thanks TheTechRobo!)
2022-07-02 version 0.1.9
Crawler
- Log CPU and memory usage of the browser to pidusage.jsonl in job directory
2022-07-02 version 0.1.8
Crawler
- Add an option to restart browser with given interval
This is useful because Chrome leaks RAM like a sieve. But it's
not a long-term solution.
Reader
- With mitmdump, support multiple websocket streams in capture
2022-07-02 version 0.1.7
Refactor settings structure in job state.
2020-06-26 version 0.1.6
Retry opening servers. Might fix opening servers low in the list.
2020-06-20 version 0.1.5
Implement results structure for tasks. Tasks can now produce results at runtime
which get saved into the state file.
The following results are implemented:
- Login task:
- nameTag (Name#0123)
- Server task:
- serverName
- Channel task:
- serverName
- channelName
- Thread task:
- serverName
- channelName
- threadName
- DM task:
- dmUserName