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: d1b4d7b7e7f48ba618edac66f5e7888bc113ba9f (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
# Change Log

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

- \[Bug\] Image Doesn't Show up on Page 2 of Episodes in List View [\#231](https://github.com/mattstratton/castanet/issues/231)
- Replace Travis with CircleCI [\#216](https://github.com/mattstratton/castanet/issues/216)

**Merged pull requests:**

- Fix bug with episode banners on row view [\#232](https://github.com/mattstratton/castanet/pull/232) ([mattstratton](https://github.com/mattstratton))

## [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)
**Merged pull requests:**

- Add skeleton circleci config [\#230](https://github.com/mattstratton/castanet/pull/230) ([mattstratton](https://github.com/mattstratton))

## [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)

**Merged pull requests:**

- Fix issue with navbar on mobile [\#229](https://github.com/mattstratton/castanet/pull/229) ([mattstratton](https://github.com/mattstratton))

## [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)

**Closed issues:**

- \[Bug\] Can't navigate guest listing on mobile [\#217](https://github.com/mattstratton/castanet/issues/217)
- \[BUG\] Issue generating css from scss [\#211](https://github.com/mattstratton/castanet/issues/211)

**Merged pull requests:**

- Move to gulp [\#224](https://github.com/mattstratton/castanet/pull/224) ([mattstratton](https://github.com/mattstratton))

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

- guid episode tag should be unique and not change [\#209](https://github.com/mattstratton/castanet/issues/209)

**Merged pull requests:**

- Update pagination menu on guest page for mobile [\#221](https://github.com/mattstratton/castanet/pull/221) ([mattstratton](https://github.com/mattstratton))

## [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)

**Closed issues:**

- \[Bug\] Disqus comments not working [\#212](https://github.com/mattstratton/castanet/issues/212)
- \[Bug\] Pagination is broken on mobile and needs general improvement. [\#202](https://github.com/mattstratton/castanet/issues/202)

**Merged pull requests:**

- Update theme for Hugo 0.58 and above [\#220](https://github.com/mattstratton/castanet/pull/220) ([mattstratton](https://github.com/mattstratton))
- Podlove subscribe button [\#218](https://github.com/mattstratton/castanet/pull/218) ([089](https://github.com/089))
- Update hugo version on Netlify to 0.55.1 [\#215](https://github.com/mattstratton/castanet/pull/215) ([mattstratton](https://github.com/mattstratton))
- Fixing disqus issues [\#213](https://github.com/mattstratton/castanet/pull/213) ([robwirving](https://github.com/robwirving))
- Allow to specify episode guid [\#210](https://github.com/mattstratton/castanet/pull/210) ([alexmurray](https://github.com/alexmurray))
- use global hugo function,.URL deprecated [\#207](https://github.com/mattstratton/castanet/pull/207) ([nonumeros](https://github.com/nonumeros))

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

- Bug Fixes  & Improved Pagination to Grid and Row Layouts [\#201](https://github.com/mattstratton/castanet/pull/201) ([vichudson1](https://github.com/vichudson1))

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

- Castanet Demo on Hugo website contains 3rd party tracking [\#197](https://github.com/mattstratton/castanet/issues/197)

**Merged pull requests:**

- Add Spotify subscribe button [\#200](https://github.com/mattstratton/castanet/pull/200) ([089](https://github.com/089))

## [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)
**Merged pull requests:**

- Add optional explicit for the feed itself since seems itunes wants this [\#196](https://github.com/mattstratton/castanet/pull/196) ([alexmurray](https://github.com/alexmurray))

## [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)

**Closed issues:**

- \[Bug\] Hugo warning when using archetypes that don't contain the string "date" [\#181](https://github.com/mattstratton/castanet/issues/181)

**Merged pull requests:**

- Use language config.toml value in RSS [\#195](https://github.com/mattstratton/castanet/pull/195) ([rajeshduggal](https://github.com/rajeshduggal))

## [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))

**Closed issues:**

- \[Bug\] Feed copyright var isn't referenced in episode.rss.xml [\#191](https://github.com/mattstratton/castanet/issues/191)
- \[Bug\] Feed copyright var isn't referenced in episode.rss.xml [\#190](https://github.com/mattstratton/castanet/issues/190)
- \[Enhancement\] Allow for multiple fb:admins [\#184](https://github.com/mattstratton/castanet/issues/184)
- Errors on site without expected parameters set [\#182](https://github.com/mattstratton/castanet/issues/182)
- Create tests in travis for every theme configuration [\#163](https://github.com/mattstratton/castanet/issues/163)

**Merged pull requests:**

- \(\#6\) Add solution for favicon [\#189](https://github.com/mattstratton/castanet/pull/189) ([michaeltlombardi](https://github.com/michaeltlombardi))
- Allow more than one fb:admins [\#186](https://github.com/mattstratton/castanet/pull/186) ([rajeshduggal](https://github.com/rajeshduggal))
- don't fail in case of .Data.Pages type:episode absence [\#183](https://github.com/mattstratton/castanet/pull/183) ([paskal](https://github.com/paskal))
- Add travis tests for all themes [\#179](https://github.com/mattstratton/castanet/pull/179) ([mattstratton](https://github.com/mattstratton))
- Travis improvements [\#178](https://github.com/mattstratton/castanet/pull/178) ([mattstratton](https://github.com/mattstratton))

## [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)

**Merged pull requests:**

- Update rss feed and some archetypes [\#176](https://github.com/mattstratton/castanet/pull/176) ([mattstratton](https://github.com/mattstratton))

## [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))
- Host support [\#149](https://github.com/mattstratton/castanet/pull/149) ([mattstratton](https://github.com/mattstratton))
- Make disqus optional [\#146](https://github.com/mattstratton/castanet/pull/146) ([mattstratton](https://github.com/mattstratton))
- Make aka work for more than one to one [\#144](https://github.com/mattstratton/castanet/pull/144) ([mattstratton](https://github.com/mattstratton))
- Make images clickable in row layout [\#143](https://github.com/mattstratton/castanet/pull/143) ([mattstratton](https://github.com/mattstratton))
- Upgrade to font-awesome 5 [\#139](https://github.com/mattstratton/castanet/pull/139) ([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)

**Closed issues:**

- Change README to use tables [\#49](https://github.com/mattstratton/castanet/issues/49)

**Merged pull requests:**

- Update README with tables [\#94](https://github.com/mattstratton/castanet/pull/94) ([mattstratton](https://github.com/mattstratton))
- Make navbar align with center container [\#92](https://github.com/mattstratton/castanet/pull/92) ([mattstratton](https://github.com/mattstratton))
- Add youtube support for episodes [\#91](https://github.com/mattstratton/castanet/pull/91) ([mattstratton](https://github.com/mattstratton))
- Add stitcher support [\#90](https://github.com/mattstratton/castanet/pull/90) ([mattstratton](https://github.com/mattstratton))
- Fix misaligned stuff at bottom of episodes [\#89](https://github.com/mattstratton/castanet/pull/89) ([mattstratton](https://github.com/mattstratton))
- Make host images absURL [\#88](https://github.com/mattstratton/castanet/pull/88) ([mattstratton](https://github.com/mattstratton))
- Remove deprecated LESS files [\#86](https://github.com/mattstratton/castanet/pull/86) ([mattstratton](https://github.com/mattstratton))

## [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)

**Merged pull requests:**

- Add grey theme [\#81](https://github.com/mattstratton/castanet/pull/81) ([mattstratton](https://github.com/mattstratton))
- Add support for jumbotron on row layout [\#79](https://github.com/mattstratton/castanet/pull/79) ([mattstratton](https://github.com/mattstratton))
- Make examplesite stuff look better [\#77](https://github.com/mattstratton/castanet/pull/77) ([mattstratton](https://github.com/mattstratton))
- Add fields to guest and hosts [\#75](https://github.com/mattstratton/castanet/pull/75) ([mattstratton](https://github.com/mattstratton))

## [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)

**Closed issues:**

- Share your theme with the community [\#57](https://github.com/mattstratton/castanet/issues/57)

**Merged pull requests:**

- Add banner option [\#72](https://github.com/mattstratton/castanet/pull/72) ([mattstratton](https://github.com/mattstratton))
- Add podcast length [\#69](https://github.com/mattstratton/castanet/pull/69) ([mattstratton](https://github.com/mattstratton))
- Change to remove slashes [\#65](https://github.com/mattstratton/castanet/pull/65) ([mattstratton](https://github.com/mattstratton))
- Fix broken hamburger menu [\#59](https://github.com/mattstratton/castanet/pull/59) ([mattstratton](https://github.com/mattstratton))
- Add contributing.json \(GitMagic\) [\#56](https://github.com/mattstratton/castanet/pull/56) ([ghost](https://github.com/ghost))
- Add grid option [\#55](https://github.com/mattstratton/castanet/pull/55) ([mattstratton](https://github.com/mattstratton))
- Add host sidebar [\#54](https://github.com/mattstratton/castanet/pull/54) ([mattstratton](https://github.com/mattstratton))
- Make subscribe buttons look like buttons [\#53](https://github.com/mattstratton/castanet/pull/53) ([mattstratton](https://github.com/mattstratton))

## [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)

**Merged pull requests:**

- \[WIP\] Update to Bootstrap 4 [\#48](https://github.com/mattstratton/castanet/pull/48) ([mattstratton](https://github.com/mattstratton))

## [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)

**Closed issues:**

- Doesn't work with one episode [\#44](https://github.com/mattstratton/castanet/issues/44)
- Create automated release pipeline [\#38](https://github.com/mattstratton/castanet/issues/38)

**Merged pull requests:**

- Check for single episode [\#45](https://github.com/mattstratton/castanet/pull/45) ([mattstratton](https://github.com/mattstratton))
- Add capability for users to include their own custom CSS overrides. [\#40](https://github.com/mattstratton/castanet/pull/40) ([Fweeb](https://github.com/Fweeb))

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

- Missing navbar items when testing included example site [\#36](https://github.com/mattstratton/castanet/issues/36)

**Merged pull requests:**

- Fix missing menu items in navigation bar [\#37](https://github.com/mattstratton/castanet/pull/37) ([rpodcast](https://github.com/rpodcast))

## [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)

**Closed issues:**

- add sharing feature to episode template [\#18](https://github.com/mattstratton/castanet/issues/18)

## [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)
**Merged pull requests:**

- waffle.io Badge [\#2](https://github.com/mattstratton/castanet/pull/2) ([waffle-iron](https://github.com/waffle-iron))



\* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*