Releases: mattstratton/castanet
Releases · mattstratton/castanet
1.4.1
Small fix, but necessary if you use AKA or guest groups
1.4.0
Implemented enhancements:
- Change from "aka" field to "guest_group" field for multi-guest #159
- Deal with multiple iterations of the same guest on the guest page #137
Guest Group Support
The big change in this release is that we have added the idea of "guest groups". This is only useful if you "version" your guest files (that is, if you have a repeat guest, but their bio/photo/etc change, but you don't want to "rewrite history", so you create guest2.md
for example).
Now, if you add guests to a group (through the use of the guest_group
field in the guest pages frontmatter), the following will happen:
- only the most recent (based on frontmatter
date
field) member of a group shows up on the/guests
page of the site - if you go to a single guest’s page, it will show all episodes from all members of that same group.
1.3.3
1.3.2
1.3.1
Minor bugfix to ensure twitch links show up on episode pages (if guests/hosts have Twitch profiles)
1.3.0
1.2.3
This is a very minor release that simply updated some code in the release process. See 1.2.2 for the fixed bugs!