-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathchange.log
310 lines (310 loc) · 18.7 KB
/
change.log
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
* bbe961a (2021-03-03) - (HEAD -> master, tag: v3.7.0a, origin/master) <akhater>
| feat(Daily Journal): Support for Journal Templates
|
| If you have a set a daily journal template in your config.edn file
| Lupin now will use it
|
* b235864 (2021-03-03) - (tag: v3.6.0a) <akhater>
|\ Merge branch 'AGE-Encryption'
| |
| * 484a068 (2021-03-02) - (origin/AGE-Encryption, AGE-Encryption) <akhater>
| | fix(AgeEncrypt):
| | Fixed Encryption error https://github.com/akhater/Lupin/issues/9
| |
| * 87937d7 (2021-03-02) - <akhater>
| | fix(AgeEncryption): hotfix for ageEncrypt
| |
| * c6b9239 (2021-03-01) - <akhater>
| | fix(AgeEncryption):
| | More robust usage of AgeEncrypt/Decrypt and error handling
| |
| * 242ffd1 (2021-03-01) - <akhater>
| | fix(decrypter): hotfix
| |
| * 5b92115 (2021-02-25) - <akhater>
| | feat(AgeEncryption):
| | Added support for AgeEncryption,
| | please refer to config.sample.ini for keys
| |
* | 8c35175 (2021-03-03) - (tag: v3.5.2a) <akhater>
| | fix(New Calendar File):
| | Bugfix https://github.com/akhater/Lupin/issues/13
| | Adding correct title to the new DailyJournal file when created
| |
* | 9e9bd8b (2021-03-02) - (tag: v3.5.1a) <akhater>
| | fix(getWebPageTitle):
| | Switched to BeautifulSoup4 for stability
| | Fix https://github.com/akhater/Lupin/issues/12
| | docs(requirements):
| | Update requirements.txt
| |
* | 836fcfe (2021-03-02) - (tag: v3.5.0a) <akhater>
| | feat(Calendar):
| | Add control for nbr of month LUPIN will generate calendars for
| | with generateMonths array as requested
| | https://github.com/akhater/Lupin/issues/11
| |
| | ci(config.ini):
| | Creation of CalendarOptions section
| |
* | f817f6c (2021-03-02) - <akhater>
| | docs(Dictionary):
| | Removing notice of GitHub uploaded assets
| |
* | 14585ee (2021-03-01) - <akhater>
| | docs(readme): update
| |
* | b7aed9c (2021-02-27) - <akhater>
| | docs(change.log): update
| |
* | 002e70a (2021-02-27) - (tag: v3.4.1e) <akhater>
| | fix(MindMap):
| | Error handling when /getMM is called with no PageTitle
| | fix(bookmark):
| | Fixing 502 errors when saving some bookmarks
| |
* | 91b045d (2021-02-26) - <akhater>
| | chore(Documentation):
| | Renamed changelog.md to change.log for readability
| |
* | 300f179 (2021-02-26) - <akhater>
| | chore(Documentation ): Readme update
| |
* | 4cdf515 (2021-02-26) - (tag: v3.4.0e) <akhater>
|/ feat(Theme Switcher):
| Call /themes to pick your next theme
|
* e90b14c (2021-02-23) - (tag: v3.3.3e) <akhater>
| fix(getGitFileContent):
| HotFix for unhandled error when faced with non-text file
| https://github.com/akhater/Lupin/issues/8
|
* 664a3bd (2021-02-22) - (tag: v3.3.2e) <akhater>
| test(error handling):
| Added meaningful error when req page is not found
| https://github.com/akhater/Lupin/issues/7
| fix(org mode):
| Added link format for org mode when URL is sent to Lupin
|
* bae01b2 (2021-02-21) - (tag: v3.3.1e) <akhater>
| fix(dateformatter):
| Better parser to fix https://github.com/akhater/Lupin/issues/6
|
* 5f4a301 (2021-02-20) - (tag: v3.3.0e) <akhater>
| feat(Commands):
| TODOCommand decomissioned & replaced by CommandsMap for flexibility.
|
* b8d0d8a (2021-02-19) - (tag: v3.2.0e) <akhater>
| feat(Journaling):
| Added option to turn off timestamps by setting timestampEntries = false
| in config.ini
|
* 01d9a9f (2021-02-18) - <akhater>
| docs(changelog): update
|
* 262f459 (2021-02-18) - <akhater>
| fix(news): bug fix
|
* ee0cc74 (2021-02-18) - (tag: v3.1.0e) <akhater>
| feat(Calendar):
| Adding a calendar in the contents page (credits Pitor)
| feat(Scheduler):
| Added scheduler for background tasks
| feat(Pullnow):
| added /PullNow command to force refresh of GIT files
| fix(bugs): various bug fixes
|
* 1dfeb50 (2021-02-16) - <akhater>
| fix(news): newsid not being updated in config file
|
* e318bb3 (2021-02-16) - <akhater>
| docs(correction): alignment
|
* dc9173b (2021-02-16) - <akhater>
| docs(correction): typo
|
* cb4eb3e (2021-02-16) - <akhater>
| docs(changelog): update
|
* 5955889 (2021-02-16) - (tag: v3.0.0e) <akhater>
| feat(MindMap):
| Added mindmap file generation
| ci(SRS):
| Renamed /tsr to /srs to be standard
| chore(version):
| Bump to v3.0.0exp
|
* c581711 (2021-02-13) - (tag: v2.1.0a) <akhater>
| chore(version): v2.1.0a
|
* 206b564 (2021-02-13) - <akhater>
| feat(flashcards):
| block references are now resolved
| feat(git):
| Git Docs are saved locally in JSON for perfomance
| refactor(global): some code cleaning
|
* f2a76b2 (2021-02-12) - <akhater>
| docs(changelog): update
|
* 28ede88 (2021-02-12) - <akhater>
|\ Merge branch 'master' of https://github.com/akhater/Lupin
| |
| * dcc2651 (2021-02-12) - <akhater>
| | docs(news): specified need for config.ini changes
| |
* | 02158ea (2021-02-12) - <akhater>
|/ docs(news): specified need for config.ini changes
|
* cd6ce6f (2021-02-11) - <akhater>
| feat(updates): Add ability to pull update news
| docs(changelog): update
|
* 72d8749 (2021-02-11) - (tag: v2.0.0a) <akhater>
| ci(Version Bump):
| version to 2.0.0a after release of Time Spaced Repetition
|
* 1af2f30 (2021-02-11) - <akhater>
| feat(news): preparation for news notification
|
* fb92a1a (2021-02-11) - <akhater>
|\ Merge branch 'SR'
| |
| * 995b597 (2021-02-11) - <akhater>
| | feat(Time Spaced Repetition): first release
| |
| * 728a9d2 (2021-02-10) - <akhater>
| | feat(Spaced Repetition): alpha testing
| |
* | 2bc8ed5 (2021-02-10) - <akhater>
|/ fix(bug):
| JournalPath not being updated after midnight
|
* e738742 (2021-02-09) - <akhater>
| docs(changelog): update
|
* 539b366 (2021-02-09) - <akhater>
|\ Merge branch 'master'
| |
| * a9d1816 (2021-02-09) - <akhater>
| | chore: comment cleansing
* | 65d2c64 (2021-02-09) - (tag: v1.0.0r) <akhater>
|/ feat(image upload):
| Support image upload with Github (default) or google firebase as destination
| chore(version):
| Bump version to v1.0.0r to support standard major.minor.fix
|
* af1e90d (2021-02-09) - (tag: v0.1.3a) <akhater>
|\ Merge branch 'master'
| |
| * fd3d46c (2021-02-09) - <akhater>
| | fix(getWebPageTitle):
| |
| | Fix bug in extraction of the title of the web page (regex)
* | 5ac7df7 (2021-02-09) - <akhater>
|/ fix(hypothesis tags):
| imported tags with spaces from hypothes.is can now be treated as
| #[[some tag]] or #some-tag
|
* 6ca6af3 (2021-02-08) - (tag: v0.1.1a) <akhater>
| feat(Hypothes.is):
| Lupin can manage annotation updates (add/modifiy/delete etc...)
|
* 98152b6 (2021-02-08) - <akhater>
| doc(update): added screenshots to readme
|
* aecc27b (2021-02-08) - <akhater>
| docs(update): changelog
|
* 9e170bb (2021-02-08) - (tag: v0.1.0r) <akhater>
| feat(annotation):
| Integration with hypothes.is to import annotations into the Journal.
| Use /anno uri
| feat(config):
| Notify when a new version is updated
| build(v0.1.0r): Version bump please review config.ini
| docs(readme): Update
|
* bf60e62 (2021-02-08) - <akhater>
| docs: repo link update
|
* b0ec576 (2021-02-08) - <akhater>
| docs(changelog): update
|
* 5c13245 (2021-02-08) - <akhater>
| docs(readme):
| commands update
|
* 008f64e (2021-02-07) - <akhater>
| docs(changelog): update
|
* 8ad34eb (2021-02-07) - (tag: v0.0.6a) <akhater>
| feat(commands):
| added /help & /ver commands
|
* a7213f8 (2021-02-07) - <akhater>
| docs(readme): feature list
|
* 998c4d3 (2021-02-07) - <akhater>
| docs(readme.md): feature list
|
* 77ea279 (2021-02-07) - <akhater>
| docs: update feature list & changelog
|
* 8fc515b (2021-02-07) - (tag: v0.0.5a) <akhater>
| feat(bookmarks):
| Lupin can now create links & bookmarks in your journal
| feat(Embed YT):
| Lupin will now auto-embed the YT link you feed him
|
* f9e1651 (2021-02-07) - <akhater>
| fix(empty line):
| Moved the \n to the end of the entry instead of the start
|
* 74a6cf7 (2021-02-07) - (tag: v0.0.4a) <akhater>
| feat(uptime): added /uptime command
|
* 66eb450 (2021-02-07) - <akhater>
| fix(datetime):
| datetime obj was only updated once upon bot loading
|
* 4b86bdf (2021-02-07) - <akhater>
| docs(License): Update License to MIT
|
* 33a0548 (2021-02-07) - <akhater>
| Update readme.md
* c679e9d (2021-02-07) - <akhater>
| Create LICENSE
* 1f229e3 (2021-02-07) - <akhater>
| fix(TODO): bugfix
|
* 1fafe52 (2021-02-07) - (tag: v0.0.3a) <akhater>
| feat(TODO): added a way to add TODO to the journal
|
* 4e94873 (2021-02-06) - <akhater>
| docs(readme.md): updated tutorial
|
* 9065bd9 (2021-02-06) - <akhater>
| docs(readme.md): updated
|
* 3f7471a (2021-02-06) - <akhater>
| docs: changelog update
|
* 31e5911 (2021-02-06) - (tag: v0.0.2a) <akhater>
| feat: Added support for custom folder / journal from mobile
| doc: Updated Readme.md
|
* aed87ef (2021-02-06) - <akhater>
| docs: updating readme.md
|
* 6aa1034 (2021-02-06) - <akhater>
| docs: update changelog
|
* f4a1e92 (2021-02-06) - <akhater>
| feat: Added support for different Journal name formats and extensions .md | .org
|
* 22ff41d (2021-02-06) - <akhater>
| docs: added readme.md
|
* cd62b10 (2021-02-06) - (tag: v0.0.1a) <akhater>
feat: First Release