-
Notifications
You must be signed in to change notification settings - Fork 4
/
CHANGES.txt
188 lines (129 loc) · 4.59 KB
/
CHANGES.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
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
2024-09-25 b4674b6 Daniel Graham
Tagged version 6.4.11.
2024-09-25 22c4986 Daniel Graham
Fixed infinite recursion loop in do_update.
2024-09-24 5c13f30 Daniel Graham
Tagged version 6.4.10.
2024-09-24 9d09e7b Daniel Graham
Trying to resync version number
2024-09-24 8a05c61 Daniel Graham
Tagged version 6.5.1.
2024-09-24 93f68da Daniel Graham
Tagged version 6.5.0rc0. Reset working branch to master and
implemented calendar highlighting for the current month and day.
2024-09-24 0ad55c2 Daniel Graham
3rd pass
2024-09-24 e87d4e6 Daniel Graham
2nd pass
2024-09-24 2c21499 Daniel Graham
first pass calendar highlight lexer
2024-09-24 10d766b Daniel Graham
Merge branch 'master' into provisional
2024-09-24 809e2ed Daniel Graham
fiddle
2024-08-08 2040f83 Daniel Graham
merged provisional
2024-08-08 cbe47de Daniel Graham
Fixed error in treating error msg as a list when it is a string.
2024-07-12 b64c9ab Daniel Graham
Updated CI to latest action versions
2024-07-12 f4e894a Daniel Graham
Setup CI with GitHub Actions
2024-06-25 f600621 Daniel Graham
Tagged version 6.5.0. Implemented item cache for schedule views
2024-06-25 81c8a71 Daniel Graham
Minor tweaks
2024-06-25 0e3ea51 Daniel Graham
Implemented cache for item schedule views
2024-06-24 9909239 Daniel Graham
itemcache -> details_cache
2024-06-23 519c1aa Daniel Graham
about to rename
2024-06-20 1bd6d29 Daniel Graham
Added logging to check_update
2024-06-20 013b84e Daniel Graham
Tagged version 6.4.9.
2024-06-20 d481308 Daniel Graham
Replaced TimeIt with decorators benchmark and timeit (benchmark
with message). Reset next_hour for goals to zero with new day.
2024-06-17 6bc288e Daniel Graham
Added refresh_goals to new_day loop. New doc strings courtesy of
ChatGPT.
2024-06-14 26cee34 Daniel Graham
Tagged version 6.4.8. Removed rr (@r) from multiple_allowed to
reflect the reality that more than one @r entry in a reminder is
not allowed and updated README.
2024-06-14 d9c764c Daniel Graham
Removed @r ('rr') from multiple_allowed and updated README
2024-06-14 e8537d4 Daniel Graham
Tagged version 6.4.7. Negative as well as positive exents for date
as well as datetime events
2024-06-14 f1b8ddd Daniel Graham
Allow +/- @e entries and with date_only events extend the relevant
dates beyond (+) or before (-) the starting date
2024-06-13 9c60abd Daniel Graham
Tagged version 6.4.6. Bug fix
2024-06-13 3b052ac Daniel Graham
Fixed cache bug in weekly views. Fixed 'do next' key typo.
2024-06-12 905e5e2 Daniel Graham
Tagged version 6.4.5.
2024-06-12 649d5a5 Daniel Graham
README tweaks
2024-06-12 b28a3fd Daniel Graham
README
2024-06-12 19d6f43 Daniel Graham
README Goals View tweaks
2024-06-12 3be3297 Daniel Graham
Update goals hourly.
2024-06-11 bf6de53 Daniel Graham
Tagged version 6.4.4. zero division bug fix
2024-06-11 86e94fe Daniel Graham
Fixed bug in computing lag when the period is day.
2024-06-10 ae67819 Daniel Graham
Tagged version 6.4.3.
2024-06-10 a91a903 Daniel Graham
Fixed 'int' bug in setting active_hsh
2024-06-07 c0051ef Daniel Graham
Tagged version 6.4.2.
2024-06-07 7b3e92d Daniel Graham
do_finish bug fix
2024-06-07 8864153 Daniel Graham
Tagged version 6.4.1.
2024-06-07 be2f6de Daniel Graham
Bug fix for missing period in goal quota.
2024-06-07 4293602 Daniel Graham
Tagged version 6.4.0. Major updates to Goals
2024-06-07 def62a0 Daniel Graham
Added dialog to specify the number of goal completions to record.
2024-06-07 df02f9f Daniel Graham
Fixed overdue job bug
2024-06-07 323cacf Daniel Graham
Added days period to goals. Added test for valid goal periods.
Added num_completed option to limit goal histories.
2024-06-06 12cbc41 Daniel Graham
README tweaks
2024-06-06 4ad079c Daniel Graham
updated goals.png
2024-06-06 3c960e8 Daniel Graham
updated goals.png
2024-06-06 bfa984a Daniel Graham
Updated make_examples for goals. Fixed logic in matching goal
periods. README image tweaks.
2024-06-01 cc83d86 Daniel Graham
goals.png tweak
2024-06-01 800e79d Daniel Graham
README tweaks
2024-06-01 ec9bae9 Daniel Graham
README tweaks
2024-06-01 9b54ab2 Daniel Graham
Tagged version 6.3.1.
2024-06-01 d13c107 Daniel Graham
Updated goal.png
2024-06-01 7b944c5 Daniel Graham
Tweaks for make_examples, goals.png and README
2024-06-01 b70e39a Daniel Graham
README tweaks
2024-06-01 0fa5a1d Daniel Graham
README tweaks
2024-06-01 7e1be56 Daniel Graham
Fixed bug in processing yearly goals