Welcome to mirror list, hosted at ThFree Co, Russian Federation.

CHANGELOG.md - github.com/mattstratton/castanet.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 6caed687cd889805e56ee0aa2c9867bfb78cb95c (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
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
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
# Changelog

## [1.19.0](https://github.com/mattstratton/castanet/tree/1.19.0) (2022-08-10)

**Implemented enhancements:**

- Update Hugo to version 0.91.2 [\#389](https://github.com/mattstratton/castanet/pull/389) ([stmcallister](https://github.com/stmcallister))

## [1.18.0](https://github.com/mattstratton/castanet/tree/1.18.0) (2022-08-10)

**Fixed bugs:**

- \[BUG\] - Issue deploying with Cloudflare pages [\#388](https://github.com/mattstratton/castanet/issues/388)

## [1.17.2](https://github.com/mattstratton/castanet/tree/1.17.2) (2022-07-06)

**Fixed bugs:**

- Fixes Instagram icon [\#385](https://github.com/mattstratton/castanet/pull/385) ([AVGP](https://github.com/AVGP))

## [1.17.1](https://github.com/mattstratton/castanet/tree/1.17.1) (2022-02-22)

**Fixed bugs:**

- \[BUG\] - Upper case problems in title attributes in XML RSS feed [\#337](https://github.com/mattstratton/castanet/issues/337)
- Error when no menu items are set in config file [\#165](https://github.com/mattstratton/castanet/issues/165)

## [1.17.0](https://github.com/mattstratton/castanet/tree/1.17.0) (2022-02-22)

**Merged pull requests:**

- Bump follow-redirects from 1.13.0 to 1.14.8 [\#372](https://github.com/mattstratton/castanet/pull/372) ([dependabot[bot]](https://github.com/apps/dependabot))

## [1.16.0](https://github.com/mattstratton/castanet/tree/1.16.0) (2022-02-22)

**Implemented enhancements:**

- \[ENHANCEMENT\] - Social links/parameters should support the full URL [\#350](https://github.com/mattstratton/castanet/issues/350)

**Fixed bugs:**

- \[BUG\] - Update config.toml and sample site to add trailing / for the URLs [\#361](https://github.com/mattstratton/castanet/issues/361)

## [1.15.0](https://github.com/mattstratton/castanet/tree/1.15.0) (2021-04-15)

**Fixed bugs:**

- \[BUG\] - Add trailing / whenever referring to a directory [\#360](https://github.com/mattstratton/castanet/issues/360)
- \[BUG\] - Episode icon isn't centered [\#357](https://github.com/mattstratton/castanet/issues/357)
- \[BUG\] - Row layout uses a different media player than episode pages [\#320](https://github.com/mattstratton/castanet/issues/320)

## [1.14.5](https://github.com/mattstratton/castanet/tree/1.14.5) (2021-04-07)

**Fixed bugs:**

- \[BUG\] - Can you change the link to the podcast rss to say "RSS Feed" instead of "Podcast"? [\#355](https://github.com/mattstratton/castanet/issues/355)
- \[BUG\] - Host images are huge and inconsistently sized when the browser is small or mobile [\#353](https://github.com/mattstratton/castanet/issues/353)
- \[BUG\] - Episode Layouts are wrong on home page [\#351](https://github.com/mattstratton/castanet/issues/351)
- \[BUG\] - When site theme is blue, rolling over the social icons doesn't highlight them [\#349](https://github.com/mattstratton/castanet/issues/349)

## [1.14.4](https://github.com/mattstratton/castanet/tree/1.14.4) (2021-03-01)

**Fixed bugs:**

- Add absURL to menus [\#343](https://github.com/mattstratton/castanet/pull/343) ([mattstratton](https://github.com/mattstratton))

## [1.14.3](https://github.com/mattstratton/castanet/tree/1.14.3) (2021-02-18)

## [1.14.2](https://github.com/mattstratton/castanet/tree/1.14.2) (2021-02-18)

**Fixed bugs:**

- \[BUG\] - Remove blog from jumbotron when not in use [\#338](https://github.com/mattstratton/castanet/issues/338)

**Merged pull requests:**

- Update version of ini package [\#336](https://github.com/mattstratton/castanet/pull/336) ([mattstratton](https://github.com/mattstratton))

## [1.14.1](https://github.com/mattstratton/castanet/tree/1.14.1) (2021-01-04)

**Fixed bugs:**

- Fixing RSS feed publishing bug [\#335](https://github.com/mattstratton/castanet/pull/335) ([chrisreddington](https://github.com/chrisreddington))

## [1.14.0](https://github.com/mattstratton/castanet/tree/1.14.0) (2021-01-02)

**Implemented enhancements:**

- \[ENHANCEMENT\] - Replace Google Play Music with Google Podcasts [\#328](https://github.com/mattstratton/castanet/issues/328)
- \[ENHANCEMENT\] - Add support for preferred pronouns for guest and host [\#274](https://github.com/mattstratton/castanet/issues/274)
- Feed improvements [\#247](https://github.com/mattstratton/castanet/issues/247)
- Add Spotify subscribe button information to REFERENCE.md file [\#226](https://github.com/mattstratton/castanet/issues/226)
- Allow for customization of titles in feed [\#168](https://github.com/mattstratton/castanet/issues/168)
- Add episode numbers as an option [\#67](https://github.com/mattstratton/castanet/issues/67)
- \[ENHANCEMENT\] Add support for blog posts [\#19](https://github.com/mattstratton/castanet/issues/19)
- Add episode numbers/prefix in RSS and Relevant Titles/Links \[Attempt \#2\] [\#322](https://github.com/mattstratton/castanet/pull/322) ([chrisreddington](https://github.com/chrisreddington))
- Initial implementation for pronouns [\#312](https://github.com/mattstratton/castanet/pull/312) ([chrisreddington](https://github.com/chrisreddington))
- Create skeleton of blog feature [\#310](https://github.com/mattstratton/castanet/pull/310) ([mattstratton](https://github.com/mattstratton))
- Add Functionality: Show next upcoming episode [\#309](https://github.com/mattstratton/castanet/pull/309) ([chrisreddington](https://github.com/chrisreddington))

**Fixed bugs:**

- \[BUG\] - \<itunes:explicit\> tag should be true/false not yes/no [\#326](https://github.com/mattstratton/castanet/issues/326)
- Update explicit tags for proper Apple/Google format [\#327](https://github.com/mattstratton/castanet/pull/327) ([chrisreddington](https://github.com/chrisreddington))

**Closed issues:**

- Add lighthouse checks to build for perf testing [\#318](https://github.com/mattstratton/castanet/issues/318)

**Merged pull requests:**

- Test with matrix build [\#321](https://github.com/mattstratton/castanet/pull/321) ([mattstratton](https://github.com/mattstratton))

## [1.13.0](https://github.com/mattstratton/castanet/tree/1.13.0) (2020-12-01)

## [1.12.1](https://github.com/mattstratton/castanet/tree/1.12.1) (2020-12-01)

**Implemented enhancements:**

- \[ENHANCEMENT\] - Add link to podcast rss feed to HEAD [\#299](https://github.com/mattstratton/castanet/issues/299)

## [1.12.0](https://github.com/mattstratton/castanet/tree/1.12.0) (2020-11-30)

**Implemented enhancements:**

- \[ENHANCEMENT\] - Add taxonomies for Tags, Series and Categories [\#306](https://github.com/mattstratton/castanet/issues/306)
- \[ENHANCEMENT\] Add episode tags support. [\#245](https://github.com/mattstratton/castanet/issues/245)
- Add Category, Tag and Series taxonomies to theme [\#307](https://github.com/mattstratton/castanet/pull/307) ([chrisreddington](https://github.com/chrisreddington))

**Merged pull requests:**

- Test of GH actions [\#305](https://github.com/mattstratton/castanet/pull/305) ([mattstratton](https://github.com/mattstratton))

## [1.11.2](https://github.com/mattstratton/castanet/tree/1.11.2) (2020-11-24)

**Fixed bugs:**

- Upcoming episodes should be sorted from soonest to furthest away [\#302](https://github.com/mattstratton/castanet/pull/302) ([chrisreddington](https://github.com/chrisreddington))

## [1.11.1](https://github.com/mattstratton/castanet/tree/1.11.1) (2020-11-24)

## [1.11.0](https://github.com/mattstratton/castanet/tree/1.11.0) (2020-11-23)

**Implemented enhancements:**

- Add list of sites using theme to the README [\#270](https://github.com/mattstratton/castanet/issues/270)
- show future episodes [\#257](https://github.com/mattstratton/castanet/issues/257)

**Fixed bugs:**

- \[Bug\] Navbar nests links and results in 404 error [\#269](https://github.com/mattstratton/castanet/issues/269)

## [1.10.0](https://github.com/mattstratton/castanet/tree/1.10.0) (2020-09-14)

**Implemented enhancements:**

- \[ENHANCEMENT\] Add itunes:subtitle tag  [\#246](https://github.com/mattstratton/castanet/issues/246)
- Add itunes:subtitle tag [\#290](https://github.com/mattstratton/castanet/pull/290) ([darinpope](https://github.com/darinpope))

## [1.9.0](https://github.com/mattstratton/castanet/tree/1.9.0) (2020-08-22)

**Implemented enhancements:**

- Improve favicon implementation [\#234](https://github.com/mattstratton/castanet/issues/234)
- Improve favicon implementation [\#288](https://github.com/mattstratton/castanet/pull/288) ([darinpope](https://github.com/darinpope))

**Fixed bugs:**

- \[BUG\] - misleading `themesdir` inside exampleSite -\> config.toml [\#286](https://github.com/mattstratton/castanet/issues/286)

## [1.8.1](https://github.com/mattstratton/castanet/tree/1.8.1) (2020-08-16)

## [1.8.0](https://github.com/mattstratton/castanet/tree/1.8.0) (2020-08-16)

**Implemented enhancements:**

- og:type should be article if an episode [\#285](https://github.com/mattstratton/castanet/pull/285) ([darinpope](https://github.com/darinpope))

**Fixed bugs:**

- update Open Graph date format [\#284](https://github.com/mattstratton/castanet/pull/284) ([darinpope](https://github.com/darinpope))
- add missing quotes [\#283](https://github.com/mattstratton/castanet/pull/283) ([darinpope](https://github.com/darinpope))

## [1.7.3](https://github.com/mattstratton/castanet/tree/1.7.3) (2020-08-04)

**Fixed bugs:**

- add trailing slashes [\#282](https://github.com/mattstratton/castanet/pull/282) ([darinpope](https://github.com/darinpope))

## [1.7.2](https://github.com/mattstratton/castanet/tree/1.7.2) (2020-07-26)

**Fixed bugs:**

- remove extraneous copy [\#281](https://github.com/mattstratton/castanet/pull/281) ([darinpope](https://github.com/darinpope))

## [1.7.1](https://github.com/mattstratton/castanet/tree/1.7.1) (2020-07-17)

## [1.7.0](https://github.com/mattstratton/castanet/tree/1.7.0) (2020-07-17)

**Implemented enhancements:**

- change iTunes to Apple Podcasts [\#279](https://github.com/mattstratton/castanet/pull/279) ([darinpope](https://github.com/darinpope))

## [1.6.0](https://github.com/mattstratton/castanet/tree/1.6.0) (2020-06-25)

**Implemented enhancements:**

- \[ENHANCEMENT\] Proposed fix to make row pagination count a param instead of hardcoded 5 [\#277](https://github.com/mattstratton/castanet/issues/277)

## [1.5.1](https://github.com/mattstratton/castanet/tree/1.5.1) (2020-05-21)

**Fixed bugs:**

- Fix bug in episode template with transcripts [\#276](https://github.com/mattstratton/castanet/pull/276) ([mattstratton](https://github.com/mattstratton))

## [1.5.0](https://github.com/mattstratton/castanet/tree/1.5.0) (2020-05-19)

**Implemented enhancements:**

- Add support for transcriptions [\#225](https://github.com/mattstratton/castanet/issues/225)

## [1.4.1](https://github.com/mattstratton/castanet/tree/1.4.1) (2020-04-23)

## [1.4.0](https://github.com/mattstratton/castanet/tree/1.4.0) (2020-04-23)

**Implemented enhancements:**

- Change from "aka" field to "guest\_group" field for multi-guest [\#159](https://github.com/mattstratton/castanet/issues/159)
- Deal with multiple iterations of the same guest on the guest page [\#137](https://github.com/mattstratton/castanet/issues/137)

## [1.3.3](https://github.com/mattstratton/castanet/tree/1.3.3) (2020-04-13)

## [1.3.2](https://github.com/mattstratton/castanet/tree/1.3.2) (2020-04-06)

**Fixed bugs:**

- \[Bug\] /host/ page not displaying each host's main content [\#266](https://github.com/mattstratton/castanet/issues/266)

## [1.3.1](https://github.com/mattstratton/castanet/tree/1.3.1) (2020-04-05)

## [1.3.0](https://github.com/mattstratton/castanet/tree/1.3.0) (2020-04-05)

**Implemented enhancements:**

- Add twitch option under social [\#256](https://github.com/mattstratton/castanet/issues/256)
- Sort hosts in partial based on...something [\#255](https://github.com/mattstratton/castanet/issues/255)
- Provide ability for some hosts to be excluded from the Host page [\#251](https://github.com/mattstratton/castanet/issues/251)

**Fixed bugs:**

- LinkedIn does not show on individual guest pages [\#253](https://github.com/mattstratton/castanet/issues/253)
- feed does not generate itunes titles [\#244](https://github.com/mattstratton/castanet/issues/244)

## [1.2.3](https://github.com/mattstratton/castanet/tree/1.2.3) (2020-04-04)

## [1.2.2](https://github.com/mattstratton/castanet/tree/1.2.2) (2020-04-04)

**Fixed bugs:**

- Row layout has issues if the most recent episode has a video [\#258](https://github.com/mattstratton/castanet/issues/258)
- gulp task doesn't compile orange and blue files [\#254](https://github.com/mattstratton/castanet/issues/254)

## [1.2.1](https://github.com/mattstratton/castanet/tree/1.2.1) (2020-03-07)

**Fixed bugs:**

- Host and Guest archetypes are missing Title field [\#248](https://github.com/mattstratton/castanet/issues/248)

## [1.2.0](https://github.com/mattstratton/castanet/tree/1.2.0) (2020-02-04)

**Fixed bugs:**

- Guest bios do not display with hugo 0.62 and higher [\#240](https://github.com/mattstratton/castanet/issues/240)

## [1.1.24](https://github.com/mattstratton/castanet/tree/1.1.24) (2019-12-01)

## [1.1.23](https://github.com/mattstratton/castanet/tree/1.1.23) (2019-11-29)

## [1.1.22](https://github.com/mattstratton/castanet/tree/1.1.22) (2019-11-25)

## [1.1.21](https://github.com/mattstratton/castanet/tree/1.1.21) (2019-11-25)

## [1.1.20](https://github.com/mattstratton/castanet/tree/1.1.20) (2019-11-23)

**Fixed bugs:**

- \[Bug\] Trying to Switch Page Layouts [\#233](https://github.com/mattstratton/castanet/issues/233)

## [1.1.19](https://github.com/mattstratton/castanet/tree/1.1.19) (2019-11-18)

## [1.1.18](https://github.com/mattstratton/castanet/tree/1.1.18) (2019-11-16)

## [1.1.17](https://github.com/mattstratton/castanet/tree/1.1.17) (2019-11-16)

## [1.1.16](https://github.com/mattstratton/castanet/tree/1.1.16) (2019-11-16)

## [1.1.15](https://github.com/mattstratton/castanet/tree/1.1.15) (2019-11-16)

## [1.1.14](https://github.com/mattstratton/castanet/tree/1.1.14) (2019-11-16)

## [1.1.13](https://github.com/mattstratton/castanet/tree/1.1.13) (2019-11-16)

## [1.1.12](https://github.com/mattstratton/castanet/tree/1.1.12) (2019-11-16)

## [1.1.11](https://github.com/mattstratton/castanet/tree/1.1.11) (2019-11-16)

## [1.1.10](https://github.com/mattstratton/castanet/tree/1.1.10) (2019-11-16)

## [1.1.9](https://github.com/mattstratton/castanet/tree/1.1.9) (2019-11-16)

## [1.1.8](https://github.com/mattstratton/castanet/tree/1.1.8) (2019-11-16)

## [1.1.7](https://github.com/mattstratton/castanet/tree/1.1.7) (2019-11-16)

## [1.1.6](https://github.com/mattstratton/castanet/tree/1.1.6) (2019-11-16)

## [1.1.5](https://github.com/mattstratton/castanet/tree/1.1.5) (2019-11-16)

## [1.1.4](https://github.com/mattstratton/castanet/tree/1.1.4) (2019-11-16)

## [1.1.3](https://github.com/mattstratton/castanet/tree/1.1.3) (2019-11-16)

## [1.1.2](https://github.com/mattstratton/castanet/tree/1.1.2) (2019-11-16)

## [1.1.1](https://github.com/mattstratton/castanet/tree/1.1.1) (2019-11-16)

**Fixed bugs:**

- Drop down menu not working on iPhone  [\#228](https://github.com/mattstratton/castanet/issues/228)

## [1.1.0](https://github.com/mattstratton/castanet/tree/1.1.0) (2019-11-11)

**Implemented enhancements:**

- Migrate from codekit to gulp [\#105](https://github.com/mattstratton/castanet/issues/105)

**Fixed bugs:**

- TOC in REFERENCE.md is messed up [\#223](https://github.com/mattstratton/castanet/issues/223)

## [1.0.2](https://github.com/mattstratton/castanet/tree/1.0.2) (2019-11-03)

## [1.0.1](https://github.com/mattstratton/castanet/tree/1.0.1) (2019-11-02)

## [1.0.0](https://github.com/mattstratton/castanet/tree/1.0.0) (2019-11-02)

**Fixed bugs:**

- Theme does not work on Hugo 0.58 [\#219](https://github.com/mattstratton/castanet/issues/219)

## [0.14.1](https://github.com/mattstratton/castanet/tree/0.14.1) (2019-04-17)

## [0.14.0](https://github.com/mattstratton/castanet/tree/0.14.0) (2019-03-07)

## [0.13.0](https://github.com/mattstratton/castanet/tree/0.13.0) (2018-11-17)

## [0.12.0](https://github.com/mattstratton/castanet/tree/0.12.0) (2018-11-17)

## [0.11.0](https://github.com/mattstratton/castanet/tree/0.11.0) (2018-11-17)

**Implemented enhancements:**

- Feed should pull language code from config file [\#177](https://github.com/mattstratton/castanet/issues/177)

## [0.10.0](https://github.com/mattstratton/castanet/tree/0.10.0) (2018-08-03)

**Implemented enhancements:**

- Create solution for favicon [\#6](https://github.com/mattstratton/castanet/issues/6)
- Rename feed\_copyright config var to copyright [\#193](https://github.com/mattstratton/castanet/pull/193) ([rajeshduggal](https://github.com/rajeshduggal))

## [0.9.1](https://github.com/mattstratton/castanet/tree/0.9.1) (2018-03-08)

**Implemented enhancements:**

- Add show notes to rss feed [\#175](https://github.com/mattstratton/castanet/issues/175)
- Create archetype for page/default [\#173](https://github.com/mattstratton/castanet/issues/173)
- Add cover art to RSS feed [\#171](https://github.com/mattstratton/castanet/issues/171)
- Add episode author tag to feed based on hosts [\#169](https://github.com/mattstratton/castanet/issues/169)
- Improve build process to include all themes [\#104](https://github.com/mattstratton/castanet/issues/104)

## [0.9.0](https://github.com/mattstratton/castanet/tree/0.9.0) (2018-03-07)

**Implemented enhancements:**

- Create contributing document [\#162](https://github.com/mattstratton/castanet/issues/162)
- Move configuration instructions from README to a separate doc [\#161](https://github.com/mattstratton/castanet/issues/161)
- Add Code of Conduct [\#160](https://github.com/mattstratton/castanet/issues/160)
- Host display should be a partial [\#158](https://github.com/mattstratton/castanet/issues/158)
- Update documentation to include new host pages [\#156](https://github.com/mattstratton/castanet/issues/156)
- \[Bug\] README.md Installation step should describe required Menu.Main config.toml setting [\#152](https://github.com/mattstratton/castanet/issues/152)
- \[Bug\] README.md itunes\_image missing vital details about itunes min requirements [\#151](https://github.com/mattstratton/castanet/issues/151)
- Upgrade to font-awesome 5 [\#138](https://github.com/mattstratton/castanet/issues/138)
- \[Enhancement\] Can disqus comments be made optional? [\#136](https://github.com/mattstratton/castanet/issues/136)
- titles should overlay images in grid layout [\#135](https://github.com/mattstratton/castanet/issues/135)
- make episode images clickable from front page [\#134](https://github.com/mattstratton/castanet/issues/134)
- add host support to episode page [\#28](https://github.com/mattstratton/castanet/issues/28)

**Fixed bugs:**

- Sidebar doesn't show if `enable\_jumbo` doesn't exist [\#167](https://github.com/mattstratton/castanet/issues/167)
- Grid spills to second page without filling bottom row [\#164](https://github.com/mattstratton/castanet/issues/164)
- \[Bug\] iTunes/android/Soundcloud subscribe image icons broken [\#155](https://github.com/mattstratton/castanet/issues/155)
- \[Bug\] stitcher not sticher. Typo in config.toml variable [\#154](https://github.com/mattstratton/castanet/issues/154)
- Support more than one aka with guest [\#140](https://github.com/mattstratton/castanet/issues/140)
- Subscribe buttons wrap on small viewports in jumbo [\#131](https://github.com/mattstratton/castanet/issues/131)
- RSS buttons in jumbotron are screwy [\#97](https://github.com/mattstratton/castanet/issues/97)

**Closed issues:**

- Enhanced Host Support [\#142](https://github.com/mattstratton/castanet/issues/142)

**Merged pull requests:**

- Update host code to be a partial [\#166](https://github.com/mattstratton/castanet/pull/166) ([mattstratton](https://github.com/mattstratton))

## [0.8.0](https://github.com/mattstratton/castanet/tree/0.8.0) (2017-06-13)

**Implemented enhancements:**

- Add a bunch more sample guests [\#125](https://github.com/mattstratton/castanet/issues/125)
- Guest page should show links to all shows with all versions of a guest [\#117](https://github.com/mattstratton/castanet/issues/117)
- Customize placement of "Read More" [\#116](https://github.com/mattstratton/castanet/issues/116)
- Add proper use of CDATA to episode feed [\#23](https://github.com/mattstratton/castanet/issues/23)

## [0.7.0](https://github.com/mattstratton/castanet/tree/0.7.0) (2017-06-10)

**Implemented enhancements:**

- Create a page listing all guests [\#121](https://github.com/mattstratton/castanet/issues/121)
- Episode titles should be set to capitalized [\#114](https://github.com/mattstratton/castanet/issues/114)
- Add support for sponsors [\#113](https://github.com/mattstratton/castanet/issues/113)
- \[Enhancement\]: Collection of external links in sidebar [\#110](https://github.com/mattstratton/castanet/issues/110)
- Menu should sort by identifier, not name [\#100](https://github.com/mattstratton/castanet/issues/100)
- Truncate iTunes summary based on characters in feed generation [\#93](https://github.com/mattstratton/castanet/issues/93)
- Prettify the guest page [\#122](https://github.com/mattstratton/castanet/pull/122) ([mattstratton](https://github.com/mattstratton))
- Prettify the grid page [\#118](https://github.com/mattstratton/castanet/pull/118) ([mattstratton](https://github.com/mattstratton))
- add soundcloud and pocketcasts subscription options in sidebar [\#109](https://github.com/mattstratton/castanet/pull/109) ([rpodcast](https://github.com/rpodcast))
- Add direct download link for audio file [\#103](https://github.com/mattstratton/castanet/pull/103) ([rpodcast](https://github.com/rpodcast))
- add gitlab to social parameters [\#102](https://github.com/mattstratton/castanet/pull/102) ([rpodcast](https://github.com/rpodcast))

**Fixed bugs:**

- Fix formatting on guest page [\#120](https://github.com/mattstratton/castanet/issues/120)
- "Read More" shows up on main hero even if not truncated [\#115](https://github.com/mattstratton/castanet/issues/115)
- Paginator needs to be constrained [\#96](https://github.com/mattstratton/castanet/issues/96)

## [0.6.0](https://github.com/mattstratton/castanet/tree/0.6.0) (2017-05-19)

**Implemented enhancements:**

- add video support [\#26](https://github.com/mattstratton/castanet/issues/26)
- Add support for stitcher [\#7](https://github.com/mattstratton/castanet/issues/7)
- Add theme release script [\#85](https://github.com/mattstratton/castanet/pull/85) ([mattstratton](https://github.com/mattstratton))
- partial calls require .html suffix [\#84](https://github.com/mattstratton/castanet/pull/84) ([adymitruk](https://github.com/adymitruk))

**Fixed bugs:**

- Sharing and pagination buttons are mis-aligned on some episode pages [\#87](https://github.com/mattstratton/castanet/issues/87)
- Host images on about template need to be passed through absURL [\#83](https://github.com/mattstratton/castanet/issues/83)
- Remove extra LESS files [\#82](https://github.com/mattstratton/castanet/issues/82)
- Main nav spans entire viewport [\#61](https://github.com/mattstratton/castanet/issues/61)

## [v0.5.1](https://github.com/mattstratton/castanet/tree/v0.5.1) (2017-05-18)

## [v.0.5.0](https://github.com/mattstratton/castanet/tree/v.0.5.0) (2017-05-18)

**Implemented enhancements:**

- Make episode images optional on episode pages [\#80](https://github.com/mattstratton/castanet/issues/80)
- Provide option to use jumbotron on row layout [\#78](https://github.com/mattstratton/castanet/issues/78)
- Make episode image optional [\#76](https://github.com/mattstratton/castanet/issues/76)
- Add grey theme [\#74](https://github.com/mattstratton/castanet/issues/74)
- Add links to previews of various themes/colors to README [\#73](https://github.com/mattstratton/castanet/issues/73)
- Add additional host fields [\#71](https://github.com/mattstratton/castanet/issues/71)
- Add additional guest fields [\#70](https://github.com/mattstratton/castanet/issues/70)

## [v0.4.0](https://github.com/mattstratton/castanet/tree/v0.4.0) (2017-05-03)

**Implemented enhancements:**

- Add support for banner-style images to episode page [\#60](https://github.com/mattstratton/castanet/issues/60)
- Add sidebar option to show hosts [\#46](https://github.com/mattstratton/castanet/issues/46)
- Add grid option [\#43](https://github.com/mattstratton/castanet/issues/43)
- Change guests to be pages instead of data files [\#42](https://github.com/mattstratton/castanet/issues/42)
- add post data to episode page [\#29](https://github.com/mattstratton/castanet/issues/29)
- Create episode archetype [\#5](https://github.com/mattstratton/castanet/issues/5)

**Fixed bugs:**

- Link in footer blends in with background [\#68](https://github.com/mattstratton/castanet/issues/68)
- Theme causes issues with hosting on hugo-themes repository [\#66](https://github.com/mattstratton/castanet/issues/66)
- Make all assets use absURL or relURL [\#64](https://github.com/mattstratton/castanet/issues/64)
- Fix 404's in exampleSite [\#63](https://github.com/mattstratton/castanet/issues/63)
- Wrap theme version in quotes in theme.toml [\#62](https://github.com/mattstratton/castanet/issues/62)
- \[Bug\] Site title and hamburger menu overlap in mobile view [\#58](https://github.com/mattstratton/castanet/issues/58)
- Subscribe buttons aren't buttons [\#52](https://github.com/mattstratton/castanet/issues/52)
- add podcast\_length parameter to rss feed [\#15](https://github.com/mattstratton/castanet/issues/15)
- orange background is off center on small devices [\#9](https://github.com/mattstratton/castanet/issues/9)

## [v0.3.0](https://github.com/mattstratton/castanet/tree/v0.3.0) (2017-04-26)

**Implemented enhancements:**

- Change to bootstrap 4 [\#41](https://github.com/mattstratton/castanet/issues/41)

**Fixed bugs:**

- Footer contains hardcoded link to Arrested DevOps privacy policy [\#50](https://github.com/mattstratton/castanet/issues/50)
- Footer is offscreen on small viewports  [\#47](https://github.com/mattstratton/castanet/issues/47)

## [v0.2.6](https://github.com/mattstratton/castanet/tree/v0.2.6) (2017-04-21)

**Implemented enhancements:**

- Add a blank override css file for customizations [\#33](https://github.com/mattstratton/castanet/issues/33)

## [v0.2.5](https://github.com/mattstratton/castanet/tree/v0.2.5) (2017-02-11)

## [v0.2.4](https://github.com/mattstratton/castanet/tree/v0.2.4) (2017-02-11)

## [v0.2.3](https://github.com/mattstratton/castanet/tree/v0.2.3) (2017-02-11)

## [v.0.2.2](https://github.com/mattstratton/castanet/tree/v.0.2.2) (2017-02-11)

## [v.0.2.1](https://github.com/mattstratton/castanet/tree/v.0.2.1) (2017-02-11)

**Implemented enhancements:**

- refactor to the block/base layout [\#35](https://github.com/mattstratton/castanet/issues/35)
- add support for other color schemes [\#27](https://github.com/mattstratton/castanet/issues/27)

## [v.0.2.0](https://github.com/mattstratton/castanet/tree/v.0.2.0) (2016-10-06)

**Implemented enhancements:**

- add google analytics support [\#21](https://github.com/mattstratton/castanet/issues/21)
- add disqus support [\#20](https://github.com/mattstratton/castanet/issues/20)

**Fixed bugs:**

- fix meta tag for published time [\#31](https://github.com/mattstratton/castanet/issues/31)
- sharing buttons don't work [\#25](https://github.com/mattstratton/castanet/issues/25)
- remove reference to hugocast logo [\#24](https://github.com/mattstratton/castanet/issues/24)
- change to use BaseURL [\#22](https://github.com/mattstratton/castanet/issues/22)

## [v.0.1.4](https://github.com/mattstratton/castanet/tree/v.0.1.4) (2016-09-25)

**Implemented enhancements:**

- add sample social image [\#17](https://github.com/mattstratton/castanet/issues/17)
- Add guest support [\#16](https://github.com/mattstratton/castanet/issues/16)

## [v.0.1.3](https://github.com/mattstratton/castanet/tree/v.0.1.3) (2016-09-25)

**Implemented enhancements:**

- Create template for episodes [\#11](https://github.com/mattstratton/castanet/issues/11)
- Add "media\_override" to frontmatter option [\#4](https://github.com/mattstratton/castanet/issues/4)
- Add podcast media prefix to config file [\#3](https://github.com/mattstratton/castanet/issues/3)
- Create example site [\#1](https://github.com/mattstratton/castanet/issues/1)

## [v.0.1.2](https://github.com/mattstratton/castanet/tree/v.0.1.2) (2016-09-25)

**Implemented enhancements:**

- Create about page template [\#12](https://github.com/mattstratton/castanet/issues/12)

**Fixed bugs:**

- move default image into theme static image directory [\#13](https://github.com/mattstratton/castanet/issues/13)

## [v.0.1.1](https://github.com/mattstratton/castanet/tree/v.0.1.1) (2016-09-25)

## [v0.1.0](https://github.com/mattstratton/castanet/tree/v0.1.0) (2016-09-25)

## [v0.1](https://github.com/mattstratton/castanet/tree/v0.1) (2016-09-25)



\* *This Changelog was automatically generated by [github_changelog_generator](https://github.com/github-changelog-generator/github-changelog-generator)*