summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
blob: afbcc06cb5a4a142e406d59024328143b5406af8a3bb007c51621dbba00f521a (plain)
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
# Changelog

## [1.3.6] - 2024-06-30

### Added

- Add this changelog

### Fixed

- Fix incorrect file path truncation in gemtext renderer

## [1.3.5] - 2024-06-28

### Fixed

- Add back missing `rel="noreferrer"` attribute to relative links for privacy

## [1.3.4] - 2024-06-18

### Fixed

- Correct reference-style link index counting

## [1.3.3] - 2024-06-11

### Added

- Make theme compatible with Hugo v0.114.0 or newer

## [1.3.2] - 2024-05-27

### Fixed

- Add missing trailing forward slashes on links in html output format

## [1.3.1] - 2024-05-26

### Changed

- Flatten CSS directory structure

## [1.3.0] - 2024-05-20

### Added

- Create custom 404 page for html output format

### Fixed

- Fix incorrect (un)ordered list parsing in gemtext renderer

## [1.2.6] - 2024-05-02

### Added

- Document unexpected behavior related to bolding and italics in gemtext renderer

## [1.2.5] - 2024-05-02

### Changed

- Improve documentation
- Improve gemtext renderer

### Fixed

- Correct English i18n string

## [1.2.4] - 2024-02-19

### Removed

- Remove Google Lighthouse score from README.md

## [1.2.3] - 2024-02-04

### Added

- Document maximum supported Hugo version in README.md

### Fixed

- Fix some gemtext rendering rules not being applied
- Fix incorrect parsing of unordered lists in gemtext renderer again

## [1.2.2] - 2024-01-01

### Fixed

- Fix incorrect parsing of unordered lists in gemtext renderer

## [1.2.1] - 2024-01-01

### Added

- Write new documentation conforming to Diátaxis

## [1.2.0] - 2023-12-31

### Added

- Support Markdown's ordered lists in gemtext renderer

## [1.1.0] - 2023-12-31

### Added

- Support Markdown's alternative heading syntax in gemtext renderer

## [1.0.10] - 2023-12-02

### Changed

- Improve documentation

### Added

- Lazy load inline images
- Add `referrerpolicy="noreferrer"` attribute to images
- Support Markdown's link titles in gemtext renderer

### Removed

- Remove `rel="noreferrer"` from non-web links

## [1.0.9] - 2023-11-30

### Changed

- Improve documentation

## [1.0.8] - 2023-11-03

### Changed

- Replace link reference numbers with their superscripts

## [1.0.7] - 2023-10-15

### Changed

- Convert all dates in output to UTC for privacy

## [1.0.6] - 2023-10-08

### Changed

- Improve documentation

## [1.0.5] - 2023-09-28

### Added

- Make browsers not request absent favicon

## [1.0.4] - 2023-09-16

### Added

- Add link underlines for accessibility

## [1.0.3] - 2023-09-10

### Changed

- Shorten logo line-height so logos look better

### Added

- Add brackets around reference-style link indexes

## [1.0.2] - 2023-09-02

### Added

- Add back CSS rule removed in previous version

## [1.0.1] - 2023-08-30

### Fixed

- Fix whitespace around logos

### Removed

- Remove redundant CSS rule

## [1.0.0] - 2023-08-25

### Changed

- Mandate having a title, intro, logo, and copyright notice in gemtext output format

### Fixed

- Fix capsule and website whitespace
- Fix crashing with absent page elements (entries, navlinks, etc.)

## [0.7.2] - 2023-08-10

### Fixed

- Fix inline image scaling

## [0.7.1] - 2023-08-06

### Fixed

- Fix incorrect printing of `pageinfo` tags in gemtext renderer

## [0.7.0] - 2023-08-02

### Changed

- Update README.md

### Added

- Add multilingual support
- Add Spanish language support

### Fixed

- Correct minimum Hugo version

## [0.6.3] - 2023-07-04

### Fixed

- Fix scrollbar covering preformatted text

## [0.6.2] - 2023-06-27

### Changed

- Revert justifying text

## [0.6.1] - 2023-06-27

### Changed

- Justify text

## [0.6.0] - 2023-06-01

### Changed

- Improve CSS styling
- Update documentation

## [0.5.6] - 2023-05-16

### Fixed

- Fix whitespace bug in gemtext renderer

## [0.5.5] - 2023-05-11

### Changed

- Mandate having a title for html output format

## [0.5.4] - 2023-05-09

### Changed

- Replace hardcoded language `en` with `$.Site.Language` for html output format

## [0.5.3] - 2023-05-09

### Added

- Add support for overriding the default CSS

## [0.5.2] - 2023-05-09

### Changed

- Make non-critical page elements optional
- Improve preformatted text parsing in gemtext renderer

### Added

- Document gemtext renderer

## [0.5.1] - 2023-05-08

### Changed

- Improve documentation

### Fixed

- Fix demo links being rendered as real links in documentation

## [0.5.0] - 2023-05-05

