-
-
Notifications
You must be signed in to change notification settings - Fork 36
/
change_log.json
528 lines (528 loc) · 17.7 KB
/
change_log.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
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
{
"general": [
{
"title": "Changelog",
"description": "All notable changes to this project will be documented in this file.\n\nThe format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html)."
}
],
"versions": [
{
"version": "v2.13.0",
"date": "2021-07-04 14:53",
"section": [
{
"label": "Changed",
"entries": [
{
"author": "Marcel",
"message": "Using single point of truth for cost handling"
},
{
"author": "Marcel",
"message": "Important attributes are stored in a dict now for easier version changes in the future"
}
]
}
]
},
{
"version": "v2.12.0",
"date": "2021-03-21 11:20",
"section": [
{
"label": "Changed",
"entries": [
{
"author": "Marcel",
"message": "Updated donation addresses"
}
]
},
{
"label": "Fixed",
"entries": [
{
"author": "Marcel",
"message": "Fix problems with creating a trading set using a signal text"
}
]
}
]
},
{
"version": "v2.11.1",
"date": "2021-02-23 00:54",
"section": [
{
"label": "Fixed",
"entries": [
{
"author": "Marcel",
"message": "Fixed problem with message container during update check"
}
]
}
]
},
{
"version": "v2.11.0",
"date": "2021-02-23 00:40",
"section": [
{
"label": "Added",
"entries": [
{
"author": "Marcel",
"message": "Pasting raw text containing formatted buy signals when defining a new trade set is now supported in a limited range."
},
{
"author": "Marcel",
"message": "The leftover coins (coins not sold) are now mentioned during trade set activation and deletion"
}
]
},
{
"label": "Changed",
"entries": [
{
"author": "Marcel",
"message": "Changing donation addresses"
}
]
}
]
},
{
"version": "v2.10.1",
"date": "2021-01-20 16:41",
"section": [
{
"label": "Fixed",
"entries": [
{
"author": "Marcel",
"message": "Fix problem with already deleted messages"
}
]
}
]
},
{
"version": "v2.10.0",
"date": "2021-01-20 16:05",
"section": [
{
"label": "Fixed",
"entries": [
{
"author": "Marcel",
"message": "Fixed autosave problem that arised from new telegram version."
}
]
}
]
},
{
"version": "v2.9.3",
"date": "2021-01-08 09:45",
"section": [
{
"label": "Fixed",
"entries": [
{
"author": "Marcel",
"message": "User is now informed if there are problems with showing a trade set"
}
]
}
]
},
{
"version": "v2.9.2",
"date": "2020-12-28 10:41",
"section": [
{
"label": "Fixed",
"entries": [
{
"author": "Marcel",
"message": "Fixed error with new python telegram bot version"
}
]
}
]
},
{
"version": "v2.9.1",
"date": "2020-11-22 18:06",
"section": [
{
"label": "Fixed",
"entries": [
{
"author": "Marcel",
"message": "Fix dev tool dependency"
}
]
}
]
},
{
"version": "v2.9.0",
"date": "2020-11-22 17:46",
"section": [
{
"label": "Added",
"entries": [
{
"author": "Marcel",
"message": "Provides the possibility to update eazebot via Telegram"
}
]
},
{
"label": "Changed",
"entries": [
{
"author": "Marcel",
"message": "Instead of GitHub commit messages, the changes written in the change log are now shown in Telegram"
}
]
},
{
"label": "Fixed",
"entries": [
{
"author": "Marcel",
"message": "Fixed version comparison which was not working correctly for some versions."
},
{
"author": "Marcel",
"message": "Fixed change log template to correctly list the branch comparisons at the bottom"
},
{
"author": "Marcel",
"message": "Fix dependency on dev package pystache when only loading ChangeLog class for accessing changes"
},
{
"author": "Marcel",
"message": "Trade set name now also appears in the 1 year buy warning"
}
]
}
]
},
{
"version": "v2.8.0",
"date": "2020-10-03 11:55",
"section": [
{
"label": "Added",
"entries": [
{
"author": "Marcel",
"message": "Possibility to name the trade set"
}
]
}
]
},
{
"version": "v2.7.2",
"date": "2020-09-21 12:45",
"section": [
{
"label": "Fixed",
"entries": [
{
"author": "Marcel",
"message": "Exchanges are added directly, if a new user starts the bot"
},
{
"author": "Marcel",
"message": "Bug with missing taxWarn setting for new user fixed"
}
]
}
]
},
{
"version": "v2.7.1",
"date": "2020-08-25 17:57",
"section": [
{
"label": "Fixed",
"entries": [
{
"author": "Marcel",
"message": "Fixed double master push in dev tools"
},
{
"author": "Marcel",
"message": "Fixed iteration over trade set object during deletion of trade set"
},
{
"author": "Marcel",
"message": "Docker image does not restart automatically anymore"
}
]
}
]
},
{
"version": "v2.7.0",
"date": "2020-08-17 08:35",
"section": [
{
"label": "Added",
"entries": [
{
"author": "Marcel",
"message": "Added scripts and hooks for automated multi-arch building on docker hub"
}
]
}
]
},
{
"version": "v2.6.2",
"date": "2020-08-15 10:01",
"section": [
{
"label": "Fixed",
"entries": [
{
"author": "Marcel",
"message": "Bug during SL trigger"
},
{
"author": "Marcel",
"message": "Bug with trailing SLs"
},
{
"author": "Marcel",
"message": "Allow merge into master only"
},
{
"author": "Marcel",
"message": "Fix version text bug"
}
]
}
]
},
{
"version": "v2.6.1",
"date": "2020-08-05 09:10",
"section": [
{
"label": "Fixed",
"entries": [
{
"author": "Marcel",
"message": "Added possibility to delete regular buying plan"
},
{
"author": "Marcel",
"message": "Fixed error when using base currency during defining buy/sell level"
}
]
}
]
},
{
"version": "v2.6.0",
"date": "2020-08-04 19:35",
"section": [
{
"label": "Added",
"entries": [
{
"author": "Marcel",
"message": "Activated regular buy feature"
},
{
"author": "Marcel",
"message": "Activated \"hide filled orders\" feature"
}
]
},
{
"label": "Fixed",
"entries": [
{
"author": "Marcel",
"message": "Fixed empty change log"
}
]
}
]
},
{
"version": "v2.5.3",
"date": "2020-08-04 09:39",
"section": [
{
"label": "Fixed",
"entries": [
{
"author": "Marcel",
"message": "Fix missing argument in delete trade set function"
}
]
}
]
},
{
"version": "v2.5.2",
"date": "2020-07-31 10:07",
"section": [
{
"label": "Fixed",
"entries": [
{
"author": "Marcel",
"message": "Fixed typo that prevented trade set deletion"
}
]
}
]
},
{
"version": "v2.5.1",
"date": "2020-07-29 19:23",
"section": [
{
"label": "Fixed",
"entries": [
{
"author": "Marcel",
"message": "Added necessary module dateparser to requirements"
}
]
}
]
},
{
"version": "v2.5.0",
"date": "2020-07-29 10:27",
"section": [
{
"label": "Added",
"entries": [
{
"author": "Marcel",
"message": "Adding prerequisites for a new type of buy (regular buy) to buy with some interval"
},
{
"author": "Marcel",
"message": "Adding prerequisites for a new option to hide filled orders (option within each trade set)"
}
]
}
]
},
{
"version": "v2.4.3",
"date": "2020-07-26 06:38",
"section": [
{
"label": "Fixed",
"entries": [
{
"author": "Marcel",
"message": "Fixed old attribute calls"
}
]
}
]
},
{
"version": "v2.4.2",
"date": "2020-07-13 11:45",
"section": [
{
"label": "Fixed",
"entries": [
{
"author": "Marcel",
"message": "Fixed bug with precision calculation during balance fetching"
}
]
}
]
},
{
"version": "v2.4.1",
"date": "2020-07-13 09:08",
"section": [
{
"label": "Fixed",
"entries": [
{
"author": "Marcel",
"message": "Fix version info, which now comes from __init__.py"
}
]
}
]
},
{
"version": "v2.4.0",
"date": "2020-07-13 08:57",
"section": [
{
"label": "Added",
"entries": [
{
"author": "Marcel",
"message": "Added change log functionality and improved git manager"
},
{
"author": "Marcel",
"message": "Added upper cap for backup files configurable via maxBackupFileCount in botConfig.json"
}
]
},
{
"label": "Changed",
"entries": [
{
"author": "Marcel",
"message": "Transformed trade set dictionaries into class"
},
{
"author": "Marcel",
"message": "Transformed SL dictionaries into classes"
},
{
"author": "Marcel",
"message": "Prices are now kept and updated in a price class including time stamp to avoid rest api calls for prices that have already been queries recently"
},
{
"author": "Marcel",
"message": "Modules now communicate with telegram via the Telegram logging handler by handing over the chatId as extra argument"
},
{
"author": "Marcel",
"message": "More refactoring"
},
{
"author": "Marcel",
"message": "Updated ccxt and python-telegram-version"
}
]
},
{
"label": "Fixed",
"entries": [
{
"author": "Marcel",
"message": "Typos in dev_utils"
}
]
}
]
}
]
}