Releases: mattstratton/castanet
0.9.1
0.9.1 (2018-03-08)
Implemented enhancements:
- Add show notes to rss feed #175
- Create archetype for page/default #173
- Add cover art to RSS feed #171
- Add episode author tag to feed based on hosts #169
- Improve build process to include all themes #104
Merged pull requests:
- Update rss feed and some archetypes #176 (mattstratton)
0.9.0
Special thanks to @rajeshduggal for filing issues to help us make Castanet even better!
0.9.0 (2018-03-07)
Implemented enhancements:
- Create contributing document #162
- Move configuration instructions from README to a separate doc #161
- Add Code of Conduct #160
- Host display should be a partial #158
- Update documentation to include new host pages #156
- [Bug] README.md Installation step should describe required Menu.Main config.toml setting #152
- [Bug] README.md itunes_image missing vital details about itunes min requirements #151
- Upgrade to font-awesome 5 #138
- [Enhancement] Can disqus comments be made optional? #136
- titles should overlay images in grid layout #135
- make episode images clickable from front page #134
- add host support to episode page #28
Fixed bugs:
- Sidebar doesn't show if
enable\_jumbo
doesn't exist #167 - Grid spills to second page without filling bottom row #164
- [Bug] iTunes/android/Soundcloud subscribe image icons broken #155
- [Bug] stitcher not sticher. Typo in config.toml variable #154
- Support more than one aka with guest #140
- Subscribe buttons wrap on small viewports in jumbo #131
- RSS buttons in jumbotron are screwy #97
Closed issues:
- Enhanced Host Support #142
Merged pull requests:
- Update host code to be a partial #166 (mattstratton)
- Host support #149 (mattstratton)
- Make disqus optional #146 (mattstratton)
- Make aka work for more than one to one #144 (mattstratton)
- Make images clickable in row layout #143 (mattstratton)
- Upgrade to font-awesome 5 #139 (mattstratton)
0.8.0
0.7.0
Special thanks to Eric Nantz (@Thercast) for great suggestions and some new features!
Implemented enhancements:
- Create a page listing all guests #121
- Episode titles should be set to capitalized #114
- Add support for sponsors #113
- [Enhancement]: Collection of external links in sidebar #110
- Menu should sort by identifier, not name #100
- Truncate iTunes summary based on characters in feed generation #93
- Prettify the guest page #122 (mattstratton)
- Prettify the grid page #118 (mattstratton)
- add soundcloud and pocketcasts subscription options in sidebar #109 (thercast)
- Add direct download link for audio file #103 (thercast)
- add gitlab to social parameters #102 (thercast)
Fixed bugs:
0.6.0
The highlight of this release is the inclusion of YouTube video for your episodes. Check the README for all the fun details.
Implemented enhancements:
- add video support #26
- Add support for stitcher #7
- Add theme release script #85 (mattstratton)
- partial calls require .html suffix #84 (adymitruk)
Fixed bugs:
- Sharing and pagination buttons are mis-aligned on some episode pages #87
- Host images on about template need to be passed through absURL #83
- Remove extra LESS files #82
- Main nav spans entire viewport #61
Closed issues:
- Change README to use tables #49
v0.5.1
Implemented enhancements:
v0.5.0 - DO NOT USE
This release might be in a strange state; please use the 0.5.1 release instead.
v0.4.0
Please note! With this change, we have implemented the preferred method of using Pages instead of data files for guests. If you have guests as data files, they will continue to work; however, migrating them to Pages is going to give you a better experience.
Additionally, check your frontmatter for images to make sure they do not begin with a "/" character, as that might introduce a breaking change.
And we are now listed on the Hugo Themes Showcase!
0.4.0 (2017-05-03)
Implemented enhancements:
- Add support for banner-style images to episode page #60
- Add sidebar option to show hosts #46
- Add grid option #43
- Change guests to be pages instead of data files #42
- add post data to episode page #29
- Create episode archetype #5
Fixed bugs:
- Link in footer blends in with background #68
- Theme causes issues with hosting on hugo-themes repository #66
- Make all assets use absURL or relURL #64
- Fix 404's in exampleSite #63
- Wrap theme version in quotes in theme.toml #62
- [Bug] Site title and hamburger menu overlap in mobile view #58
- Subscribe buttons aren't buttons #52
- add podcast_length parameter to rss feed #15
- orange background is off center on small devices #9
Closed issues:
- Share your theme with the community #57