-
Notifications
You must be signed in to change notification settings - Fork 27
/
Copy pathchangelog.json
127 lines (122 loc) · 3.79 KB
/
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
{
"1":{
"title":"first commit",
"description":"Add files",
"timestamp":1657177740
},
"2":{
"title":"add auth methods",
"description":"Added methods for authorizing",
"timestamp":1657271280
},
"3":{
"title":"fix scopes",
"description":"Fix required scopes for google drive auth",
"timestamp":1657273860
},
"4":{
"title":"fix +",
"description":"Fixed code in docs",
"timestamp":1657283880
},
"5":{
"title":"add quickstart cog",
"description":"Make a command which quickstarts the bot.",
"timestamp":1659705660
},
"6":{
"title":"add help,size cmd",
"description":"Add help command and a command to calculate the size of a google drive link",
"timestamp":1661169060
},
"7":{
"title":"add heroku support",
"description":"Add workflow for heroku support",
"timestamp":1661176440
},
"8":{
"title":"heroku deploy test 1",
"description":"Fix heroky yml file",
"timestamp":1661176800
},
"9":{
"title":"add changelog.json",
"description":"Make a file which shows recent changes to the bot",
"timestamp":1661179970
},
"10":{
"title":"added speed",
"description":"shows speed now while cloning",
"timestamp":1661182170
},
"11":{
"title":"logging added",
"description":"Added logging to various modules and added errors.",
"timestamp":1661184750
},
"12":{
"title":"add readme etc.",
"description":"Added a readme file, and updated the site to show changelog and readme",
"timestamp":1661257002
},
"13":{
"title":"add upstream merge + others",
"description":"Added a workflow to automatically merge upstream and fixed authorization method. and a few missing f strings",
"timestamp":1661275153
},
"14":{
"title":"fix \\\\ to /",
"description":"Fix an issue which was causing heroku to not send service accounts",
"timestamp":1661338440
},
"15":{
"title":"move flow into auth.py",
"description":"Fix initialisation of webserverflow",
"timestamp":1661355840
},
"16":{
"title":"check automerge",
"description":"check the automerge feature if its working",
"timestamp":1661362860
},
"17":{
"title":"fix (cloning without sas)",
"description":"Prevents error when cloning public links without service accounts",
"timestamp":1661421420
},
"18":{
"title":"add images, pubclone err",
"description":"Add images to the repo, and add error handler for pubclone command",
"timestamp":1661429640
},
"19":{
"title":"Update readme.md",
"description":"Added video tutorials for deploying as well as commands.",
"timestamp":1661433780
},
"20":{
"title":"add info cmd",
"description":"Added info command which tells about the bot and gives deploying tutorial.",
"timestamp":1661434206
},
"21":{
"title":"add ETA, update ytlink",
"description":"Bot now shows ETA for completion and updated youtube link for hosting.",
"timestamp":1668090262
},
"22":{
"title":"add files done/files left",
"description":"Bot now shows Transferred files out of total files.",
"timestamp":1668093682
},
"23":{
"title":"update requirements to support py 3.11",
"description":"Now bot will work with python 3.11",
"timestamp":1668094162
},
"24":{
"title":"Add local hosting guide",
"description":"Added guide for hosting the bot locally.",
"timestamp":1668099982
}
}