-
Notifications
You must be signed in to change notification settings - Fork 1
/
changelog.json
315 lines (315 loc) · 8.04 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
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
{
"2.5.5": {
"Telegram bot - info channel": [
"Fixed MZCR API calls"
]
},
"2.5.4": {
"Telegram bot": [
"Moved additional links from buttons to captions"
]
},
"2.5.3": {
"Telegram bot": [
"Added Paypal.me link"
]
},
"2.5.1": {
"Niclus": [
"Added logging of queries to maybe implement some profanity filter later :)"
]
},
"2.5.0": {
"Niclus": [
"Added new telegram bot.",
"Might tell more if you ask :P"
]
},
"2.4.0": {
"Twitch bot": [
"Moved twitch functionality to another server for better code sustainability."
]
},
"2.3.12": {
"General": [
"Upgraded dependencies."
],
"Twitch bot": [
"Added !discord command."
]
},
"2.3.11": {
"Telegram bot - Info channel": [
"Fixed reporting of CZ COVID-19 status"
]
},
"2.3.10": {
"General": [
"Added error logging for failed base promises."
]
},
"2.3.9": {
"Telegram bot - Image channel": [
"Changed number of daily posts from 144 to 360, since the queue is still growing.",
"Yeah, that means it will be the same spam as it used to be :))"
]
},
"2.3.8": {
"Telegram bot - Channel queue": [
"Now saving artists' names separately"
]
},
"2.3.7": {
"Telegram bot - Daily Summary": [
"Fixed date format"
]
},
"2.3.6": {
"General": [
"Migrated from TSLint to ESLint",
"ESLint fixes",
"Some other refactorings"
],
"Telegram bot - Info Channel": [
"Added daily report of how many images were adde to queue. Posts and resets every day at midnight, CET"
]
},
"2.3.5": {
"Telegram bot - Info Channel": [
"Added pinning of changelog messages"
]
},
"2.3.4": {
"General": [
"Added info link to README"
],
"Wuhan Tracker": [
"Added posting the info to the info channel. Post frequency is every 4th hour from 8AM to 8PM CET (both included)."
]
},
"2.3.3": {
"General": [
"Updated and fixed dependencies",
"Added current version changelog posting on deploy"
],
"Telegram bot": [
"Changed post frequency from 4 in an hour to 6",
"Added info channel with stats previously posted in the main channel"
]
},
"2.3.2": {
"Telegram bot": [
"Removed even more unnecessary text (empty lines)",
"Change posting interval from random to every 15th minute in an hour (0, 15, 30, 45)"
]
},
"2.3.1": {
"Telegram bot": [
"Removed a lot of unnecessary text",
"Changed post image link to be the original link again"
]
},
"2.3.0": {
"Telegram bot": [
"Added furaffinity-api and bulk processing of FA entries"
]
},
"2.2.0": {
"2019nCov Utility": [
"Renamed",
"Added caching to database for difference calculation",
"Added as a cron job with more consistent posting times"
]
},
"2.1.3": {
"Telegram bot": [
"Returned the version reporting."
]
},
"2.1.2": {
"Telegram bot": [
"Completed migration of bot to database"
]
},
"2.1.1": {
"Telegram bot": [
"Added onConflict handler"
]
},
"2.1.0": {
"Telegram bot": [
"New queue entries will be saved into the DB instead of file system."
]
},
"2.0.0": {
"Whole project": [
"Moved from tslint to eslint",
"Added few callback/handler types to improve readability",
"Updated dependencies"
],
"2019nCov Utility": [
"Fixed status report scheduling"
]
},
"1.7.13": {
"2019nCov Utility": [
"Changed status getting"
]
},
"1.7.12": {
"2019nCov Utility": [
"Added status reporting every 4 hours until there's 0 confirmed."
]
},
"1.7.11": {
"Twitch bot": [
"Changed various twitch bot command responses"
]
},
"1.7.10": {
"Telegram bot": [
"Fixed using preview for GIF animations."
]
},
"1.7.9": {
"Telegram bot": [
"Changed high queue threshold from 1500 to 1000 so the more recent pictures can appear."
]
},
"1.7.8": {
"Telegram bot": [
"Added support for tip links"
]
},
"1.7.7": {
"TB Processor": [
"Changed message appearance."
]
},
"1.7.6": {
"TB Processor": [
"Fixed TB processor.",
"Changed message appearance."
]
},
"1.7.5": {
"Telegram bot": [
"Added parameter for post requests, to be able to have two image links, in case a site has some serving middleware instead of raw files as a full resolution (sofurry for example)"
]
},
"1.7.4": {
"Telegram bot": [
"Removed postId 'calculation'."
]
},
"1.7.3": {
"Telegram bot": [
"Changed post priority algorithm."
]
},
"1.7.2": {
"Telegram bot": [
"Added URI encoding on full res link"
]
},
"1.7.1": {
"Telegram bot": [
"Lowered chance for ko-fi link to appear",
"Changed queue mechanics to the chronological order (according to site IDs), with balanced distribution of supported (and available) sites"
]
},
"1.7.0": {
"Telegram bot": [
"Added bot token to queue request path, making it safer"
]
},
"1.6.3": {
"Telegram bot": [
"Changed interval generation for when there's too many or too little posts in queue. Below 200 generates only 15-30min interval; above 1500 generates only 1-5min interval; anything between generates still the same"
]
},
"1.6.2": {
"Telegram bot": [
"Fixed replacing <> characters not being replaced with their respective html entities"
],
"Twitch bot": [
"Added !steam and !lol commands"
]
},
"1.6.1": {
"TB Processor": [
"added support for ATS"
]
},
"1.6.0": {
"General": [
"added TrucksBook webhook processor"
],
"TB Processor": [
"added resending messages from TB to telegram and discord"
]
},
"1.5.4": {
"Telegram bot": [
"Fixed not responding correctly to incoming webhooks"
]
},
"1.5.3": {
"Telegram bot": [
"Fixed failing to post without correct error handling"
]
},
"1.5.2": {
"Telegram bot": [
"Fixed 'Post failed' post not removing the post from queue."
]
},
"1.5.1": {
"Telegram bot": [
"Fixed Weasyl postId not parsing correctly "
]
},
"1.5.0": {
"Telegram bot": [
"Added support for more pages, not just FA"
]
},
"1.4.5": {
"Telegram bot": [
"Fixed <> appearance in post names causing fatal error and resulting in server crashing"
]
},
"1.4.4": {
"Telegram bot": [
"Fixed creating errorneous error posting attempt"
]
},
"1.4.3": {
"Telegram bot": [
"Fixed not sending an error post when encountering an error"
]
},
"1.4.2": {
"Twitch bot": [
"Changed bot to use logger instead of console"
]
},
"1.4.1": {
"Twitch bot": [
"Fixed bot to be actually loaded"
]
},
"1.4.0": {
"General": [
"added changelog",
"added twitch bot"
],
"Telegram bot": [
"changed API version being fetched dynamically"
],
"(NEW) Twitch bot": [
"added basic functionality",
"added '!mmr command"
]
}
}