### Changed

- Improve README.md
- Improve link parsing in gemtext renderer
- Improve CSS

### Added

- Add inline image support to gemtext renderer
- Add link title support to gemtext renderer
- Add support of `+` symbol as unordered list syntax in gemtext renderer
- Document theme compatibility with gemtext

## [0.4.6] - 2023-04-09

### Changed

- Improve page titles for html output format

## [0.4.5] - 2023-03-26

### Changed

- Improve page style with non-breakable spaces in `pageinfo` for html output format

## [0.4.4] - 2023-03-16

### Fixed

- Fix link parsing in gemtext renderer

## [0.4.3] - 2023-03-15

### Fixed

- Fix blockquote paragraph margins in html output format

## [0.4.2] - 2023-03-12

### Fixed

- Fix entry indexing logic in gemtext renderer

## [0.4.1] - 2023-02-25

### Changed

- Remove trailing `index.gmi` from links
- Reorganize layouts

## [0.4.0] - 2023-02-24

### Changes

- Move link emojis outside the link text
- Declare `safeHTML` where possible to avoid unneeded html rendering
- Simplify relative URLs in gemtext metadata partial

### Added

- Add tag list to metadata partial
- Implement taxonomies
- Implement terms
- Implement Atom feeds for taxonomies
- Implement Atom feeds for terms

## [0.3.4] - 2023-02-15

### Fixed

- Remove extra space above unordered lists in html output format

## [0.3.3] - 2023-02-05

### Changed

- Improve bold and italics parsing in gemtext renderer again

## [0.3.2] - 2023-01-28

### Changed

- Always render the link emoji in reference-style links for html output format

### Fixed

- Stop rendering the link emoji in inline links for html output format

## [0.3.1] - 2023-01-25

### Changed

- Improve preformatted text parsing in gemtext renderer

## [0.3.0] - 2023-01-24

### Fixed

- Rewrite chunking algorithm to prevent content overwriting bug in gemtext renderer

## [0.2.1] - 2023-01-23

### Fixed

- Improve bold and italics parsing in gemtext renderer again

## [0.2.0] - 2023-01-22

### Changed

- Improve bold and italics parsing in gemtext renderer

### Fixed

- Implement chunking algorithm to avoid parsing preformatted text in gemtext renderer
- Fix rendering of links, headings, and unordered lists at beginning of document in gemtext renderer

## [0.1.1] - 2023-01-21

### Changed

- Improve link style with non-breakable spaces for html output format
- Improve link parsing in gemtext renderer

### Fixed

- Fix whitespace after links in html output format

## [0.1.0] - 2023-01-21

_First release._

[1.3.6]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=v1.3.6
[1.3.5]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=v1.3.5
[1.3.4]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=v1.3.4
[1.3.3]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=v1.3.3
[1.3.2]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=v1.3.2
[1.3.1]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=v1.3.1
[1.3.0]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=v1.3.0
[1.2.6]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=v1.2.6
[1.2.5]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=v1.2.5
[1.2.4]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=v1.2.4
[1.2.3]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=v1.2.3
[1.2.2]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=v1.2.2
[1.2.1]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=v1.2.1
[1.2.0]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=v1.2.0
[1.1.0]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=v1.1.0
[1.0.10]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=v1.0.10
[1.0.9]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=v1.0.9
[1.0.8]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=v1.0.8
[1.0.7]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=v1.0.7
[1.0.6]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=v1.0.6
[1.0.5]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=v1.0.5
[1.0.4]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=v1.0.4
[1.0.3]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=v1.0.3
[1.0.2]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=v1.0.2
[1.0.1]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=v1.0.1
[1.0.0]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=v1.0.0
[0.7.2]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=v0.7.2
[0.7.1]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=v0.7.1
[0.7.0]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=v0.7.0
[0.6.3]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=v0.6.3
[0.6.2]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=v0.6.2
[0.6.1]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=v0.6.1
[0.6.0]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=v0.6.0
[0.5.6]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=v0.5.6
[0.5.5]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=v0.5.5
[0.5.4]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=v0.5.4
[0.5.3]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=v0.5.3
[0.5.2]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=v0.5.2
[0.5.1]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=v0.5.1
[0.5.0]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=v0.5.0
[0.4.6]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=v0.4.6
[0.4.5]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=v0.4.5
[0.4.4]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=v0.4.4
[0.4.3]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=v0.4.3
[0.4.2]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=v0.4.2
[0.4.1]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=v0.4.1
[0.4.0]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=v0.4.0
[0.3.4]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=v0.3.4
[0.3.3]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=v0.3.3
[0.3.2]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=v0.3.2
[0.3.1]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=v0.3.1
[0.3.0]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=v0.3.0
[0.2.1]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=v0.2.1
[0.2.0]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=v0.2.0
[0.1.1]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=v0.1.1
[0.1.0]: https://git.nicholasjohnson.ch/hugo-theme-journal/tag/?h=v0.1.0