Releases: mattstratton/castanet
Releases · mattstratton/castanet
1.9.0
1.8.1
1.8.0
1.8.0
1.7.3
1.7.2
1.7.1
1.7.0
1.7.0
1.6.0
Implemented enhancements:
- [ENHANCEMENT] Proposed fix to make row pagination count a param instead of hardcoded 5 #277
Thanks to @Fenugreek for this fix!
Note: If you use the "row" layout, the homepage will now paginate at 10 rows by default, unless you set the paginate
setting in your config.toml
.
1.5.1
Fixed bugs:
- Fix bug in episode template with transcripts #276 (mattstratton)
1.5.0
Implemented enhancements:
- Add support for transcriptions #225
Transcript Support!
The big part of this release is the preliminary support for transcripts. You will need to add an optional frontmatter field which points to the path location of the transcript file. Ideally, this should be located in your static
directory.
Example:
transcript = "/static/transcripts/chatops.txt"
You can see this in action at https://sample-castanet.netlify.app/sept/ (click the "Display Transcript" button to see it work).
This release also bumps the minimum version to 0.69.2.