-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathCHANGELOG
74 lines (38 loc) · 2.09 KB
/
CHANGELOG
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
Copyright (C) 2017 Alpha Griffin
@%@~LICENSE~@%@
saw_081317_5 - Don't save new all-time-high if in testing mode.
saw_081317_4 - Market mode Now tracks all-time-high.
saw_081317_3 - Append latest action to market summary title.
saw_081317_2 - Make sure we don't try to follow ourselves!
saw_081317_1 - Fix pending list deletion index.
saw_081217_1 - Only follow users we're not already following. Add rudimentary bandwidth check.
saw_081117_2 - Use code that is compatible with older versions of matplotlib (e.g. 1.4.3).
saw_081117_1 - Market mode now has graphing!
saw_081017_4 - Use two decimal points for change percentage.
saw_081017_3 - Market mode now compares against previous summary.
saw_081017_2 - Update README.
saw_081017_1 - Add market mode.
saw_080917_1 - Fix daily wait check.
saw_080817_8 - Log daily vote number when upvoting.
saw_080817_7 - Remove another "post has vanished" warning.
saw_080817_6 - Timely now refers to Github URL and uses author-rooted permlink.
saw_080817_5 - Set a minimum curation payout of $0.50.
saw_080817_4 - Fix error in curate mode introduced in saw_080817_1.
saw_080817_3 - Exclude posts with 'boiled' tag.
saw_080817_2 - Allow other tags to be present in original timely posts.
saw_080817_1 - Reduce unnecessary output. Reset curation payout threshold after 20 hours even if
not all votes have been made.
saw_080717_1 - Log the proper post when upvoting. Add curation section to README file.
saw_080517_1 - Fix thy self.
saw_080417_4 - Supply voter account id to post.upvote().
saw_080417_3 - More fixes for amount. Better exception handling.
saw_080417_2 - Fix for proper usage of Amount class.
saw_080417_1 - Add curate mode.
saw_073117_3 - Do not delete from dictionary while iterating.
saw_073117_2 - Use commit.post() instead of the buggy post.edit().
saw_073117_1 - Add timely mode.
saw_072717_2 - Make sure command script gets installed during `make install`.
saw_072717_1 - Boiler is functional!
saw_072617_3 - Add simple startup script and "run" Makefile target.
saw_072617_2 - Simple README.
saw_072617_1 - First commit for boiler.